Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e2977a7c3 | |||
| 480a0e320d | |||
| d519c95e76 | |||
| e1e7c6e489 | |||
| 6449ae90f7 | |||
| 2cef386726 | |||
| 1bdbcb54fa | |||
| ac4ab7c92e | |||
| 65552a8395 | |||
| feabee6dc3 | |||
| 7dad7c027b | |||
| d83c0d0451 | |||
| 69fa7162cf | |||
| 1a1f829473 | |||
| bf615e20d0 | |||
| 07e90e23de |
@@ -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={[
|
||||
|
||||
Reference in New Issue
Block a user