From f56bf5e4d82713059a2ee0d6015f74f8394b71e6 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:50:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 153 ++++++++++++++++++++++++++--------------------- 1 file changed, 86 insertions(+), 67 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d89398d..6aaf770 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,36 +30,37 @@ export default function LandingPage() { brandName="Il Capriccio" navItems={[ { name: "Home", id: "hero" }, - { name: "About", id: "about" }, - { name: "Cuisine", id: "features" }, - { name: "Testimonials", id: "testimonials" }, + { name: "Chi Siamo", id: "about" }, + { name: "Cucina", id: "features" }, + { name: "Testimonianze", id: "testimonials" }, ]} button={{ - text: "Reserve Your Table", href: "#contact"}} + text: "Prenota il Tuo Tavolo", href: "#contact" + }} animateOnLoad={true} />
@@ -68,14 +69,15 @@ export default function LandingPage() {