diff --git a/src/app/page.tsx b/src/app/page.tsx index c85bc9b..6f293b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,13 +63,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Exterior Wash", description: "Professional exterior cleaning with eco-friendly soaps and soft touch technology", imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-2793.jpg", imageAlt: "Exterior wash service"}, + title: "Exterior Wash", description: "Professional exterior cleaning with eco-friendly soaps and soft touch technology", imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-2793.jpg", imageAlt: "Exterior wash service" + }, { id: 2, - title: "Interior Cleaning", description: "Complete interior detail including vacuuming, upholstery cleaning, and air freshening", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Interior cleaning service"}, + title: "Interior Cleaning", description: "Complete interior detail including vacuuming, upholstery cleaning, and air freshening", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Interior cleaning service" + }, { id: 3, - title: "Protective Wax", description: "Premium wax coating to protect paint and enhance shine for lasting protection", imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30574.jpg", imageAlt: "Protective wax service"}, + title: "Protective Wax", description: "Premium wax coating to protect paint and enhance shine for lasting protection", imageSrc: "http://img.b2bpic.net/free-photo/man-polishing-car-with-orbital-applicator_1303-30574.jpg", imageAlt: "Protective wax service" + }, ]} title="Our Services" description="Comprehensive car care solutions tailored to keep your vehicle pristine" @@ -98,16 +101,20 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Business Owner", company: "Premier Auto Imports", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Sarah Mitchell"}, + imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Sarah Mitchell" + }, { id: "2", name: "James Rodriguez", role: "Car Enthusiast", company: "Local Community", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "James Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "James Rodriguez" + }, { id: "3", name: "Emily Chen", role: "Fleet Manager", company: "City Transport Services", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Emily Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Emily Chen" + }, { id: "4", name: "Michael Thompson", role: "Luxury Car Owner", company: "Precision Motors", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Thompson"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Thompson" + }, ]} kpiItems={[ { value: "5,000+", label: "Vehicles Cleaned" }, @@ -145,17 +152,23 @@ export default function LandingPage() {