diff --git a/src/app/page.tsx b/src/app/page.tsx index 27d7930..19c1645 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -197,7 +197,7 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "starter", price: "Free", name: "Starter", buttons: [{ text: "Get Started", href: "https://app.foodswipe.com/signup" }], + id: "starter", price: "Free", name: "Starter", buttons: [{ text: "Get Started", href: "https://app.foodswipe.com/signup" }, { text: "View All Features", href: "https://app.foodswipe.com/features" }], features: ["Unlimited swiping", "Save up to 50 favorites", "Basic recommendations", "Community reviews access", "Access to partner restaurants"] }, { @@ -270,4 +270,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}