3 Commits

Author SHA1 Message Date
a9e8cf98d5 Update src/app/page.tsx 2026-06-03 21:10:08 +00:00
0b64717404 Update src/app/page.tsx 2026-06-03 21:09:29 +00:00
5a1e3f6352 Merge version_3 into main
Merge version_3 into main
2026-06-03 21:04:10 +00:00
2 changed files with 14 additions and 44 deletions

View File

@@ -4,6 +4,7 @@ import { Inter } from "next/font/google";
import "./globals.css"; import "./globals.css";
import "@/lib/gsap-setup"; import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Montserrat } from "next/font/google"; import { Montserrat } from "next/font/google";
@@ -58,7 +59,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${montserrat.variable} ${inter.variable} antialiased`}> <body className={`${montserrat.variable} ${inter.variable} antialiased`}>
<Tag />
{children} {children}
<script <script
dangerouslySetInnerHTML={{ dangerouslySetInnerHTML={{

View File

@@ -9,8 +9,7 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TeamCardSix from '@/components/sections/team/TeamCardSix';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Sparkles } from "lucide-react"; import { Sparkles } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
@@ -34,9 +33,11 @@ export default function LandingPage() {
{ {
name: "Services", id: "#services"}, name: "Services", id: "#services"},
{ {
name: "How it works", id: "#how-it-works"}, name: "Qui sommes nous ?", id: "#team-intro"},
{ {
name: "FAQ", id: "#faq"}, name: "FAQ", id: "#faq"},
{
name: "Contact", id: "#contact"},
]} ]}
brandName="Briven AI" brandName="Briven AI"
/> />
@@ -54,8 +55,6 @@ export default function LandingPage() {
buttons={[ buttons={[
{ {
text: "Lancer mon projet →", href: "#contact"}, text: "Lancer mon projet →", href: "#contact"},
{
text: "Découvrez comment ça marche", href: "#services"},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[
@@ -131,50 +130,20 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="team-intro" data-section="team-intro">
<TestimonialCardSixteen <TeamCardSix
animationType="slide-up" animationType="slide-up"
textboxLayout="default" gridVariant="uniform-all-items-equal"
useInvertedBackground={true} useInvertedBackground={true}
testimonials={[ title="Qui sommes nous ?"
description="Découvrez les experts derrière Briven AI, dédiés à transformer vos opérations avec l'IA."
members={[
{ {
id: "1", name: "Sarah Johnson", role: "CEO", company: "GrowthForge Inc.", rating: 5, id: "thomas", name: "Thomas", role: "AI Consultant", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-man-holding-book_176474-86006.jpg", imageAlt: "Thomas, AI Consultant"},
imageSrc: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg"},
{ {
id: "2", name: "Michael Chen", role: "COO", company: "Pioneer Solutions", rating: 5, id: "leonard", name: "Leonard", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-formal-suit_1157-24803.jpg", imageAlt: "Leonard, Developer"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-thinking-pink-background_179666-14719.jpg"},
{
id: "3", name: "Emily Rodriguez", role: "IT Director", company: "Quantum Innovations", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/abstract-portrait-african-american-woman-vaporwave-style_23-2148950751.jpg"},
{
id: "4", name: "David Kim", role: "SME Owner", company: "VentureLink", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-having-fun-costumes-party_23-2149303864.jpg"},
{
id: "5", name: "Jessica Lee", role: "Operations Manager", company: "Nexus Corp.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-man-holding-book_176474-86006.jpg"},
]} ]}
kpiItems={[
{
value: "95%", label: "Client Satisfaction"},
{
value: "120%", label: "Efficiency Boost"},
{
value: "$5M+", label: "Cost Savings"},
]}
title="Our Clients' Success Stories"
description="Hear directly from business leaders who have transformed their operations and achieved significant growth with Briven AI's custom automation solutions."
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false}
names={[
"DataPulse Innovations", "SynergyTech Solutions", "Nexus AI Group", "CogniStream Labs", "Aether Analytics", "Velocita Systems", "OmniLogic Co.", "Stratagem AI", "Synthetica Labs"]}
title="Trusted by Leading Innovators"
description="Our AI automation solutions are empowering businesses across diverse industries to achieve their strategic goals and stay ahead of the curve."
speed={60}
/> />
</div> </div>