diff --git a/src/app/page.tsx b/src/app/page.tsx index d167764..ee27ba9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,6 +75,9 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} + buttons={[ + { text: "Ver Cardápio Completo", href: "/menu" } + ]} products={[ { id: "p1", brand: "Sashimi", name: "Sashimi Especial", price: "€18.00", rating: 5, reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/mixed-sashimi_74190-690.jpg" }, { id: "p2", brand: "Rolls", name: "MGL Special Roll", price: "€14.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/raw-pork-meat_1203-8680.jpg" },