Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -29,16 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "À propos", id: "about"},
|
||||
{
|
||||
name: "Avis clients", id: "avis"},
|
||||
{
|
||||
name: "Zone d'intervention", id: "zone"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "À propos", id: "about" },
|
||||
{ name: "Avis clients", id: "avis" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Vanden Broeck"
|
||||
/>
|
||||
@@ -49,10 +43,8 @@ export default function LandingPage() {
|
||||
logoText="Plomberie & Chauffage Vanden Broeck"
|
||||
description="Excellence en plomberie et chauffage à Bruxelles. Interventions rapides, travail soigné, prix honnêtes. Disponibles 24h/7j pour tous vos besoins en installation et dépannage."
|
||||
buttons={[
|
||||
{
|
||||
text: "Demander un devis", href: "#contact"},
|
||||
{
|
||||
text: "Nos services", href: "#services"},
|
||||
{ text: "Demander un devis", href: "#contact" },
|
||||
{ text: "Nos services", href: "#services" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg?_wi=1"
|
||||
imageAlt="Plomberie et chauffage Bruxelles"
|
||||
@@ -74,15 +66,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Plomberie générale", description: "Réparation de fuites, robinetterie, sanitaires.", buttonIcon: Wrench,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg?_wi=2", imageAlt: "plumber repairing pipe"},
|
||||
{
|
||||
title: "Chauffage", description: "Chaudières, radiateurs, entretien annuel.", buttonIcon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-experienced-smiling-car-mechanic-holding-wrenches-workshop_342744-255.jpg?_wi=2", imageAlt: "technician working on boiler"},
|
||||
{
|
||||
title: "Débouchage", description: "Interventions rapides sur canalisations obstruées.", buttonIcon: Droplets,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-happy-male-enterpreneur-being-glad-succeed_273609-8635.jpg?_wi=1", imageAlt: "portrait of client"},
|
||||
{ title: "Plomberie générale", description: "Réparation de fuites, robinetterie, sanitaires.", buttonIcon: Wrench, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-working-as-plumber_23-2150746388.jpg?_wi=2", imageAlt: "plumber repairing pipe" },
|
||||
{ title: "Chauffage", description: "Chaudières, radiateurs, entretien annuel.", buttonIcon: Flame, imageSrc: "http://img.b2bpic.net/free-photo/portrait-experienced-smiling-car-mechanic-holding-wrenches-workshop_342744-255.jpg?_wi=2", imageAlt: "technician working on boiler" },
|
||||
{ title: "Débouchage", description: "Interventions rapides sur canalisations obstruées.", buttonIcon: Droplets, imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-happy-male-enterpreneur-being-glad-succeed_273609-8635.jpg?_wi=1", imageAlt: "portrait of client" },
|
||||
]}
|
||||
title="Nos domaines d'expertise"
|
||||
description="Nous couvrons l'ensemble des besoins en plomberie et chauffage, de la réparation d'urgence à la rénovation complète."
|
||||
@@ -94,16 +80,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Sahli Marwan", quote: "Équipe très professionnelle, remplacement de ma chaudière très rapidement.", name: "Sahli Marwan", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-happy-male-enterpreneur-being-glad-succeed_273609-8635.jpg?_wi=2"},
|
||||
{
|
||||
id: "2", title: "Chaimae Alouche", quote: "J'ai énormément apprécié le travail, équipe très efficace.", name: "Chaimae Alouche", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/carefree-dark-skinned-young-woman-points-directly-makes-finger-gun-gesture-looks-happily-expresses-good-emotions-wears-casual-clothes-isolated-against-purple-wall-bang-bang_273609-26448.jpg"},
|
||||
{
|
||||
id: "3", title: "Faé Roùz", quote: "Très bon service, intervention rapide et travail très propre !", name: "Faé Roùz", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-woman-showing-thumbs-up_1262-17250.jpg"},
|
||||
{
|
||||
id: "4", title: "Katia Toungouz", quote: "Merci à l'équipe pour leur installation de ma chaudière !", name: "Katia Toungouz", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg"},
|
||||
{
|
||||
id: "5", title: "Jonathan Abrantes", quote: "Enfin tombé sur quelqu'un de sérieux, organisé et efficace.", name: "Jonathan Abrantes", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-haired-young-woman-isolated_273609-48299.jpg"},
|
||||
{ id: "1", title: "Sahli Marwan", quote: "Équipe très professionnelle, remplacement de ma chaudière très rapidement.", name: "Sahli Marwan", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-portrait-happy-male-enterpreneur-being-glad-succeed_273609-8635.jpg?_wi=2" },
|
||||
{ id: "2", title: "Chaimae Alouche", quote: "J'ai énormément apprécié le travail, équipe très efficace.", name: "Chaimae Alouche", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/carefree-dark-skinned-young-woman-points-directly-makes-finger-gun-gesture-looks-happily-expresses-good-emotions-wears-casual-clothes-isolated-against-purple-wall-bang-bang_273609-26448.jpg" },
|
||||
{ id: "3", title: "Faé Roùz", quote: "Très bon service, intervention rapide et travail très propre !", name: "Faé Roùz", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-middle-aged-woman-showing-thumbs-up_1262-17250.jpg" },
|
||||
{ id: "4", title: "Katia Toungouz", quote: "Merci à l'équipe pour leur installation de ma chaudière !", name: "Katia Toungouz", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-conference-room-thinking-about-future_482257-25787.jpg" },
|
||||
{ id: "5", title: "Jonathan Abrantes", quote: "Enfin tombé sur quelqu'un de sérieux, organisé et efficace.", name: "Jonathan Abrantes", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-haired-young-woman-isolated_273609-48299.jpg" },
|
||||
]}
|
||||
title="Ce que disent nos clients"
|
||||
description="La satisfaction de nos clients est notre meilleure publicité."
|
||||
@@ -115,17 +96,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1", title: "Intervenez-vous le week-end ?", content: "Oui, nous sommes disponibles 7j/7 pour les urgences."},
|
||||
{
|
||||
id: "q2", title: "Quel est le délai d'intervention ?", content: "Nous garantissons une réponse pour les urgences en moins de 2h sur Bruxelles."},
|
||||
{
|
||||
id: "q3", title: "Comment obtenir un devis ?", content: "Contactez-nous par téléphone ou e-mail, nous vous fournirons un devis gratuit avant toute intervention."},
|
||||
{ id: "q1", title: "Intervenez-vous le week-end ?", content: "Oui, nous sommes disponibles 7j/7 pour les urgences." },
|
||||
{ id: "q2", title: "Quel est le délai d'intervention ?", content: "Nous garantissons une réponse pour les urgences en moins de 2h sur Bruxelles." },
|
||||
{ id: "q3", title: "Comment obtenir un devis ?", content: "Contactez-nous par téléphone ou e-mail, nous vous fournirons un devis gratuit avant toute intervention." },
|
||||
]}
|
||||
ctaTitle="Prêt à résoudre votre problème ?"
|
||||
ctaDescription="Contactez-nous pour toute demande d'intervention d'urgence ou pour planifier vos travaux."
|
||||
ctaButton={{
|
||||
text: "Appeler maintenant", href: "tel:+32000000000"}}
|
||||
ctaButton={{ text: "Appeler maintenant", href: "tel:+32000000000" }}
|
||||
ctaIcon={Phone}
|
||||
/>
|
||||
</div>
|
||||
@@ -133,13 +110,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Vanden Broeck"
|
||||
leftLink={{
|
||||
text: "Plomberie & Chauffage Bruxelles", href: "/"}}
|
||||
rightLink={{
|
||||
text: "© 2024", href: "#"}}
|
||||
leftLink={{ text: "Plomberie & Chauffage Bruxelles", href: "/" }}
|
||||
rightLink={{ text: "© 2024", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user