Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-12 06:14:34 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}