From 6ffe885cbe5b56729e1159575333b3062ea28e87 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:08:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 442e251..907e3c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,6 +47,7 @@ export default function LandingPage() { tag="Professional Detailing" tagIcon={Sparkles} tagAnimation="slide-up" + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/car-detailing-concept-man-face-mask-with-orbital-polisher-repair-shop-polishing-orange-suv-car_627829-12604.jpg" imageAlt="Premium ceramic coating application on luxury vehicle" mediaAnimation="blur-reveal" @@ -59,16 +60,16 @@ export default function LandingPage() { testimonials={[ { name: "Rajesh Kumar", handle: "SUV Owner, Kalkaji", testimonial: "Very good service, fully satisfied with ceramic coating. Professional team!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg?_wi=1", imageAlt: "Rajesh Kumar testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg", imageAlt: "Rajesh Kumar testimonial"}, { name: "Priya Sharma", handle: "Car Owner, Faridabad", testimonial: "Excellent ceramic coating service. My car looks brand new!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-charming-casual-girl-joyfully-looking-camera-isolated_574295-3854.jpg?_wi=1", imageAlt: "Priya Sharma testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-charming-casual-girl-joyfully-looking-camera-isolated_574295-3854.jpg", imageAlt: "Priya Sharma testimonial"}, { name: "Amit Patel", handle: "Luxury Car Owner, South Delhi", testimonial: "Outstanding work! The attention to detail is incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-posing_23-2148563424.jpg?_wi=1", imageAlt: "Amit Patel testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-posing_23-2148563424.jpg", imageAlt: "Amit Patel testimonial"}, { name: "Neha Gupta", handle: "Business Owner, Tughlaqabad", testimonial: "Best detailing service in Delhi. Highly recommend Clean N Go!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740319.jpg?_wi=1", imageAlt: "Neha Gupta testimonial"}, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740319.jpg", imageAlt: "Neha Gupta testimonial"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} @@ -171,13 +172,13 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", title: "Excellent Service & Professional Work", quote: "Very good service, fully satisfied with their ceramic coating work. The attention to detail is remarkable. My car looks brand new!", name: "Rajesh Kumar", role: "SUV Owner", imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg?_wi=2", imageAlt: "Rajesh Kumar customer review"}, + id: "1", title: "Excellent Service & Professional Work", quote: "Very good service, fully satisfied with their ceramic coating work. The attention to detail is remarkable. My car looks brand new!", name: "Rajesh Kumar", role: "SUV Owner", imageSrc: "http://img.b2bpic.net/free-photo/people-technology-leisure-concept_273609-6599.jpg", imageAlt: "Rajesh Kumar customer review"}, { - id: "2", title: "Best Detailing in South Delhi", quote: "Excellent ceramic coating service. My car looks stunning now. I recommend Clean N Go to all my friends. Worth every rupee!", name: "Priya Sharma", role: "Car Owner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-charming-casual-girl-joyfully-looking-camera-isolated_574295-3854.jpg?_wi=2", imageAlt: "Priya Sharma customer testimonial"}, + id: "2", title: "Best Detailing in South Delhi", quote: "Excellent ceramic coating service. My car looks stunning now. I recommend Clean N Go to all my friends. Worth every rupee!", name: "Priya Sharma", role: "Car Owner", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-charming-casual-girl-joyfully-looking-camera-isolated_574295-3854.jpg", imageAlt: "Priya Sharma customer testimonial"}, { - id: "3", title: "Outstanding Results & Quality", quote: "Outstanding work on my luxury car. The ceramic coating gives it a perfect glossy finish. Professional team deserves praise!", name: "Amit Patel", role: "Luxury Car Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-posing_23-2148563424.jpg?_wi=2", imageAlt: "Amit Patel testimonial"}, + id: "3", title: "Outstanding Results & Quality", quote: "Outstanding work on my luxury car. The ceramic coating gives it a perfect glossy finish. Professional team deserves praise!", name: "Amit Patel", role: "Luxury Car Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-posing_23-2148563424.jpg", imageAlt: "Amit Patel testimonial"}, { - id: "4", title: "Highly Recommended Service", quote: "Best detailing service in Delhi. Clean N Go delivered perfect results. Their professionalism and quality are unmatched. 5 stars!", name: "Neha Gupta", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740319.jpg?_wi=2", imageAlt: "Neha Gupta customer review"}, + id: "4", title: "Highly Recommended Service", quote: "Best detailing service in Delhi. Clean N Go delivered perfect results. Their professionalism and quality are unmatched. 5 stars!", name: "Neha Gupta", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-using-sign-language-outdoors-work_23-2148740319.jpg", imageAlt: "Neha Gupta customer review"}, ]} textboxLayout="default" useInvertedBackground={false} -- 2.49.1