Update src/app/page.tsx
This commit is contained in:
@@ -121,6 +121,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started", href: "/subscribe"}
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Vegetable Mix Box", price: "$35", variant: "Weekly Subscription", imageSrc: "http://img.b2bpic.net/free-photo/vegetables_23-2148023444.jpg"},
|
||||
@@ -225,4 +229,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user