Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a9e8cf98d5 | |||
| 0b64717404 | |||
| 5a1e3f6352 | |||
| ace666802d | |||
| 5d072e1d7d | |||
| 39cf576175 |
@@ -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={[
|
||||
@@ -114,15 +113,15 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Transforming Business with Intelligent Automation"
|
||||
description="At Briven AI, we're dedicated to helping SMEs and mid-size companies harness the power of AI. Our approach combines strategic consulting with hands-on implementation, crafting bespoke solutions that drive efficiency, reduce operational costs, and foster sustainable growth in a rapidly evolving market."
|
||||
title="Quantifying Our Impact: Real Results for Your Business"
|
||||
description="Our commitment to delivering tangible value is reflected in the measurable improvements our clients experience. We focus on enhancing satisfaction, boosting operational efficiency, and securing substantial cost savings through tailored AI automation."
|
||||
metrics={[
|
||||
{
|
||||
value: "+200h", title: "Saved/month"},
|
||||
value: "98%", title: "Client Satisfaction"},
|
||||
{
|
||||
value: "×3", title: "Average ROI"},
|
||||
value: "30%", title: "Efficiency Boost"},
|
||||
{
|
||||
value: "30+", title: "Projects Delivered"},
|
||||
value: "25%", title: "Cost Savings"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg"
|
||||
imageAlt="Abstract AI algorithms streamlining business operations"
|
||||
@@ -131,50 +130,20 @@ 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>
|
||||
|
||||
@@ -227,4 +196,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user