diff --git a/src/app/page.tsx b/src/app/page.tsx index 13a135f..2ce9491 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,6 +114,9 @@ export default function LandingPage() { textboxLayout="split" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} + buttons={[ + { text: "View Full Menu", href: "/menu" } + ]} products={[ { id: "p1", name: "Croissant Selection", price: "$5.00", variant: "Bakery", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cranberries-plate-with-blackberries-cookie-white-textured_176474-7523.jpg?_wi=1"}, @@ -238,4 +241,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file