Merge version_2 into main #16

Merged
bender merged 1 commits from version_2 into main 2026-03-12 22:47:17 +00:00

View File

@@ -3,11 +3,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import TextAbout from '@/components/sections/about/TextAbout';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import { ArrowRight } from 'lucide-react';
export default function LandingPage() {
return (
@@ -56,6 +58,42 @@ export default function LandingPage() {
/>
</div>
<div id="billboard-carousel" data-section="billboard-carousel">
<FeatureCardTwentySix
features={[
{
title: "Installation Électrique", description: "Maisons neuves, extensions, circuits électriques. Travail aux normes en vigueur.", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-orange-work-clothes-yellow-hardhat-using-electric-drill-making-hole-wall_574295-1572.jpg?_wi=1", imageAlt: "Installation électrique professionnelle", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Rénovation Électrique", description: "Mise aux normes, remplacement installations anciennes, tableaux électriques sécurisés.", imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-checks-control-cabinet-blue-light-electrical-inspection_169016-71036.jpg?_wi=1", imageAlt: "Rénovation électrique résidentielle", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Dépannage Rapide", description: "Pannes électriques, disjonctions, prises défectueuses. Intervention d'urgence disponible.", imageSrc: "http://img.b2bpic.net/free-photo/woman-electrician-repairs-breaker-inside-switchboard-cabinet-safe-installation_169016-70967.jpg?_wi=1", imageAlt: "Dépannage électrique professionnel", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Tableaux Électriques", description: "Installation, remplacement, sécurisation des tableaux. Conformité garantie.", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-orange-work-clothes-yellow-hardhat-using-electric-drill-making-hole-wall_574295-1572.jpg?_wi=2", imageAlt: "Tableau électrique professionnel", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Maintenance Préventive", description: "Vérifications régulières, contrôles de sécurité, entretien des installations.", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-orange-work-clothes-yellow-hardhat-using-electric-drill-making-hole-wall_574295-1572.jpg?_wi=3", imageAlt: "Maintenance électrique professionnelle", buttonIcon: ArrowRight,
buttonHref: "#contact"
},
{
title: "Éclairage Extérieur", description: "Installations d'éclairage, lampadaires, systèmes de sécurité lumineux.", imageSrc: "http://img.b2bpic.net/free-photo/female-electrician-checks-control-cabinet-blue-light-electrical-inspection_169016-71036.jpg?_wi=2", imageAlt: "Éclairage extérieur installation", buttonIcon: ArrowRight,
buttonHref: "#contact"
}
]}
title="Nos Services"
description="Solutions électriques complètes pour particuliers et professionnels"
tag="Expertise"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<div id="services" data-section="services">
<FeatureCardThree
features={[