Fix home page customer count and footer links
Issues Found
- Customer count inconsistency: The home page shows "2+" customers with a subtitle that says "thousands of happy customers" - these numbers don't align
- 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
- Update the customer count to an accurate number that matches the "thousands" description (e.g., 10,000+, 5,000+, etc.)
- Add click handlers and routes to the footer bottom links