diff --git a/src/app/page.tsx b/src/app/page.tsx index c5d662b..4e11909 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,13 +53,13 @@ export default function BarbershopLanding() { testimonials={[ { name: "Marcus Johnson", handle: "Regular Customer", testimonial: "Best barber in San Antonio! Always consistent, friendly, and professional. Worth every penny.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=1"}, { name: "David Chen", handle: "Business Owner", testimonial: "I've been coming here for 3 years. The attention to detail is incredible. Highly recommend!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=2"}, { name: "James Wilson", handle: "Military", testimonial: "Perfect fade every time. The barbers really know their craft. Top-tier service!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg"} + imageSrc: "http://img.b2bpic.net/free-photo/pensive-person-alone-corridor-serious_1262-1042.jpg?_wi=3"} ]} testimonialRotationInterval={5000} buttons={[ @@ -103,7 +103,7 @@ export default function BarbershopLanding() { title: "Hot Shaves", description: "Traditional hot shave experience with premium products for smooth, comfortable results.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-barbershop-close-up-photo_613910-18422.jpg", imageAlt: "Hot shave service", buttonIcon: ArrowRight, buttonHref: "#contact"}, { - title: "Waxing Services", description: "Professional waxing for eyebrows, nose, and ears to complete your grooming routine.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg", imageAlt: "Complete grooming services", buttonIcon: ArrowRight, + title: "Waxing Services", description: "Professional waxing for eyebrows, nose, and ears to complete your grooming routine.", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg?_wi=1", imageAlt: "Complete grooming services", buttonIcon: ArrowRight, buttonHref: "#contact"} ]} textboxLayout="default" @@ -118,12 +118,12 @@ export default function BarbershopLanding() {