diff --git a/src/app/page.tsx b/src/app/page.tsx index cd8385c..d5dea1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,6 +71,9 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + buttons={[ + { text: "View Full Menu", href: "#" } + ]} products={[ { id: "1", brand: "Appetizer", name: "Truffle Burrata", price: "$24", rating: 5, @@ -190,4 +193,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file