From 34595dc1923a7994b71607046868956b0ac4ffd4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:39:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d8cab92..e1d0681 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Contatti", id: "contact" }, ]} button={{ - text: "Scopri il Menu", href: "https://example.com/menu" + text: "Prenota", href: "https://example.com/booking" }} /> @@ -52,11 +52,7 @@ export default function LandingPage() { textPosition="bottom-left" showBlur={true} showDimOverlay={false} - buttons={[ - { - text: "📍 Dove Trovarci", href: "https://www.google.com/maps/place/Bes+Bar/@41.8706717,12.4779428,17z/data=!3m1!4b1!4m6!3m5!1s0x132f6169a326c0cf:0x2e7e1ca4299ad1d7!8m2!3d41.8706717!4d12.4805177!16s%2Fg%2F11v0q2xzq2?authuser=0&entry=ttu&g_ep=EgoyMDI2MDMwNC4xIKXMDSoASAFQAw%3D%3D" - }, - ]} + buttons={[]} buttonAnimation="slide-up" /> @@ -174,9 +170,6 @@ export default function LandingPage() { { text: "📍 Trova Bes Bar", href: "https://www.google.com/maps/place/Bes+Bar/@41.8706717,12.4779428,17z/data=!3m1!4b1!4m6!3m5!1s0x132f6169a326c0cf:0x2e7e1ca4299ad1d7!8m2!3d41.8706717!4d12.4805177!16s%2Fg%2F11v0q2xzq2?authuser=0&entry=ttu&g_ep=EgoyMDI2MDMwNC4xIKXMDSoASAFQAw%3D%3D" }, - { - text: "🍸 Scopri il Menu", href: "https://example.com/menu" - }, ]} background={{ variant: "plain" @@ -191,7 +184,6 @@ export default function LandingPage() { columns={[ { items: [ - { label: "Menu", href: "https://example.com/menu" }, { label: "Il Bar", href: "#about" }, { label: "Cocktail", href: "#offerings" }, ], @@ -217,4 +209,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1