diff --git a/clinica-app/client/src/components/Footer.tsx b/clinica-app/client/src/components/Footer.tsx index 74a3dee..52bfa13 100644 --- a/clinica-app/client/src/components/Footer.tsx +++ b/clinica-app/client/src/components/Footer.tsx @@ -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" }, ]; diff --git a/clinica-app/client/src/components/Navbar.tsx b/clinica-app/client/src/components/Navbar.tsx index 9d2fcba..dfdda43 100644 --- a/clinica-app/client/src/components/Navbar.tsx +++ b/clinica-app/client/src/components/Navbar.tsx @@ -48,7 +48,6 @@ const navLinks: NavLink[] = [ ], }, { label: "Il Team", href: "#team" }, - { label: "News", href: "#news" }, { label: "Contatti", href: "#contatti" }, ]; diff --git a/clinica-app/client/src/pages/Home.tsx b/clinica-app/client/src/pages/Home.tsx index 93e5a06..7ca8c7d 100644 --- a/clinica-app/client/src/pages/Home.tsx +++ b/clinica-app/client/src/pages/Home.tsx @@ -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() { -