diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e6e200..e4c7b40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file