Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-15 12:10:42 +00:00

View File

@@ -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 Im 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."
/>
</div>
@@ -157,4 +157,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}