modifiche 002
This commit is contained in:
@@ -11,7 +11,6 @@ const quickLinks = [
|
|||||||
{ label: "Chirurgia", href: "/#servizi" },
|
{ label: "Chirurgia", href: "/#servizi" },
|
||||||
{ label: "Laboratorio", href: "/#servizi" },
|
{ label: "Laboratorio", href: "/#servizi" },
|
||||||
{ label: "Il Team", href: "/#team" },
|
{ label: "Il Team", href: "/#team" },
|
||||||
{ label: "News & Blog", href: "/#news" },
|
|
||||||
{ label: "Prenota Visita", href: "/#prenotazione" },
|
{ label: "Prenota Visita", href: "/#prenotazione" },
|
||||||
{ label: "Area Personale", href: "/#registrazione" },
|
{ label: "Area Personale", href: "/#registrazione" },
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -48,7 +48,6 @@ const navLinks: NavLink[] = [
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{ label: "Il Team", href: "#team" },
|
{ label: "Il Team", href: "#team" },
|
||||||
{ label: "News", href: "#news" },
|
|
||||||
{ label: "Contatti", href: "#contatti" },
|
{ label: "Contatti", href: "#contatti" },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ import HeroSection from "@/components/HeroSection";
|
|||||||
import ServicesSection from "@/components/ServicesSection";
|
import ServicesSection from "@/components/ServicesSection";
|
||||||
import AboutSection from "@/components/AboutSection";
|
import AboutSection from "@/components/AboutSection";
|
||||||
import TeamSection from "@/components/TeamSection";
|
import TeamSection from "@/components/TeamSection";
|
||||||
import NewsSection from "@/components/NewsSection";
|
|
||||||
import BookingSection from "@/components/BookingSection";
|
import BookingSection from "@/components/BookingSection";
|
||||||
import AuthSection from "@/components/AuthSection";
|
import AuthSection from "@/components/AuthSection";
|
||||||
import Footer from "@/components/Footer";
|
import Footer from "@/components/Footer";
|
||||||
@@ -23,7 +22,6 @@ export default function Home() {
|
|||||||
<ServicesSection />
|
<ServicesSection />
|
||||||
<AboutSection />
|
<AboutSection />
|
||||||
<TeamSection />
|
<TeamSection />
|
||||||
<NewsSection />
|
|
||||||
<BookingSection />
|
<BookingSection />
|
||||||
<AuthSection />
|
<AuthSection />
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
Reference in New Issue
Block a user