From 192389a58c9ad8855ecb77d6f2f06a5328bb2c69 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:57:50 +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 5bccde0..3e66d08 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,6 +82,10 @@ export default function LandingPage() { useInvertedBackground={false} title="Giusy & Vittoria: Passione e Professionalità." description="Un locale nato dal cuore, dove la professionalità di Giusy e l'energia di Vittoria si incontrano per regalarti serate indimenticabili." + buttons={[ + { + text: "Prenota Ora", href: "#contact"}, + ]} bulletPoints={[ { title: "Gestione Familiare", description: "Accoglienza autentica e curata nei dettagli."}, @@ -250,4 +254,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1