diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e66d08..a076118 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,6 +157,10 @@ export default function LandingPage() { { id: "c6", name: "Moscow Mule", price: "€9", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-cocktail_52683-107587.jpg"}, ]} + buttons={[ + { + text: "Visualizza Menu Completo", href: "/menu-pdf"} + ]} title="Menu & Cocktail" description="La nostra selezione di bevande d'autore." /> @@ -254,4 +258,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file