From c04ebbc7103139c6be43871f205f3ecd6bf667c9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 12:03:40 +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 ad6d7d8..6569ba9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,6 +45,10 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="La vera pizza romana a Nettuno" description="Croccante, leggera e preparata con ingredienti selezionati da anni di esperienza." + buttons={[ + { text: "Prenota Ora", href: "#contact" }, + { text: "Vedi Menu", href: "#menu" } + ]} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27035.jpg?_wi=1", imageAlt: "Pizza Romana" }, { imageSrc: "http://img.b2bpic.net/free-photo/overhead-pizza-slice-served-tissue-paper_23-2147926101.jpg?_wi=1", imageAlt: "Margherita" }, @@ -179,4 +183,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1