From 06b27935cef7104be91b390626abd8e588d9edea Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 14:43:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 44 +------------------------------------------- 1 file changed, 1 insertion(+), 43 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 40c63ab..5c90656 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,11 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import { ShieldCheck } from "lucide-react"; export default function LandingPage() { @@ -33,7 +31,6 @@ export default function LandingPage() { { name: "Home", id: "#hero" }, { name: "Chi Siamo", id: "#about" }, { name: "Servizi", id: "#services" }, - { name: "FAQ", id: "#faq" }, { name: "Contatti", id: "#contact" } ]} brandName="Centro Servizi Sanitari" @@ -84,45 +81,6 @@ export default function LandingPage() { /> -
- -
- -
- -
-
); -} \ No newline at end of file +} -- 2.49.1