Update src/app/page.tsx
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user