From 85fa0cf9acf7e56f9a9baf29ce5bd4827c0af3d7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 12:10:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c0d1ef5..6282014 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,14 +108,14 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "t1", title: "Great Haircut!", quote: "I loved my haircut and styling! The team really listens to what you want.", name: "Sarah J.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/european-woman-with-bright-makeup-long-wavy-hair-posing_291650-557.jpg" }, - { id: "t2", title: "Beautiful Nails", quote: "My nails turned out exactly how I imagined—clean, neat, and beautiful.", name: "Michael C.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hands-with-perfect-golden-pink-nail-design-hold-fresh-rose-flower_127675-2439.jpg" }, - { id: "t3", title: "Relaxing Facial", quote: "Such a relaxing experience. The facial left my skin glowing!", name: "Emily R.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/resort-therapy_1098-15102.jpg" }, - { id: "t4", title: "Amazing Makeup", quote: "Loved my look for the event. Highly recommend their makeup service!", name: "David K.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/smiley-bride-getting-ready-front-view_23-2149721977.jpg" }, - { id: "t5", title: "Wonderful Experience", quote: "Always a pleasure coming here for my routine beauty care.", name: "Jane D.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-woman-smiling-looking-mirror-beauty-salon_176420-4473.jpg" }, + { id: "t1", title: "Absolutely Stunning!", quote: "I visited Dazzle Queens for a full makeover and was blown away! The hairstylist was precise, and the atmosphere was so welcoming. My hair has never looked this healthy and vibrant.", name: "Fatima A.", role: "Verified Client", imageSrc: "http://img.b2bpic.net/free-photo/european-woman-with-bright-makeup-long-wavy-hair-posing_291650-557.jpg" }, + { id: "t2", title: "Perfect Mani-Pedi!", quote: "Best nail salon in Sharjah, hands down. The attention to detail on my nail art was incredible. They really take their time to ensure perfection.", name: "Amira S.", role: "Verified Client", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-hands-with-perfect-golden-pink-nail-design-hold-fresh-rose-flower_127675-2439.jpg" }, + { id: "t3", title: "Glow-Up Facial", quote: "I had the most relaxing facial ever. My skin was glowing for days afterward. So professional and clean—highly recommend to anyone in the area!", name: "Huda K.", role: "Verified Client", imageSrc: "http://img.b2bpic.net/free-photo/resort-therapy_1098-15102.jpg" }, + { id: "t4", title: "Event Ready Glam", quote: "They did my makeup for an event and it stayed perfect all night. I got so many compliments! Such talented artists who truly know how to enhance natural beauty.", name: "Zahra M.", role: "Verified Client", imageSrc: "http://img.b2bpic.net/free-photo/smiley-bride-getting-ready-front-view_23-2149721977.jpg" }, + { id: "t5", title: "My Go-To Salon", quote: "I come here for my routine beauty maintenance and I’m always satisfied. The staff is warm, the place is immaculate, and the service is consistent.", name: "Laila R.", role: "Verified Client", imageSrc: "http://img.b2bpic.net/free-photo/female-hairdresser-woman-smiling-looking-mirror-beauty-salon_176420-4473.jpg" }, ]} title="What Our Clients Say" - description="We're proud to have happy clients who love our services." + description="We're proud to have happy clients who love our services. Read about their experiences here." /> @@ -157,4 +157,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1