5 Commits

Author SHA1 Message Date
dc0a991f3e Merge version_3 into main
Merge version_3 into main
2026-03-07 03:56:25 +00:00
281d6bce99 Update src/app/page.tsx 2026-03-07 03:56:15 +00:00
e37315e452 Merge version_2 into main
Merge version_2 into main
2026-03-07 03:54:37 +00:00
2c54651817 Update src/app/page.tsx 2026-03-07 03:54:32 +00:00
e72b2b716a Merge version_1 into main
Merge version_1 into main
2026-03-07 03:52:44 +00:00

View File

@@ -139,21 +139,21 @@ export default function LandingPage() {
<TestimonialCardSix
testimonials={[
{
id: "1", name: "Karen Martinez", handle: "Google Review", testimonial: "Karen did an amazing job finding the perfect mahogany red that complements my skin tone. She made me feel comfortable and listened to exactly what I wanted.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-woman-darkness_1098-3706.jpg", imageAlt: "Karen Martinez"},
id: "1", name: "Karen Martinez", handle: "Regular Client", testimonial: "Karen did an amazing job finding the perfect mahogany red that complements my skin tone. She made me feel comfortable and listened to exactly what I wanted.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-woman-darkness_1098-3706.jpg", imageAlt: "Karen Martinez"},
{
id: "2", name: "Megan Johnson", handle: "Google Review", testimonial: "Megan was fabulous! My ombré looked brand new. The whole team is friendly and professional. I'll definitely be coming back!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Megan Johnson"},
id: "2", name: "Megan Johnson", handle: "Returning Client", testimonial: "Megan was fabulous! My ombré looked brand new. The whole team is friendly and professional. I'll definitely be coming back!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", imageAlt: "Megan Johnson"},
{
id: "3", name: "Madlene Williams", handle: "Google Review", testimonial: "Everyone is friendly and the salon is always clean and sanitized. I felt safe and welcomed from the moment I walked in.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Madlene Williams"},
id: "3", name: "Madlene Williams", handle: "First-Time Visitor", testimonial: "Everyone is friendly and the salon is always clean and sanitized. I felt safe and welcomed from the moment I walked in.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Madlene Williams"},
{
id: "4", name: "Hilary Chen", handle: "Google Review", testimonial: "My ombré looked brand new and the environment was amazing. The stylists really care about their craft. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205869.jpg", imageAlt: "Hilary Chen"},
id: "4", name: "Hilary Chen", handle: "Loyal Client", testimonial: "My ombré looked brand new and the environment was amazing. The stylists really care about their craft. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205869.jpg", imageAlt: "Hilary Chen"},
{
id: "5", name: "Rebecca Lopez", handle: "Google Review", testimonial: "Best haircut I've had in years. The stylist really understood what I wanted and delivered. Will be a regular customer.", imageSrc: "http://img.b2bpic.net/free-photo/strong-bond-blonde-twins_329181-10679.jpg", imageAlt: "Rebecca Lopez"},
id: "5", name: "Rebecca Lopez", handle: "New Client", testimonial: "Best haircut I've had in years. The stylist really understood what I wanted and delivered. Will be a regular customer.", imageSrc: "http://img.b2bpic.net/free-photo/strong-bond-blonde-twins_329181-10679.jpg", imageAlt: "Rebecca Lopez"},
{
id: "6", name: "Sarah Anderson", handle: "Google Review", testimonial: "I was nervous about trying a new salon, but the team made me feel at home immediately. Love my new look!", imageSrc: "http://img.b2bpic.net/free-photo/surprised-woman-looking-her-side-while-showing-her-hand-white-wall_114579-56050.jpg", imageAlt: "Sarah Anderson"},
id: "6", name: "Sarah Anderson", handle: "First-Time Visitor", testimonial: "I was nervous about trying a new salon, but the team made me feel at home immediately. Love my new look!", imageSrc: "http://img.b2bpic.net/free-photo/surprised-woman-looking-her-side-while-showing-her-hand-white-wall_114579-56050.jpg", imageAlt: "Sarah Anderson"},
]}
animationType="slide-up"
title="What Our Clients Say"
description="Real reviews from real clients who love their salon experience at Salon Priority One"
description="At Salon Priority One, we've earned our stellar reputation through personalized attention, expert stylists, and an impeccably clean salon environment. Our clients trust us because we genuinely care about your experience and deliver results that exceed expectations."
tag="Client Reviews"
tagAnimation="slide-up"
textboxLayout="default"