From 0c2468039fd2a8b57ba65590d7f3a6a91dcbdbc2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:56:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0eeab17..b30c615 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Award, CheckCircle, Hammer, Headlight, Paintbrush2, Sparkles, Wrench, Zap, Heart, Shield } from 'lucide-react'; +import { Award, CheckCircle, Hammer, Paintbrush2, Sparkles, Wrench, Zap, Heart, Shield } from 'lucide-react'; export default function LandingPage() { return ( @@ -49,7 +49,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-polishing-car-before-painting_1303-28150.jpg", imageAlt: "Professional auto body shop interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/grayscale-shot-man-repairing-wheel_181624-28775.jpg?_wi=1", imageAlt: "Expert technician performing paint work" + imageSrc: "http://img.b2bpic.net/free-photo/grayscale-shot-man-repairing-wheel_181624-28775.jpg", imageAlt: "Expert technician performing paint work" } ]} rating={5} @@ -84,7 +84,7 @@ export default function LandingPage() { title: "Attention to Detail", description: "Beyond repair, we detail your vehicle so it comes back looking better than ever before.", icon: Sparkles } ]} - imageSrc="http://img.b2bpic.net/free-photo/grayscale-shot-man-repairing-wheel_181624-28775.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/grayscale-shot-man-repairing-wheel_181624-28775.jpg" imageAlt="Expert technician performing detailed auto body work" textboxLayout="default" useInvertedBackground={false} @@ -117,7 +117,7 @@ export default function LandingPage() { title: "Detailing", description: "Complete vehicle detailing to make your car look brand new when pickup day arrives." }, { - icon: Headlight, + icon: Shield, title: "Headlight Installation", description: "Professional headlight and lighting system installation and repairs." }, { @@ -136,10 +136,10 @@ export default function LandingPage() {