Update src/app/page.tsx

This commit is contained in:
2026-03-11 17:56:13 +00:00
parent abb34edd4c
commit 0c2468039f

View File

@@ -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() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "David Shields", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg?_wi=1", imageAlt: "David Shields"
id: "1", name: "David Shields", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg", imageAlt: "David Shields"
},
{
id: "2", name: "Zoe Gaeta", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-peace-signs-isolated-white-background_141793-84094.jpg?_wi=1", imageAlt: "Zoe Gaeta"
id: "2", name: "Zoe Gaeta", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-peace-signs-isolated-white-background_141793-84094.jpg", imageAlt: "Zoe Gaeta"
},
{
id: "3", name: "Charlie Elliott", imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-supportive-girl-showing-thumbs-up-smiling-proud-praising-you-showing-well-done-excellent-gesture-standing-satisfied-white-wall_176420-34127.jpg", imageAlt: "Charlie Elliott"
@@ -148,10 +148,10 @@ export default function LandingPage() {
id: "4", name: "Christine Melgares", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-thankful-young-woman-honored-embarrassed_1262-14837.jpg", imageAlt: "Christine Melgares"
},
{
id: "5", name: "Aaron Arslan", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg?_wi=2", imageAlt: "Aaron Arslan"
id: "5", name: "Aaron Arslan", imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg", imageAlt: "Aaron Arslan"
},
{
id: "6", name: "Mike Weiss", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-peace-signs-isolated-white-background_141793-84094.jpg?_wi=2", imageAlt: "Mike Weiss"
id: "6", name: "Mike Weiss", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-peace-signs-isolated-white-background_141793-84094.jpg", imageAlt: "Mike Weiss"
}
]}
cardTitle="Over 100+ satisfied customers trust Classic Works Auto Body for expert repairs and exceptional service"