Update src/app/page.tsx

This commit is contained in:
2026-06-12 08:03:46 +00:00
parent 655522d614
commit 62e44c28ee

View File

@@ -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 (