Update src/app/page.tsx

This commit is contained in:
2026-04-21 14:22:33 +00:00
parent 5803054455
commit 3f8a66671d

View File

@@ -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>
);
}
}