diff --git a/src/app/page.tsx b/src/app/page.tsx index a34d34e..c7bb559 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import TeamCardSix from '@/components/sections/team/TeamCardSix'; import { Sparkles } from "lucide-react"; export default function LandingPage() { @@ -34,9 +33,11 @@ export default function LandingPage() { { name: "Services", id: "#services"}, { - name: "How it works", id: "#how-it-works"}, + name: "Qui sommes nous ?", id: "#team-intro"}, { name: "FAQ", id: "#faq"}, + { + name: "Contact", id: "#contact"}, ]} brandName="Briven AI" /> @@ -54,8 +55,6 @@ export default function LandingPage() { buttons={[ { text: "Lancer mon projet →", href: "#contact"}, - { - text: "Découvrez comment ça marche", href: "#services"}, ]} buttonAnimation="slide-up" mediaItems={[ @@ -131,50 +130,19 @@ export default function LandingPage() { /> -