diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index d7e3680..0d2110c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVertic import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Clock, Shield, Wrench } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -23,32 +22,20 @@ export default function HomePage() { secondaryButton={{ text: "Learn About Our Services", href: "#features"}} leftItems={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/male-with-red-shirt-making-window-with-industrial-tools_181624-50175.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/full-length-african-american-mechanic-businesswoman-communicating-auto-repair-shop_637285-11589.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-installing-spring-wire_1170-1343.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-city-with-engagement-ring-after-proposal_23-2149488119.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-truck-driver-with-crossed-arms-standing-empty-truck-trailer_342744-1284.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg"}, + { imageSrc: "http://img.b2bpic.net/free-photo/male-with-red-shirt-making-window-with-industrial-tools_181624-50175.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-length-african-american-mechanic-businesswoman-communicating-auto-repair-shop_637285-11589.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-installing-spring-wire_1170-1343.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/romantic-couple-city-with-engagement-ring-after-proposal_23-2149488119.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/portrait-truck-driver-with-crossed-arms-standing-empty-truck-trailer_342744-1284.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-control-box_107420-95947.jpg" }, ]} rightItems={[ - { - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138537.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-outdoors_23-2149714259.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17798.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-handyman-arriving-house-call_1098-17816.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741262.jpg"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-evaluates-drilling-result-board_169016-13167.jpg"}, + { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-bicycle_23-2148138537.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-outdoors_23-2149714259.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/electrician-is-mounting-electric-sockets-white-wall-indoors_169016-17798.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cheerful-asian-handyman-arriving-house-call_1098-17816.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-engaged-household-task_23-2151741262.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-evaluates-drilling-result-board_169016-13167.jpg" }, ]} /> @@ -185,4 +172,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file