Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-02-22 05:10:02 +00:00

View File

@@ -116,7 +116,7 @@ export default function LandingPage() {
<TestimonialCardSix
title="What Our Clients Say"
description="Hear from those who've experienced the Royal Parlor difference."
testimonials={[{id: "1", name: "Sarah L.", handle: "Regular Client", testimonial: "Royal Parlor is simply the best barbershop in town. The attention to detail is unmatched, and I always leave feeling fresh and confident. Highly recommended!", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Client Sarah L."}, {id: "2", name: "David K.", handle: "Satisfied Customer", testimonial: "Finally, a barbershop that understands classic grooming. The hot towel shave is a game-changer. I won't go anywhere else.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Client David K."}, {id: "3", name: "Emily R.", handle: "First-timer", testimonial: "My first visit to Royal Parlor exceeded all expectations. The staff were friendly, the atmosphere was great, and my haircut was perfect. I'll definitely be back!", imageSrc: "https://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Client Emily R."}, {id: "4", name: "Chris M.", handle: "Loyal Patron", testimonial: "Consistently excellent service and a fantastic vibe. Royal Parlor always delivers a top-notch experience. Truly a cut above the rest.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Client Chris M."}, {id: "5", name: "Alex P.", handle: "Happy Customer", testimonial: "The best haircut I've had in years. The atmosphere is top-notch and the barbers are true professionals. Highly recommend this place!", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Client Alex P."}, {id: "6", name: "Jessica T.", handle: "Regular Client", testimonial: "I love coming to Royal Parlor. The team is so friendly and skilled. It's more than just a haircut, it's a great experience.", imageSrc: "https://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg", imageAlt: "Client Jessica T."}]}
testimonials={[{id: "1", name: "Sarah L.", handle: "Regular Client", testimonial: "Royal Parlor is simply the best barbershop in town. The attention to detail is unmatched, and I always leave feeling fresh and confident. Highly recommended!", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Client Sarah L."}, {id: "2", name: "David K.", handle: "Satisfied Customer", testimonial: "Finally, a barbershop that understands classic grooming. The hot towel shave is a game-changer. I won't go anywhere else.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Client David K."}, {id: "3", name: "Emily R.", handle: "First-timer", testimonial: "My first visit to Royal Parlor exceeded all expectations. The staff were friendly, the atmosphere was great, and my haircut was perfect. I'll definitely be back!", imageSrc: "https://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1", imageAlt: "Client Emily R."}, {id: "4", name: "Chris M.", handle: "Loyal Patron", testimonial: "Consistently excellent service and a fantastic vibe. Royal Parlor always delivers a top-notch experience. Truly a cut above the rest.", imageSrc: "https://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Client Chris M."}, {id: "5", name: "Alex P.", handle: "Happy Customer", testimonial: "The best haircut I've had in years. The atmosphere is top-notch and the barbers are true professionals. Highly recommend this place!", imageSrc: "https://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Client Alex P."}, {id: "6", name: "Jessica T.", handle: "Regular Client", testimonial: "I love coming to Royal Parlor. The team is so friendly and skilled. It's more than just a haircut, it's a great experience.", imageSrc: "https://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2", imageAlt: "Client Jessica T."}]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}