From 5a1eccb5166dc668708c0a96b622c798ba5b6ec6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 23 Jun 2026 20:36:03 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 3de7934..fef8b22 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRev import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Briefcase, Award, Star, Clock, CheckCircle, Shield, Zap } from "lucide-react"; +import { CheckCircle, Shield, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -39,7 +39,7 @@ export default function HomePage() { { title: "Lighting", description: "Professional indoor/outdoor lighting design.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-curvy-pathway-forest_181624-44037.jpg" }, { title: "Ceiling Fans", description: "Comfort and energy efficiency year-round.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/smart-home-tablet-wall_23-2149036907.jpg" }, { title: "Generators", description: "Never lose power with expert generator installation.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-overalls-against-backdrop-emergency-lighting_169016-66408.jpg" }, - { title: "Emergency", description: "24/7 support when you need it most.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-switchboard-with-electrical-connection-cable-copy-space_169016-52810.jpg" } + { title: "Emergency", description: "24/7 support when you need it most.", href: "#contact", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-switchboard-with-electrical-connection-cable_169016-50980.jpg" } ]} />