Update src/app/page.tsx
This commit is contained in:
276
src/app/page.tsx
276
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="06 ÉNERGIE"
|
||||
/>
|
||||
@@ -57,72 +45,12 @@ export default function LandingPage() {
|
||||
title="Votre confort, notre énergie"
|
||||
description="Expertise en climatisation, électricité, plomberie et chauffage. Installation et maintenance pour particuliers et professionnels."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Jean Dupont",
|
||||
handle: "@client06",
|
||||
testimonial: "Excellent service pour mon installation de chauffage. Rapide et propre.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13336.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marie Curie",
|
||||
handle: "@entreprise",
|
||||
testimonial: "Une équipe très réactive pour nos besoins électriques.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg",
|
||||
},
|
||||
{
|
||||
name: "Paul Martin",
|
||||
handle: "@renov",
|
||||
testimonial: "Plomberie parfaite, je recommande vivement cette entreprise.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-ok-sign-showing-thumb-up-laptop-isolated-white_141793-84103.jpg",
|
||||
},
|
||||
{
|
||||
name: "Lucie V.",
|
||||
handle: "@home",
|
||||
testimonial: "Un confort thermique retrouvé grâce à leur expertise.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-elderly-woman-wearing-stylish-clothes-isolated_273609-35194.jpg",
|
||||
},
|
||||
{
|
||||
name: "Marc L.",
|
||||
handle: "@pro",
|
||||
testimonial: "Professionnels, ponctuels et à l'écoute.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/real-estate-insurance-concept-happy-young-man-winking-smiling-showing-paper-house-cutout-sta_1258-173394.jpg",
|
||||
},
|
||||
{ name: "Jean Dupont", handle: "@client06", testimonial: "Excellent service pour mon installation de chauffage. Rapide et propre.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy1nvplGUivSLVGTHNwTz1uTQ/uploaded-1778626210304-51yn5dka.jpg" },
|
||||
{ name: "Marie Curie", handle: "@entreprise", testimonial: "Une équipe très réactive pour nos besoins électriques.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy1nvplGUivSLVGTHNwTz1uTQ/uploaded-1778626210304-51yn5dka.jpg" },
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Appeler le 0744236097",
|
||||
href: "tel:0744236097",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11818.jpg"
|
||||
buttons={[{ text: "Appeler le 0744236097", href: "tel:0744236097" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy1nvplGUivSLVGTHNwTz1uTQ/uploaded-1778626210304-51yn5dka.jpg"
|
||||
imageAlt="hvac climate control professional"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/workers-refilling-air-conditione-freon_482257-85114.jpg",
|
||||
alt: "Workers refilling air conditione freon",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/auto-repairman-adjusting-face-mask-workshop-due-covid19-pandemic_637285-9769.jpg",
|
||||
alt: "Auto repairman adjusting face mask in a workshop due to COVID19 pandemic",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-tools-truck-worker-uniform-faulty-truck_1157-46515.jpg",
|
||||
alt: "Man with tools for truck. Worker in uniform. Faulty truck.",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hvac-system-refrigerant-tank-check_482257-85115.jpg",
|
||||
alt: "HVAC system refrigerant tank check",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-worker-operating-industrial-machine-factory_637285-4184.jpg",
|
||||
alt: "Close up of worker operating an industrial machine in a factory",
|
||||
},
|
||||
]}
|
||||
avatarText="Reconnu par plus de 500 clients"
|
||||
/>
|
||||
</div>
|
||||
@@ -133,24 +61,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Award,
|
||||
title: "Années d'expérience",
|
||||
value: "10+",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Users,
|
||||
title: "Clients satisfaits",
|
||||
value: "500+",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Zap,
|
||||
title: "Interventions/an",
|
||||
value: "200+",
|
||||
},
|
||||
{ id: "m1", icon: Award, title: "Années d'expérience", value: "10+" },
|
||||
{ id: "m2", icon: Users, title: "Clients satisfaits", value: "500+" },
|
||||
{ id: "m3", icon: Zap, title: "Interventions/an", value: "200+" },
|
||||
]}
|
||||
title="Chiffres clés"
|
||||
description="Engagés pour votre satisfaction depuis plusieurs années."
|
||||
@@ -163,33 +76,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Climatisation",
|
||||
tags: [
|
||||
"Installation",
|
||||
"Entretien",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technician-looking-freon-leaks_482257-92791.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Électricité",
|
||||
tags: [
|
||||
"Rénovation",
|
||||
"Dépannage",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24230.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Plomberie",
|
||||
tags: [
|
||||
"Installation",
|
||||
"Fuite",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sanitary-equipment_93675-132404.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Climatisation", tags: ["Installation", "Entretien"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy1nvplGUivSLVGTHNwTz1uTQ/uploaded-1778626210304-51yn5dka.jpg" },
|
||||
{ id: "f2", title: "Électricité", tags: ["Rénovation", "Dépannage"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy1nvplGUivSLVGTHNwTz1uTQ/uploaded-1778626210304-51yn5dka.jpg" },
|
||||
]}
|
||||
title="Nos services multi-énergies"
|
||||
description="Des solutions complètes pour l'installation, la maintenance et le dépannage."
|
||||
@@ -203,42 +91,8 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Climatiseur Mural",
|
||||
price: "Sur demande",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ventilation-system_23-2149388991.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Tableau Électrique",
|
||||
price: "Sur demande",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/electrician-switchboard-equipment-interaction-technical-indoor-task_169016-68105.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Chaudière Haute Performance",
|
||||
price: "Sur demande",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-turning-up-heater_23-2149335140.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Thermostat Connecté",
|
||||
price: "Sur demande",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-finger-setting-alarm_23-2148994166.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Système Filtration",
|
||||
price: "Sur demande",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tools-materials-sanitary-works_93675-132625.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "VMC Ventilation",
|
||||
price: "Sur demande",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sexy-shorthair-model-have-rest-have-daily-nap-sitting-blue-bag-chair-home_231208-2996.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Climatiseur Mural", price: "Sur demande", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy1nvplGUivSLVGTHNwTz1uTQ/uploaded-1778626210304-51yn5dka.jpg" },
|
||||
{ id: "p2", name: "Tableau Électrique", price: "Sur demande", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy1nvplGUivSLVGTHNwTz1uTQ/uploaded-1778626210304-51yn5dka.jpg" },
|
||||
]}
|
||||
title="Nos équipements"
|
||||
description="Sélection des meilleurs systèmes pour votre foyer."
|
||||
@@ -250,46 +104,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Chauffage",
|
||||
quote: "Installation rapide et propre, je conseille vivement.",
|
||||
name: "Jean D.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-holding-phone-medium-shot_23-2149246349.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Électricité",
|
||||
quote: "Une réactivité exceptionnelle pour mon urgence.",
|
||||
name: "Marie C.",
|
||||
role: "Entreprise",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-women-posing-pointing-fingers-camera-while-sitting-table-with-coffee-cups-documents_74855-9959.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Plomberie",
|
||||
quote: "Le meilleur artisan du secteur, très pro.",
|
||||
name: "Paul M.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-hipster-man-with-beard-smiling-laughing_176420-12171.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Climatisation",
|
||||
quote: "Un été enfin frais grâce à 06 Énergie.",
|
||||
name: "Lucie V.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-stylish-middle-aged-woman-with-short-haircut-posing-indoors-expressing-positive-emotions_343059-4048.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Entretien",
|
||||
quote: "Service d'entretien annuel très complet.",
|
||||
name: "Marc L.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-friends-chatting-laughing-haven-t-seen-each-other-long-time_273609-6606.jpg",
|
||||
},
|
||||
{ id: "t1", title: "Chauffage", quote: "Installation rapide et propre, je conseille vivement.", name: "Jean D.", role: "Client", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy1nvplGUivSLVGTHNwTz1uTQ/uploaded-1778626210304-51yn5dka.jpg" },
|
||||
]}
|
||||
title="Ce qu'ils pensent de nous"
|
||||
description="La confiance de nos clients est notre meilleure publicité."
|
||||
@@ -301,21 +116,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Intervenez-vous en urgence ?",
|
||||
content: "Oui, nous traitons les urgences dépannage rapidement.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Quelles zones couvrez-vous ?",
|
||||
content: "Nous intervenons sur tout le secteur de la région 06.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Proposez-vous des devis gratuits ?",
|
||||
content: "Chaque projet fait l'objet d'un devis transparent et gratuit.",
|
||||
},
|
||||
{ id: "q1", title: "Intervenez-vous en urgence ?", content: "Oui, nous traitons les urgences dépannage rapidement." },
|
||||
]}
|
||||
title="Questions fréquentes"
|
||||
description="Tout savoir sur nos services HVAC."
|
||||
@@ -326,56 +127,23 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Contactez-nous"
|
||||
title="Prêt pour votre projet ?"
|
||||
description="Appelez Yassine au 0744236097 ou laissez-nous un message."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/call-center-agent-handling-inbound-calls-assisting-customers_482257-126118.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy1nvplGUivSLVGTHNwTz1uTQ/uploaded-1778626210304-51yn5dka.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/technician-dismantling-condenser_482257-90835.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ddy1nvplGUivSLVGTHNwTz1uTQ/uploaded-1778626210304-51yn5dka.jpg"
|
||||
logoText="06 ÉNERGIE"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{
|
||||
label: "Climatisation",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Électricité",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Plomberie",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Entreprise",
|
||||
items: [
|
||||
{
|
||||
label: "À propos",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
columns={[{ title: "Services", items: [{ label: "Climatisation", href: "#" }] }]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user