diff --git a/src/app/page.tsx b/src/app/page.tsx index 32162cf..dab3632 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,15 +56,15 @@ export default function LandingPage() { testimonials={[ { name: "Marcus Johnson", handle: "Regular Customer", testimonial: "Best barber in the city! Adan's attention to detail is unmatched. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1" }, { name: "David Chen", handle: "First-Time Client", testimonial: "Amazing experience. Professional, friendly, and my haircut is perfect. Will definitely be back.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2" }, { name: "James Rodriguez", handle: "Loyal Customer", testimonial: "CutzByAdan is the real deal. Clean shop, quality service, and great prices. 5 stars!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=3" } ]} testimonialRotationInterval={5000} @@ -96,16 +96,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Classic Haircuts", description: "Traditional and contemporary cuts executed with expert precision. Perfect for any occasion.", tag: "Most Popular", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Professional barber performing a haircut" + id: "1", title: "Classic Haircuts", description: "Traditional and contemporary cuts executed with expert precision. Perfect for any occasion.", tag: "Most Popular", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=1", imageAlt: "Professional barber performing a haircut" }, { - id: "2", title: "Beard Grooming", description: "Full beard trimming, shaping, and styling services. Leave looking sharp and well-groomed.", tag: "Premium Service", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Beard grooming and styling" + id: "2", title: "Beard Grooming", description: "Full beard trimming, shaping, and styling services. Leave looking sharp and well-groomed.", tag: "Premium Service", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=2", imageAlt: "Beard grooming and styling" }, { - id: "3", title: "Fade & Design", description: "Precision fades with creative designs and line work. Custom styles for the modern gentleman.", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Fade and design haircut service" + id: "3", title: "Fade & Design", description: "Precision fades with creative designs and line work. Custom styles for the modern gentleman.", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=3", imageAlt: "Fade and design haircut service" }, { - id: "4", title: "Hot Towel Shave", description: "Luxurious straight razor shave with hot towel treatment. A timeless barbershop experience.", tag: "Relaxing", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg", imageAlt: "Hot towel shave service" + id: "4", title: "Hot Towel Shave", description: "Luxurious straight razor shave with hot towel treatment. A timeless barbershop experience.", tag: "Relaxing", imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-making-haircut_1163-2017.jpg?_wi=4", imageAlt: "Hot towel shave service" } ]} /> @@ -115,16 +115,16 @@ export default function LandingPage() {