Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-11 13:45:35 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText'; import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqDouble from '@/components/sections/faq/FaqDouble'; import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBase from '@/components/sections/footer/FooterBase';
@@ -10,8 +10,8 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextAbout from '@/components/sections/about/TextAbout'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -31,12 +31,9 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ { name: "Services", id: "#services" },
name: "Services", id: "#services"}, { name: "About", id: "#about" },
{ { name: "Contact", id: "#contact" },
name: "About", id: "#about"},
{
name: "Contact", id: "#contact"},
]} ]}
brandName="Better Business DZ" brandName="Better Business DZ"
/> />
@@ -44,53 +41,22 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
background={{ background={{ variant: "plain" }}
variant: "plain"}}
title="Transformer la vision en résultats concrets." title="Transformer la vision en résultats concrets."
description="Leader en conseil aux entreprises et développement du leadership en Algérie. Boostez votre performance avec Better Business DZ." description="Leader en conseil aux entreprises et développement du leadership en Algérie. Boostez votre performance avec Better Business DZ."
kpis={[ kpis={[
{ { value: "100+", label: "Entreprises Accompagnées" },
value: "100+", label: "Entreprises Accompagnées"}, { value: "15+", label: "Ans d'Expertise" },
{ { value: "500+", label: "Leaders Formés" },
value: "15+", label: "Ans d'Expertise"},
{
value: "500+", label: "Leaders Formés"},
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[ buttons={[
{ { text: "Réserver une consultation", href: "#contact" },
text: "Réserver une consultation", href: "#contact"}, { text: "Nos services", href: "#services" },
{
text: "Nos services", href: "#services"},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/digital-marketing-team-attending-innovation-brainstorming-meeting_482257-91001.jpg" imageSrc="http://img.b2bpic.net/free-photo/digital-marketing-team-attending-innovation-brainstorming-meeting_482257-91001.jpg"
imageAlt="Consultants en entreprise travaillant dans un environnement professionnel moderne en Algérie" imageAlt="Consultants en entreprise"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg", alt: "Client 1"},
{
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1613.jpg", alt: "Client 2"},
{
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1689.jpg", alt: "Client 3"},
{
src: "http://img.b2bpic.net/free-photo/smiling-african-american-girl-sitting-cafe_1262-3083.jpg", alt: "Client 4"},
{
src: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", alt: "Client 5"},
]}
avatarText="Rejoignez plus de 500+ leaders satisfaits"
marqueeItems={[
{
type: "text", text: "Conseil Stratégique"},
{
type: "text", text: "Leadership Academy"},
{
type: "text", text: "Croissance Durable"},
{
type: "text", text: "Transformation Agile"},
{
type: "text", text: "Performance Humaine"},
]}
/> />
</div> </div>
@@ -100,18 +66,9 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ { id: "s1", title: "Conseil Stratégique", subtitle: "Optimisation des processus", category: "Stratégie", value: "Performance" },
id: "s1", title: "Conseil Stratégique", subtitle: "Optimisation des processus", category: "Stratégie", value: "Performance"}, { id: "s2", title: "Leadership Training", subtitle: "Développer vos talents", category: "Leadership", value: "Expertise" },
{ { id: "s3", title: "Team Building", subtitle: "Cohésion d'équipe", category: "RH", value: "Synergie" },
id: "s2", title: "Leadership Training", subtitle: "Développer vos talents", category: "Leadership", value: "Expertise"},
{
id: "s3", title: "Team Building", subtitle: "Cohésion d'équipe", category: "RH", value: "Synergie"},
{
id: "s4", title: "Renforcement des Capacités", subtitle: "Formation continue", category: "Développement", value: "Compétence"},
{
id: "s5", title: "Executive Coaching", subtitle: "Accompagnement de haut niveau", category: "Management", value: "Succès"},
{
id: "s6", title: "Développement Organisationnel", subtitle: "Transformation durable", category: "Organisation", value: "Vision"},
]} ]}
title="Nos Services d'Expertise" title="Nos Services d'Expertise"
description="Des solutions sur-mesure pour propulser votre entreprise en Algérie." description="Des solutions sur-mesure pour propulser votre entreprise en Algérie."
@@ -125,12 +82,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ { id: "m1", value: "95%", description: "Taux de satisfaction client" },
id: "m1", value: "95%", description: "Taux de satisfaction client"}, { id: "m2", value: "24/7", description: "Support dédié aux partenaires" },
{ { id: "m3", value: "100%", description: "Expertise locale et adaptée" },
id: "m2", value: "24/7", description: "Support dédié aux partenaires"},
{
id: "m3", value: "100%", description: "Expertise locale et adaptée"},
]} ]}
title="Pourquoi Choisir Better Business" title="Pourquoi Choisir Better Business"
description="La référence pour la performance des entreprises algériennes." description="La référence pour la performance des entreprises algériennes."
@@ -138,52 +92,44 @@ export default function LandingPage() {
</div> </div>
<div id="about" data-section="about"> <div id="about" data-section="about">
<TextAbout <TextSplitAbout
useInvertedBackground={false} title="Notre Vision et Engagement"
title="Notre Mission est d'accompagner chaque entreprise algérienne vers l'excellence opérationnelle et le leadership de demain à travers des méthodes éprouvées." description={[
buttons={[ "Better Business DZ est né de la volonté d'accompagner les entreprises algériennes dans leur transformation. Nous combinons expertise locale et standards internationaux pour garantir une excellence opérationnelle durable.", "Notre mission est de cultiver le leadership et de renforcer les capacités managériales à chaque niveau de votre organisation. Nous croyons que la croissance de demain se prépare avec les outils d'aujourd'hui."
{
text: "En savoir plus", href: "#"},
]} ]}
buttons={[{ text: "Contactez notre équipe", href: "#contact" }]}
/> />
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen <TestimonialCardTwo
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
title="Ils nous font confiance"
description="Découvrez comment nous avons aidé des leaders à transformer leurs organisations."
testimonials={[ testimonials={[
{ {
id: "t1", name: "Amine S.", handle: "CEO, TechAlg", testimonial: "Une expertise pointue qui a transformé notre approche managériale.", rating: 5, id: "t1",
imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder_74855-15162.jpg"}, name: "Amine S.",
role: "CEO, TechAlg",
testimonial: "Better Business DZ a radicalement changé notre approche. Leur accompagnement sur le leadership a permis à nos managers de mieux structurer leurs équipes, améliorant notre productivité de 30% en seulement six mois. Une expertise indispensable pour toute entreprise en pleine croissance.", imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder_74855-15162.jpg"
},
{ {
id: "t2", name: "Sarah K.", handle: "RH, LogiDZ", testimonial: "Le team building a soudé notre équipe comme jamais auparavant.", rating: 5, id: "t2",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg"}, name: "Sarah K.",
{ role: "RH, LogiDZ",
id: "t3", name: "Omar B.", handle: "Dir. Commercial", testimonial: "Une formation leadership à la hauteur de nos ambitions.", rating: 5, testimonial: "Leur méthodologie de team building est unique. Loin des approches classiques, ils ont su identifier les leviers de cohésion spécifiques à notre culture d'entreprise, transformant le climat social et renforçant la collaboration entre nos différents départements.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-business-woman-with-executive-job-working-with-management-marketing-statistics-computer-office-worker-analyzing-research-charts-data-reports_482257-41126.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4145.jpg"}, }
{
id: "t4", name: "Fatima M.", handle: "Startuper", testimonial: "Accompagnement personnalisé et résultats concrets.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-redhead-female-student-sits-armchair-leaning-arms-smiling_197531-22962.jpg"},
{
id: "t5", name: "Yacine R.", handle: "Manager", testimonial: "Better Business est un partenaire clé pour notre croissance.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg"},
]} ]}
showRating={true}
title="Ils nous font confiance"
description="Des témoignages de succès."
/> />
</div> </div>
<div id="socialProof" data-section="socialProof"> <div id="socialProof" data-section="socialProof">
<SocialProofOne <SocialProofOne
textboxLayout="default" names={["Sonatrach", "Cevital", "Mobilis", "Algérie Télécom", "Saidal", "Condor", "Cosider"]}
useInvertedBackground={false} title="Nos Partenaires"
names={[ description="Des collaborations stratégiques pour l'excellence algérienne."
"Sonatrach", "Cevital", "Mobilis", "Algérie Télécom", "Saidal", "Condor", "Cosider"]}
title="Nos Partenaires et Clients"
description="Entreprises leaders en Algérie."
/> />
</div> </div>
@@ -192,31 +138,21 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ { id: "f1", title: "Comment réserver une consultation ?", content: "Contactez-nous via le formulaire ci-dessous ou par WhatsApp pour une réponse rapide." },
id: "f1", title: "Comment réserver une consultation ?", content: "Contactez-nous directement via le formulaire ou sur WhatsApp."}, { id: "f2", title: "Proposez-vous des formations sur mesure ?", content: "Oui, chaque programme est conçu après une analyse précise de vos besoins opérationnels." },
{
id: "f2", title: "Proposez-vous des formations sur mesure ?", content: "Oui, nous adaptons chaque module à vos besoins spécifiques."},
{
id: "f3", title: "Intervenez-vous partout en Algérie ?", content: "Nous couvrons l'ensemble du territoire national."},
]} ]}
title="Questions Fréquentes" title="Questions Fréquentes"
faqsAnimation="slide-up" faqsAnimation="slide-up"
description="Tout ce que vous devez savoir sur nos programmes et notre méthodologie."
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactText <ContactSplit
useInvertedBackground={false} tag="Contact"
background={{ title="Prêt à transformer votre entreprise ?"
variant: "rotated-rays-static"}} description="Notre équipe est à votre disposition pour discuter de vos défis et objectifs. Remplissez ce formulaire et nous reviendrons vers vous sous 24 heures."
text="Prêt à transformer votre entreprise ? Contactez-nous dès aujourd'hui." background={{ variant: "rotated-rays-static" }}
buttons={[ imageSrc="http://img.b2bpic.net/free-photo/business-people-meeting-modern-office_482257-84631.jpg"
{
text: "Envoyer un message", href: "#"},
{
text: "WhatsApp", href: "https://wa.me/213000000000"},
]}
/> />
</div> </div>
@@ -225,19 +161,13 @@ export default function LandingPage() {
columns={[ columns={[
{ {
title: "Navigation", items: [ title: "Navigation", items: [
{ { label: "Services", href: "#services" },
label: "Services", href: "#services"}, { label: "About", href: "#about" },
{ { label: "Contact", href: "#contact" },
label: "About", href: "#about"},
{
label: "Contact", href: "#contact"},
], ],
}, },
{ {
title: "Légal", items: [ title: "Légal", items: [{ label: "Confidentialité", href: "#" }],
{
label: "Politique de confidentialité", href: "#"},
],
}, },
]} ]}
logoText="Better Business DZ" logoText="Better Business DZ"