diff --git a/src/app/page.tsx b/src/app/page.tsx index f36956e..1d8fd85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,11 +5,10 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Zap, Wrench, Star, HelpCircle, Phone } from 'lucide-react'; +import { Zap, Wrench, HelpCircle, Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -31,7 +30,6 @@ export default function LandingPage() { navItems={[ { name: "À propos", id: "about" }, { name: "Services", id: "services" }, - { name: "Avis clients", id: "testimonials" }, { name: "Contact", id: "contact" }, { name: "FAQ", id: "faq" } ]} @@ -125,46 +123,6 @@ export default function LandingPage() { /> -
- -
-