Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dac9141631 | |||
| d588fb262f | |||
| 340670b572 | |||
| 08a9daf302 | |||
| e3dc57d4f7 |
175
src/app/page.tsx
175
src/app/page.tsx
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
||||
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 NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,12 +31,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Better Business DZ"
|
||||
/>
|
||||
@@ -44,53 +41,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
background={{ variant: "plain" }}
|
||||
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."
|
||||
kpis={[
|
||||
{
|
||||
value: "100+", label: "Entreprises Accompagnées"},
|
||||
{
|
||||
value: "15+", label: "Ans d'Expertise"},
|
||||
{
|
||||
value: "500+", label: "Leaders Formés"},
|
||||
{ value: "100+", label: "Entreprises Accompagnées" },
|
||||
{ value: "15+", label: "Ans d'Expertise" },
|
||||
{ value: "500+", label: "Leaders Formés" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Réserver une consultation", href: "#contact"},
|
||||
{
|
||||
text: "Nos services", href: "#services"},
|
||||
{ text: "Réserver une consultation", href: "#contact" },
|
||||
{ text: "Nos services", href: "#services" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
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"
|
||||
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"},
|
||||
]}
|
||||
imageAlt="Consultants en entreprise"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -100,18 +66,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
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: "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"},
|
||||
{ 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" },
|
||||
]}
|
||||
title="Nos Services d'Expertise"
|
||||
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"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
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: "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" },
|
||||
]}
|
||||
title="Pourquoi Choisir Better Business"
|
||||
description="La référence pour la performance des entreprises algériennes."
|
||||
@@ -138,52 +92,47 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
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."
|
||||
buttons={[
|
||||
{
|
||||
text: "En savoir plus", href: "#"},
|
||||
<TextSplitAbout
|
||||
title="Notre Vision et Engagement"
|
||||
description={[
|
||||
"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."
|
||||
]}
|
||||
buttons={[{ text: "Contactez notre équipe", href: "#contact" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
title="Ils nous font confiance"
|
||||
description="Découvrez comment nous avons aidé des leaders à transformer leurs organisations."
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Amine S.", handle: "CEO, TechAlg", testimonial: "Une expertise pointue qui a transformé notre approche managériale.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-relaxed-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder_74855-15162.jpg"},
|
||||
id: "t1",
|
||||
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,
|
||||
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"},
|
||||
{
|
||||
id: "t3", name: "Omar B.", handle: "Dir. Commercial", testimonial: "Une formation leadership à la hauteur de nos ambitions.", rating: 5,
|
||||
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"},
|
||||
id: "t2",
|
||||
name: "Sarah K.",
|
||||
role: "RH, LogiDZ",
|
||||
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"
|
||||
}
|
||||
]}
|
||||
showRating={true}
|
||||
title="Ils nous font confiance"
|
||||
description="Des témoignages de succès."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="socialProof" data-section="socialProof">
|
||||
<SocialProofOne
|
||||
names={["Sonatrach", "Cevital", "Mobilis", "Algérie Télécom", "Saidal", "Condor", "Cosider"]}
|
||||
title="Nos Partenaires"
|
||||
description="Des collaborations stratégiques pour l'excellence algérienne."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Sonatrach", "Cevital", "Mobilis", "Algérie Télécom", "Saidal", "Condor", "Cosider"]}
|
||||
title="Nos Partenaires et Clients"
|
||||
description="Entreprises leaders en Algérie."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -191,32 +140,24 @@ export default function LandingPage() {
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
description="Des réponses à vos questions sur nos méthodes et expertises."
|
||||
faqs={[
|
||||
{
|
||||
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, 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."},
|
||||
{ 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: "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." },
|
||||
]}
|
||||
title="Questions Fréquentes"
|
||||
faqsAnimation="slide-up"
|
||||
description="Tout ce que vous devez savoir sur nos programmes et notre méthodologie."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
<ContactSplit
|
||||
tag="Contact"
|
||||
title="Prêt à transformer votre entreprise ?"
|
||||
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."
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-people-meeting-modern-office_482257-84631.jpg"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-static"}}
|
||||
text="Prêt à transformer votre entreprise ? Contactez-nous dès aujourd'hui."
|
||||
buttons={[
|
||||
{
|
||||
text: "Envoyer un message", href: "#"},
|
||||
{
|
||||
text: "WhatsApp", href: "https://wa.me/213000000000"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -225,19 +166,13 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Légal", items: [
|
||||
{
|
||||
label: "Politique de confidentialité", href: "#"},
|
||||
],
|
||||
title: "Légal", items: [{ label: "Confidentialité", href: "#" }],
|
||||
},
|
||||
]}
|
||||
logoText="Better Business DZ"
|
||||
|
||||
Reference in New Issue
Block a user