diff --git a/src/app/page.tsx b/src/app/page.tsx index ea392f7..e863c7d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"; import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; import SplitAbout from "@/components/sections/about/SplitAbout"; -import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import { CheckCircle, Droplets, Flame, MapPin, Phone, Sun, Tag, Waves, Zap } from "lucide-react"; @@ -31,7 +30,6 @@ export default function LandingPage() { { name: "Accueil", id: "hero" }, { name: "Services", id: "services" }, { name: "À Propos", id: "about" }, - { name: "Avis", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} button={{ @@ -152,40 +150,6 @@ export default function LandingPage() { /> -
- -
-