Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a7ec076145 | |||
| 89f62db86e |
@@ -197,7 +197,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
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"]
|
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>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user