Update src/pages/HomePage.tsx
This commit is contained in:
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
|
||||
Reference in New Issue
Block a user