From b8aa875c012c0950b0339afc0bc386319169ffa7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 20:53:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 254 ++++++++++------------------------------------- 1 file changed, 55 insertions(+), 199 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cbafa3d..9897428 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,16 @@ export default function LandingPage() { @@ -58,75 +48,40 @@ export default function LandingPage() { @@ -244,47 +148,23 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Johnson", - handle: "Happy Customer", - testimonial: "“Awesome customer service, great cleaning, and the inside of my car has never looked so clean. They were efficient and fast.”", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434350.jpg?_wi=2", - }, + id: "1", name: "Sarah Johnson", handle: "Happy Customer", testimonial: "“Awesome customer service, great cleaning, and the inside of my car has never looked so clean. They were efficient and fast.”", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434350.jpg?_wi=2"}, { - id: "2", - name: "Mark D.", - handle: "Local Business Owner", - testimonial: "“I use Quick N’ Clean for all my company vehicles. The convenience is unbeatable, and the results are consistently perfect. True professionals!”", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-consultant-car-salon-standing-near-car_146671-19465.jpg?_wi=2", - }, + id: "2", name: "Mark D.", handle: "Local Business Owner", testimonial: "“I use Quick N’ Clean for all my company vehicles. The convenience is unbeatable, and the results are consistently perfect. True professionals!”", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-consultant-car-salon-standing-near-car_146671-19465.jpg?_wi=2"}, { - id: "3", - name: "Jessica L.", - handle: "Car Enthusiast", - testimonial: "“My show car received the VIP treatment. Every detail was handled with care, and the finish is absolutely stunning. Highly recommended for premium vehicles.”", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-checking-timing-belt_1303-32028.jpg?_wi=2", - }, + id: "3", name: "Jessica L.", handle: "Car Enthusiast", testimonial: "“My show car received the VIP treatment. Every detail was handled with care, and the finish is absolutely stunning. Highly recommended for premium vehicles.”", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-checking-timing-belt_1303-32028.jpg?_wi=2"}, { - id: "4", - name: "Chris P.", - handle: "Busy Professional", - testimonial: "“As someone with a demanding schedule, Quick N’ Clean is a lifesaver. They come to me, and my car looks immaculate every time. Five stars for convenience and quality!”", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-male-showing-namaste-gesture-t-shirt-jacket-looking-cheerful-front-view_176474-91614.jpg?_wi=2", - }, + id: "4", name: "Chris P.", handle: "Busy Professional", testimonial: "“As someone with a demanding schedule, Quick N’ Clean is a lifesaver. They come to me, and my car looks immaculate every time. Five stars for convenience and quality!”", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-male-showing-namaste-gesture-t-shirt-jacket-looking-cheerful-front-view_176474-91614.jpg?_wi=2"}, { - id: "5", - name: "Angela S.", - handle: "Family Car Owner", - testimonial: "“With kids, my car gets messy fast. Quick N’ Clean transformed it! It smells fresh, looks amazing, and I didn't have to leave my home. Fantastic service!”", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-speaking-phone-smiling-office_176420-944.jpg", - }, + id: "5", name: "Angela S.", handle: "Family Car Owner", testimonial: "“With kids, my car gets messy fast. Quick N’ Clean transformed it! It smells fresh, looks amazing, and I didn't have to leave my home. Fantastic service!”", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-speaking-phone-smiling-office_176420-944.jpg"}, ]} showRating={true} + animationType="blur-reveal" title="What Our Valued Customers Say" description="Our clients consistently praise our attention to detail, efficiency, and professional service. Read their experiences below and see why Quick N’ Clean is their top choice." /> @@ -294,14 +174,11 @@ export default function LandingPage() { @@ -310,54 +187,33 @@ export default function LandingPage() {