From 94ffd149ea362cf2853f8270412fbcb88b93cae0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 09:10:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e57230..d522e50 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,22 +147,22 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "test-1", title: "Perfect Styling Skills", quote: "Amazing experience! Shahvez did a fantastic job with my haircut. His attention to detail and styling skills are exceptional. I couldn't be happier with the results!", name: "Sourabh Y.", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "Satisfied customer Sourabh" + id: "test-1", title: "Perfect Styling Skills", quote: "Amazing experience! Shahvez did a fantastic job with my haircut. His attention to detail and styling skills are exceptional. I couldn't be happier with the results!", name: "Sourabh Y.", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=1", imageAlt: "Satisfied customer Sourabh" }, { - id: "test-2", title: "Wonderful Facial Services", quote: "Mahi is wonderful! Her station is in a little nook away from the noise, and the facial treatment was incredibly relaxing. The care she takes with her clients is truly special.", name: "K G.", role: "Beauty Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "Satisfied customer K G" + id: "test-2", title: "Wonderful Facial Services", quote: "Mahi is wonderful! Her station is in a little nook away from the noise, and the facial treatment was incredibly relaxing. The care she takes with her clients is truly special.", name: "K G.", role: "Beauty Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=2", imageAlt: "Satisfied customer K G" }, { - id: "test-3", title: "Best Services Affordable", quote: "Best services in Dilshad Garden at an affordable price. The entire team at Rituals is professional, polite, and genuinely cares about customer satisfaction.", name: "Aman M.", role: "Frequent Visitor", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "Satisfied customer Aman" + id: "test-3", title: "Best Services Affordable", quote: "Best services in Dilshad Garden at an affordable price. The entire team at Rituals is professional, polite, and genuinely cares about customer satisfaction.", name: "Aman M.", role: "Frequent Visitor", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=3", imageAlt: "Satisfied customer Aman" }, { - id: "test-4", title: "Family-Friendly Excellence", quote: "My kids had their first haircuts here with Danish, and they loved the experience. The gentle approach and professional expertise made it memorable for our whole family.", name: "Priya S.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "Satisfied customer Priya" + id: "test-4", title: "Family-Friendly Excellence", quote: "My kids had their first haircuts here with Danish, and they loved the experience. The gentle approach and professional expertise made it memorable for our whole family.", name: "Priya S.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=4", imageAlt: "Satisfied customer Priya" }, { - id: "test-5", title: "Expert Nail Technician", quote: "Nikki's pedicure skills are outstanding! The attention to detail and hygiene standards are impeccable. I always book with her and never leave disappointed.", name: "Neha R.", role: "Nail Art Lover", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "Satisfied customer Neha" + id: "test-5", title: "Expert Nail Technician", quote: "Nikki's pedicure skills are outstanding! The attention to detail and hygiene standards are impeccable. I always book with her and never leave disappointed.", name: "Neha R.", role: "Nail Art Lover", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=5", imageAlt: "Satisfied customer Neha" }, { - id: "test-6", title: "Calm, Professional Environment", quote: "The calm and welcoming atmosphere at Rituals makes every visit special. Shahzad's expertise in color treatments combined with the serene environment is perfection.", name: "Ravi K.", role: "Corporate Professional", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "Satisfied customer Ravi" + id: "test-6", title: "Calm, Professional Environment", quote: "The calm and welcoming atmosphere at Rituals makes every visit special. Shahzad's expertise in color treatments combined with the serene environment is perfection.", name: "Ravi K.", role: "Corporate Professional", imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg?_wi=6", imageAlt: "Satisfied customer Ravi" } ]} ariaLabel="Client Testimonials Section" -- 2.49.1