diff --git a/src/app/page.tsx b/src/app/page.tsx index bbf9978..9417544 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -166,10 +166,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "My car looks brand new", quote: "AutoShine completely transformed my vehicle. The attention to detail is incredible - every inch was treated with care. I've never seen my car looking this good!", name: "Sarah Johnson", role: "Mercedes-Benz Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", imageAlt: "Sarah Johnson" + id: "1", title: "My car looks brand new", quote: "AutoShine completely transformed my vehicle. The attention to detail is incredible - every inch was treated with care. I've never seen my car looking this good!", name: "Sarah Johnson", role: "Mercedes-Benz Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", title: "Professional service at its finest", quote: "The team is incredibly professional and punctual. They explained every service and the results exceeded my expectations. Highly recommend for anyone serious about car care.", name: "Michael Chen", role: "BMW Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-with-hands-pockets_1187-1106.jpg", imageAlt: "Michael Chen" + id: "2", title: "Professional service at its finest", quote: "The team is incredibly professional and punctual. They explained every service and the results exceeded my expectations. Highly recommend for anyone serious about car care.", name: "Michael Chen", role: "BMW Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-with-hands-pockets_1187-1106.jpg?_wi=1", imageAlt: "Michael Chen" }, { id: "3", title: "Worth every penny", quote: "I've used many detailers before, but AutoShine is on another level. The ceramic coating has kept my car protected and looking stunning. Best investment for my vehicle.", name: "Emily Rodriguez", role: "Audi Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-redhead-woman-with-charming-smile-healthy-clean-skin_273609-9036.jpg", imageAlt: "Emily Rodriguez" @@ -178,10 +178,10 @@ export default function LandingPage() { id: "4", title: "Exceptional attention to detail", quote: "From booking to completion, everything was seamless. The interior detailing removed stains I thought were permanent. Will definitely be a regular customer.", name: "David Kim", role: "Lexus Owner", imageSrc: "http://img.b2bpic.net/free-photo/technology-occupation-remote-work-concept-confident-young-female-copywriter-standing-kitchen_343059-3895.jpg", imageAlt: "David Kim" }, { - id: "5", title: "My truck has never looked better", quote: "AutoShine handled my truck with expertise. The exterior shine and interior freshness have made me a loyal customer. Great value for the quality.", name: "Jessica Martinez", role: "RAM Truck Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg", imageAlt: "Jessica Martinez" + id: "5", title: "My truck has never looked better", quote: "AutoShine handled my truck with expertise. The exterior shine and interior freshness have made me a loyal customer. Great value for the quality.", name: "Jessica Martinez", role: "RAM Truck Owner", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg?_wi=2", imageAlt: "Jessica Martinez" }, { - id: "6", title: "Professional and reliable", quote: "The booking process is easy, they're always on time, and the results are consistently excellent. AutoShine has become my go-to detailing service.", name: "Robert Taylor", role: "Tesla Owner", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-with-hands-pockets_1187-1106.jpg", imageAlt: "Robert Taylor" + id: "6", title: "Professional and reliable", quote: "The booking process is easy, they're always on time, and the results are consistently excellent. AutoShine has become my go-to detailing service.", name: "Robert Taylor", role: "Tesla Owner", imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-with-hands-pockets_1187-1106.jpg?_wi=2", imageAlt: "Robert Taylor" }, ]} />