Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-10 21:27:43 +00:00

View File

@@ -130,10 +130,10 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Marcus Johnson", handle: "@seattle_style", testimonial: "Nathan's is the best barbershop in Seattle. The attention to detail is incredible, and the barbers really know their craft. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/lens-background-process-shooting-light-background_185193-164069.jpg", imageAlt: "Marcus Johnson"
id: "1", name: "Marcus Johnson", handle: "@seattle_style", testimonial: "Nathan's is the best barbershop in Seattle. The attention to detail is incredible, and the barbers really know their craft. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/lens-background-process-shooting-light-background_185193-164069.jpg?_wi=1", imageAlt: "Marcus Johnson"
},
{
id: "2", name: "David Chen", handle: "@dchen_pro", testimonial: "Professional, friendly, and skilled barbers. Every cut is exactly what I ask for. This is my go-to place for grooming.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg", imageAlt: "David Chen"
id: "2", name: "David Chen", handle: "@dchen_pro", testimonial: "Professional, friendly, and skilled barbers. Every cut is exactly what I ask for. This is my go-to place for grooming.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg?_wi=1", imageAlt: "David Chen"
},
{
id: "3", name: "James Wilson", handle: "@jwilson_cuts", testimonial: "Been coming here for 3 years. The consistency in quality and service is unmatched. Nathan's is worth the wait!", imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg", imageAlt: "James Wilson"
@@ -142,10 +142,10 @@ export default function LandingPage() {
id: "4", name: "Alex Rodriguez", handle: "@alex_groomed", testimonial: "Great atmosphere, skilled barbers, and fair pricing. I'll definitely be back. Five stars all the way!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg", imageAlt: "Alex Rodriguez"
},
{
id: "5", name: "Kevin Lee", handle: "@kevlee_style", testimonial: "The barbers here are true professionals. They take their time and make sure you leave looking sharp. Highly satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/lens-background-process-shooting-light-background_185193-164069.jpg", imageAlt: "Kevin Lee"
id: "5", name: "Kevin Lee", handle: "@kevlee_style", testimonial: "The barbers here are true professionals. They take their time and make sure you leave looking sharp. Highly satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/lens-background-process-shooting-light-background_185193-164069.jpg?_wi=2", imageAlt: "Kevin Lee"
},
{
id: "6", name: "Tom Bradley", handle: "@tom_sharp", testimonial: "Nathan's Barbershop sets the standard for quality in Seattle. Every visit is a great experience. Highly recommend to anyone!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg", imageAlt: "Tom Bradley"
id: "6", name: "Tom Bradley", handle: "@tom_sharp", testimonial: "Nathan's Barbershop sets the standard for quality in Seattle. Every visit is a great experience. Highly recommend to anyone!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-looking-through-window_1262-5623.jpg?_wi=2", imageAlt: "Tom Bradley"
}
]}
/>