diff --git a/src/app/page.tsx b/src/app/page.tsx index 98274d3..0d3cace 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,6 +63,10 @@ export default function LandingPage() { textboxLayout="default" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} + buttons={[ + { + text: "Order Now", href: "/order"}, + ]} products={[ { id: "1", name: "Classic Cheesecake", price: "$35", variant: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/vanilla-crape-cake-with-strawberry-sauce_1339-7098.jpg"}, @@ -188,4 +192,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file