From b4536b3d01c744029388cab5b7ae52cddc52d4ad Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:59:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.49.1