Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-17 19:07:42 +00:00

View File

@@ -64,10 +64,10 @@ export default function LandingPage() {
mediaAnimation="blur-reveal"
background={{ variant: "radial-gradient" }}
testimonials={[
{ name: "James Wilson", handle: "@jameswilson", testimonial: "Premier Cuts gave me the best fade I've ever had. The barbers are true professionals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-holding-mobile-phone-putting-finger-temple-isolated-olive-green-wall_141793-94376.jpg", imageAlt: "James Wilson" },
{ name: "Marcus Rodriguez", handle: "@marcusrodriguez", testimonial: "Finally found a barbershop that understands quality. Been coming here for two years!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sensitive-man-posing-studio-side-view_23-2149518229.jpg", imageAlt: "Marcus Rodriguez" },
{ name: "David Chen", handle: "@davidchen", testimonial: "The attention to detail is incredible. Every visit feels like a premium experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3473.jpg", imageAlt: "David Chen" },
{ name: "Anthony Thompson", handle: "@anthonythompson", testimonial: "Best barbershop in town. Worth every penny. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg", imageAlt: "Anthony Thompson" }
{ name: "James Wilson", handle: "@jameswilson", testimonial: "Premier Cuts gave me the best fade I've ever had. The barbers are true professionals.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-holding-mobile-phone-putting-finger-temple-isolated-olive-green-wall_141793-94376.jpg?_wi=1", imageAlt: "James Wilson" },
{ name: "Marcus Rodriguez", handle: "@marcusrodriguez", testimonial: "Finally found a barbershop that understands quality. Been coming here for two years!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sensitive-man-posing-studio-side-view_23-2149518229.jpg?_wi=1", imageAlt: "Marcus Rodriguez" },
{ name: "David Chen", handle: "@davidchen", testimonial: "The attention to detail is incredible. Every visit feels like a premium experience.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3473.jpg?_wi=1", imageAlt: "David Chen" },
{ name: "Anthony Thompson", handle: "@anthonythompson", testimonial: "Best barbershop in town. Worth every penny. Highly recommend!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg?_wi=1", imageAlt: "Anthony Thompson" }
]}
useInvertedBackground={false}
ariaLabel="Hero section - Premium barbershop experience"
@@ -132,10 +132,10 @@ export default function LandingPage() {
{ value: "15+", label: "Years in Business" }
]}
testimonials={[
{ id: "1", name: "James Wilson", role: "Business Owner", company: "Wilson Industries", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-holding-mobile-phone-putting-finger-temple-isolated-olive-green-wall_141793-94376.jpg" },
{ id: "2", name: "Marcus Rodriguez", role: "Marketing Manager", company: "Tech Solutions Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sensitive-man-posing-studio-side-view_23-2149518229.jpg" },
{ id: "3", name: "David Chen", role: "Software Engineer", company: "StartUp Labs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3473.jpg" },
{ id: "4", name: "Anthony Thompson", role: "Financial Advisor", company: "Thompson & Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg" }
{ id: "1", name: "James Wilson", role: "Business Owner", company: "Wilson Industries", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-holding-mobile-phone-putting-finger-temple-isolated-olive-green-wall_141793-94376.jpg?_wi=2" },
{ id: "2", name: "Marcus Rodriguez", role: "Marketing Manager", company: "Tech Solutions Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sensitive-man-posing-studio-side-view_23-2149518229.jpg?_wi=2" },
{ id: "3", name: "David Chen", role: "Software Engineer", company: "StartUp Labs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-funny-expression_1194-3473.jpg?_wi=2" },
{ id: "4", name: "Anthony Thompson", role: "Financial Advisor", company: "Thompson & Co", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon-styling-beard-with-trimmer_613910-5073.jpg?_wi=2" }
]}
ariaLabel="Testimonials section - Client reviews and ratings"
/>