modifiche 002

This commit is contained in:
2026-05-26 18:49:12 +02:00
parent 580a659b5a
commit d9b617e706
3 changed files with 0 additions and 4 deletions

View File

@@ -11,7 +11,6 @@ const quickLinks = [
{ label: "Chirurgia", href: "/#servizi" },
{ label: "Laboratorio", href: "/#servizi" },
{ label: "Il Team", href: "/#team" },
{ label: "News & Blog", href: "/#news" },
{ label: "Prenota Visita", href: "/#prenotazione" },
{ label: "Area Personale", href: "/#registrazione" },
];

View File

@@ -48,7 +48,6 @@ const navLinks: NavLink[] = [
],
},
{ label: "Il Team", href: "#team" },
{ label: "News", href: "#news" },
{ label: "Contatti", href: "#contatti" },
];

View File

@@ -9,7 +9,6 @@ import HeroSection from "@/components/HeroSection";
import ServicesSection from "@/components/ServicesSection";
import AboutSection from "@/components/AboutSection";
import TeamSection from "@/components/TeamSection";
import NewsSection from "@/components/NewsSection";
import BookingSection from "@/components/BookingSection";
import AuthSection from "@/components/AuthSection";
import Footer from "@/components/Footer";
@@ -23,7 +22,6 @@ export default function Home() {
<ServicesSection />
<AboutSection />
<TeamSection />
<NewsSection />
<BookingSection />
<AuthSection />
</main>