Fix home page customer count and footer links

Issues Found

  1. Customer count inconsistency: The home page shows "2+" customers with a subtitle that says "thousands of happy customers" - these numbers don't align
  2. Footer links missing: The footer bottom links (Privacy Policy, Terms of Service, Security) are not clickable

Files Affected

  • src/app/components/Offers.vue - Line 64 (customer count)
  • src/app/components/Footer.vue - Bottom links section

Suggested Fixes

  1. Update the customer count to an accurate number that matches the "thousands" description (e.g., 10,000+, 5,000+, etc.)
  2. Add click handlers and routes to the footer bottom links