Merge version_4 into main #4
@@ -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() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
<div id="team-intro" data-section="team-intro">
|
||||
<TeamCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
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,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/proud-entrepreneur-with-employees-background_1098-3585.jpg"},
|
||||
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"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", role: "COO", company: "Pioneer Solutions", rating: 5,
|
||||
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"},
|
||||
id: "leonard", name: "Leonard", role: "Developer", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-formal-suit_1157-24803.jpg", imageAlt: "Leonard, Developer"},
|
||||
]}
|
||||
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"
|
||||
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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user