From 0b647174040eee2c658f2d4a6a47c459f35681d9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 21:09:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 56 +++++++++++------------------------------------- 1 file changed, 12 insertions(+), 44 deletions(-) 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() { /> -
- + -
- -
-
-- 2.49.1