From 62e44c28ee90d26193e81dd58fec2de61553dcbc Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 08:03:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2fd61c0..f006692 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,12 +14,12 @@ import { Sparkles, Heart, Leaf } from "lucide-react"; export default function LandingPage() { const updatedNavItems = [ - { name: "Home", href: "/" }, - { name: "Trattamenti", href: "/#products" }, - { name: "Chi Siamo", href: "/about" }, - { name: "Testimonianze", href: "/#testimonials" }, - { name: "Domande Frequenti", href: "/#faq" }, - { name: "Contatti", href: "/#contact" } + { name: "Home", id: "/" }, + { name: "Trattamenti", id: "/#products" }, + { name: "Chi Siamo", id: "/about" }, + { name: "Testimonianze", id: "/#testimonials" }, + { name: "Domande Frequenti", id: "/#faq" }, + { name: "Contatti", id: "/#contact" } ]; return (