5 Commits

Author SHA1 Message Date
a12351abd8 Merge version_7 into main
Merge version_7 into main
2026-06-03 21:58:50 +00:00
48f7565500 Update src/app/page.tsx 2026-06-03 21:58:46 +00:00
1c72563d49 Merge version_7 into main
Merge version_7 into main
2026-06-03 21:41:56 +00:00
f46c31efb2 Update src/app/page.tsx 2026-06-03 21:41:53 +00:00
1be7ee08c7 Merge version_6 into main
Merge version_6 into main
2026-06-03 21:40:15 +00:00

View File

@@ -3,7 +3,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqBase from '@/components/sections/faq/FaqBase';
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
@@ -36,8 +35,6 @@ export default function LandingPage() {
name: "Avant/Après IA", id: "#before-after-ai"}, name: "Avant/Après IA", id: "#before-after-ai"},
{ {
name: "Qui sommes nous ?", id: "#team-intro"}, name: "Qui sommes nous ?", id: "#team-intro"},
{
name: "FAQ", id: "#faq"},
{ {
name: "Contact", id: "#contact"}, name: "Contact", id: "#contact"},
]} ]}
@@ -62,17 +59,17 @@ Habilitez vos équipes."
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-network-communications-background-with-flowing-particles-design_1048-16923.jpg", imageAlt: "Abstract geometric shapes representing AI data flow"}, imageSrc: undefined, imageAlt: "Abstract geometric shapes representing AI data flow"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301543.jpg", imageAlt: "Dynamic glowing lines suggesting AI automation"}, imageSrc: undefined, imageAlt: "Dynamic glowing lines suggesting AI automation"},
{ {
imageSrc: "https://img.b2bpic.net/premium-photo/2022-concept-business-people-show-future-big-data-technology-metaverse-through-networking_590401-95.jpg?id=24244511", imageAlt: "Abstract representation of smart scaling and efficiency"}, imageSrc: undefined, imageAlt: "Abstract representation of smart scaling and efficiency"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-modern-network-connection-with-plexus-design_1048-13637.jpg", imageAlt: "Neural networks or complex algorithms with light trails"}, imageSrc: undefined, imageAlt: "Neural networks or complex algorithms with light trails"},
{ {
imageSrc: "http://img.b2bpic.net/free-vector/hitech-motion-background-vector-technology-background-illustration_1142-7937.jpg", imageAlt: "Glowing data points and lines for digital transformation"}, imageSrc: undefined, imageAlt: "Glowing data points and lines for digital transformation"},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/white-perforated-industrial-conveyor-belt-with-serrated-edges_9975-134426.jpg", imageAlt: "Intertwined digital patterns showing seamless integration"}, imageSrc: undefined, imageAlt: "Intertwined digital patterns showing seamless integration"},
]} ]}
/> />
</div> </div>
@@ -86,27 +83,27 @@ Habilitez vos équipes."
{ {
id: "ai-strategy-audit", title: "AI Strategy & Audit", descriptions: [ id: "ai-strategy-audit", title: "AI Strategy & Audit", descriptions: [
"Comprehensive assessment to identify high-impact AI opportunities for your business."], "Comprehensive assessment to identify high-impact AI opportunities for your business."],
imageSrc: "http://img.b2bpic.net/free-vector/realistic-neon-lights-background_23-2148902668.jpg"}, imageSrc: undefined},
{ {
id: "workflow-automation", title: "Workflow Automation", descriptions: [ id: "workflow-automation", title: "Workflow Automation", descriptions: [
"Design and implement custom AI-driven workflows to eliminate manual tasks and boost productivity."], "Design and implement custom AI-driven workflows to eliminate manual tasks and boost productivity."],
imageSrc: "http://img.b2bpic.net/free-photo/robot-arm-is-working-factory_35913-2492.jpg"}, imageSrc: undefined},
{ {
id: "llm-integration", title: "Custom LLM Integration", descriptions: [ id: "llm-integration", title: "Custom LLM Integration", descriptions: [
"Integrate large language models to enhance communication, content generation, and data analysis."], "Integrate large language models to enhance communication, content generation, and data analysis."],
imageSrc: "http://img.b2bpic.net/free-photo/top-view-puzzle-pieces-blue-background_23-2149299058.jpg"}, imageSrc: undefined},
{ {
id: "team-training-adoption", title: "Team Training & Adoption", descriptions: [ id: "team-training-adoption", title: "Team Training & Adoption", descriptions: [
"Empower your employees with the skills and knowledge to effectively leverage AI tools and systems."], "Empower your employees with the skills and knowledge to effectively leverage AI tools and systems."],
imageSrc: "http://img.b2bpic.net/free-photo/friends-learning-study-group_23-2149257214.jpg"}, imageSrc: undefined},
{ {
id: "monitoring-optimization", title: "Monitoring & Optimization", descriptions: [ id: "monitoring-optimization", title: "Monitoring & Optimization", descriptions: [
"Continuous monitoring and refinement of AI systems to ensure peak performance and maximum ROI."], "Continuous monitoring and refinement of AI systems to ensure peak performance and maximum ROI."],
imageSrc: "http://img.b2bpic.net/free-photo/abstract-technology-background_1048-9652.jpg"}, imageSrc: undefined},
{ {
id: "ongoing-support", title: "Ongoing Support", descriptions: [ id: "ongoing-support", title: "Ongoing Support", descriptions: [
"Reliable, continuous support to keep your AI solutions running smoothly and evolving with your needs."], "Reliable, continuous support to keep your AI solutions running smoothly and evolving with your needs."],
imageSrc: "http://img.b2bpic.net/free-photo/ai-background-business-technology-digital-transformation_53876-129771.jpg"}, imageSrc: undefined},
]} ]}
title="What Briven AI does for you" title="What Briven AI does for you"
description="Our tailored AI automation solutions are designed to integrate seamlessly into your existing operations, delivering tangible results and empowering your teams." description="Our tailored AI automation solutions are designed to integrate seamlessly into your existing operations, delivering tangible results and empowering your teams."
@@ -125,43 +122,43 @@ Habilitez vos équipes."
id: "facturation", title: "Facturation", descriptions: [ id: "facturation", title: "Facturation", descriptions: [
"Avant: Processus manuel, erreurs fréquentes, retards de paiement, temps passé colossal. ", "Après: Facturation automatisée, zéro erreur, paiements accélérés, suivi en temps réel." "Avant: Processus manuel, erreurs fréquentes, retards de paiement, temps passé colossal. ", "Après: Facturation automatisée, zéro erreur, paiements accélérés, suivi en temps réel."
], ],
imageSrc: "http://img.b2bpic.net/free-photo/payment-method-online-concept_53876-130421.jpg" imageSrc: undefined
}, },
{ {
id: "gestion-appels", title: "Gestion des appels", descriptions: [ id: "gestion-appels", title: "Gestion des appels", descriptions: [
"Avant: Lignes saturées, attente longue pour les clients, personnel débordé, perte d'opportunités. ", "Après: Routage intelligent des appels, assistants IA pour les requêtes simples, réduction de l'attente, amélioration de l'expérience client." "Avant: Lignes saturées, attente longue pour les clients, personnel débordé, perte d'opportunités. ", "Après: Routage intelligent des appels, assistants IA pour les requêtes simples, réduction de l'attente, amélioration de l'expérience client."
], ],
imageSrc: "http://img.b2bpic.net/free-photo/call-center-workers-with-headsets_1098-1065.jpg" imageSrc: undefined
}, },
{ {
id: "reservations", title: "Réservations", descriptions: [ id: "reservations", title: "Réservations", descriptions: [
"Avant: Gestion manuelle des calendriers, doubles réservations, confirmations tardives, risque d'erreurs humaines. ", "Après: Système de réservation intelligent et autonome, synchronisation en temps réel, confirmations instantanées, flexibilité accrue." "Avant: Gestion manuelle des calendriers, doubles réservations, confirmations tardives, risque d'erreurs humaines. ", "Après: Système de réservation intelligent et autonome, synchronisation en temps réel, confirmations instantanées, flexibilité accrue."
], ],
imageSrc: "http://img.b2bpic.net/free-photo/woman-making-online-reservation_23-2149175440.jpg" imageSrc: undefined
}, },
{ {
id: "qualification-leads", title: "Qualification de leads", descriptions: [ id: "qualification-leads", title: "Qualification de leads", descriptions: [
"Avant: Qualification chronophage et subjective, leads non pertinents, faible taux de conversion. ", "Après: Outils IA pour qualifier les leads en temps réel, identification des prospects à fort potentiel, augmentation des ventes." "Avant: Qualification chronophage et subjective, leads non pertinents, faible taux de conversion. ", "Après: Outils IA pour qualifier les leads en temps réel, identification des prospects à fort potentiel, augmentation des ventes."
], ],
imageSrc: "http://img.b2bpic.net/free-photo/data-visualization-concept_23-2149312109.jpg" imageSrc: undefined
}, },
{ {
id: "organisation-dossiers", title: "Organisation des dossiers", descriptions: [ id: "organisation-dossiers", title: "Organisation des dossiers", descriptions: [
"Avant: Classement manuel, difficulté à retrouver les informations, perte de documents importants, désordre. ", "Après: Archivage et organisation automatiques des dossiers, recherche simplifiée, accès sécurisé aux informations, gain de temps." "Avant: Classement manuel, difficulté à retrouver les informations, perte de documents importants, désordre. ", "Après: Archivage et organisation automatiques des dossiers, recherche simplifiée, accès sécurisé aux informations, gain de temps."
], ],
imageSrc: "http://img.b2bpic.net/free-photo/file-cabinet-abstract_23-2149301543.jpg" imageSrc: undefined
}, },
{ {
id: "pilotage-activite", title: "Pilotage de l'activité", descriptions: [ id: "pilotage-activite", title: "Pilotage de l'activité", descriptions: [
"Avant: Données dispersées, rapports manuels, décisions basées sur des intuitions plutôt que sur des faits. ", "Après: Tableaux de bord IA personnalisés, analyses prédictives, prise de décision éclairée, optimisation des performances." "Avant: Données dispersées, rapports manuels, décisions basées sur des intuitions plutôt que sur des faits. ", "Après: Tableaux de bord IA personnalisés, analyses prédictives, prise de décision éclairée, optimisation des performances."
], ],
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-connection-with-plexus-design_1048-13637.jpg" imageSrc: undefined
}, },
{ {
id: "relation-client-whatsapp", title: "Relation client WhatsApp", descriptions: [ id: "relation-client-whatsapp", title: "Relation client WhatsApp", descriptions: [
"Avant: Réponse manuelle, temps d'attente élevé, surcharge du service client, satisfaction client moyenne. ", "Après: Chatbot IA pour WhatsApp, réponses instantanées 24/7, gestion proactive des requêtes, augmentation de la satisfaction client." "Avant: Réponse manuelle, temps d'attente élevé, surcharge du service client, satisfaction client moyenne. ", "Après: Chatbot IA pour WhatsApp, réponses instantanées 24/7, gestion proactive des requêtes, augmentation de la satisfaction client."
], ],
imageSrc: "http://img.b2bpic.net/free-photo/chat-app-on-smartphone-mockup_23-2149312109.jpg" imageSrc: undefined
} }
]} ]}
/> />
@@ -170,8 +167,7 @@ Habilitez vos équipes."
<div id="about" data-section="about"> <div id="about" data-section="about">
<MetricSplitMediaAbout <MetricSplitMediaAbout
useInvertedBackground={false} useInvertedBackground={false}
title="Ce que nous accomplissons concrètement pour votre business title="Ce que nous accomplissons concrètement pour votre business"
"
description="Nos clients obtiennent des résultats concrets et mesurables. Satisfaction client, efficacité opérationnelle, économies substantielles. Nous livrons des résultats réels grâce à l'automatisation IA adaptée à votre activité." description="Nos clients obtiennent des résultats concrets et mesurables. Satisfaction client, efficacité opérationnelle, économies substantielles. Nous livrons des résultats réels grâce à l'automatisation IA adaptée à votre activité."
metrics={[ metrics={[
{ {
@@ -181,7 +177,7 @@ Habilitez vos équipes."
{ {
value: "25%", title: "Cost Savings"}, value: "25%", title: "Cost Savings"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139314.jpg" imageSrc={undefined}
imageAlt="Abstract AI algorithms streamlining business operations" imageAlt="Abstract AI algorithms streamlining business operations"
mediaAnimation="slide-up" mediaAnimation="slide-up"
metricsAnimation="slide-up" metricsAnimation="slide-up"
@@ -205,27 +201,6 @@ Habilitez vos équipes."
/> />
</div> </div>
<div id="faq" data-section="faq">
<FaqBase
textboxLayout="default"
useInvertedBackground={true}
faqs={[
{
id: "1", title: "How quickly can you start?", content: "Our typical engagement begins with a discovery call within 2-3 business days, followed by a detailed proposal within a week. Project kick-off can happen as soon as the proposal is approved."},
{
id: "2", title: "Is my data safe?", content: "Data security and privacy are paramount. We adhere to industry best practices and employ robust encryption and access controls. All client data is handled with the utmost confidentiality and compliance with relevant regulations."},
{
id: "3", title: "What size companies do you work with?", content: "We primarily partner with Small and Medium-sized Enterprises (SMEs) and mid-size companies. Our solutions are scalable and designed to deliver significant value regardless of your company's exact size within these segments."},
{
id: "4", title: "What budget should I expect?", content: "AI automation project costs vary depending on scope and complexity. We offer transparent pricing after a free initial consultation, providing a detailed breakdown of investments and expected ROI."},
{
id: "5", title: "How does a first project typically work?", content: "A first project typically starts with a deep-dive workshop to understand your current workflows and pain points. We then design, develop, and integrate custom AI solutions, followed by training, deployment, and ongoing optimization."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about Briven AI, our services, and how we can help your business thrive with intelligent automation."
faqsAnimation="slide-up"
/>
</div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter