From 3ea9e296aa9362485a8689a970e9d3923d3dc5dd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 03:00:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 116e85c..cf0b1c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Wrench, Zap, Lightbulb, Power, Sun, Tool, BatteryCharging, ShieldCheck, Home, Building } from "lucide-react"; +import { Wrench, Zap, Lightbulb, Power, Sun, BatteryCharging, ShieldCheck, Home, Building } from "lucide-react"; export default function LandingPage() { return ( @@ -121,7 +121,7 @@ export default function LandingPage() { title: "Éclairage Intérieur & Extérieur", description: "Solutions d'éclairage innovantes et écoénergétiques pour sublimer vos espaces.", imageSrc: "http://img.b2bpic.net/free-photo/lamps-burning_1048-2484.jpg", imageAlt: "Éclairage intérieur et extérieur", buttonIcon: Sun, }, { - title: "Dépannage Électrique", description: "Intervention rapide et efficace pour tout problème ou panne électrique imprévue.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-electrician-with-uniform-face-shield_23-2148773439.jpg", imageAlt: "Dépannage électrique", buttonIcon: Tool, + title: "Dépannage Électrique", description: "Intervention rapide et efficace pour tout problème ou panne électrique imprévue.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-electrician-with-uniform-face-shield_23-2148773439.jpg", imageAlt: "Dépannage électrique", buttonIcon: Wrench, }, { title: "Bornes de Recharge VÉ", description: "Installation et branchement de bornes de recharge pour véhicules électriques résidentielles et commerciales.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-woman-standing-gas-station_1157-33277.jpg", imageAlt: "Branchement de bornes de recharge pour véhicules électriques", buttonIcon: BatteryCharging, -- 2.49.1