diff --git a/src/app/page.tsx b/src/app/page.tsx index fcf62f1..5c42b0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,36 +81,36 @@ export default function BarberPage() { title: "Classic Haircut", description: "Traditional and modern cuts with precision styling and expert technique", icon: Scissors, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-groomed-salon_23-2149220574.jpg", imageAlt: "Professional haircut service"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-groomed-salon_23-2149220574.jpg?_wi=1", imageAlt: "Professional haircut service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-groomed-salon_23-2149220574.jpg", imageAlt: "Barber styling haircut"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-groomed-salon_23-2149220574.jpg?_wi=2", imageAlt: "Barber styling haircut"}, ], }, { title: "Straight Razor Shave", description: "Luxurious traditional shaving experience with hot towels and premium products", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-20126.jpg", imageAlt: "Traditional wet shave service"}, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-20126.jpg?_wi=1", imageAlt: "Traditional wet shave service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-20126.jpg", imageAlt: "Barber shaving service"}, + imageSrc: "http://img.b2bpic.net/free-photo/stylish-man-sitting-barbershop_1157-20126.jpg?_wi=2", imageAlt: "Barber shaving service"}, ], }, { title: "Beard Grooming", description: "Expert beard styling, trimming, and shaping with premium grooming products", icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-shaving-his-beard_23-2148506239.jpg", imageAlt: "Professional beard grooming"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-shaving-his-beard_23-2148506239.jpg?_wi=1", imageAlt: "Professional beard grooming"}, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-shaving-his-beard_23-2148506239.jpg", imageAlt: "Beard styling service"}, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-shaving-his-beard_23-2148506239.jpg?_wi=2", imageAlt: "Beard styling service"}, ], }, { title: "Hair Coloring", description: "Professional color treatments and touch-ups with premium dyes and techniques", icon: Palette, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/faceless-stylist-combing-beard-man_23-2147778832.jpg", imageAlt: "Hair coloring service"}, + imageSrc: "http://img.b2bpic.net/free-photo/faceless-stylist-combing-beard-man_23-2147778832.jpg?_wi=1", imageAlt: "Hair coloring service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/faceless-stylist-combing-beard-man_23-2147778832.jpg", imageAlt: "Professional color treatment"}, + imageSrc: "http://img.b2bpic.net/free-photo/faceless-stylist-combing-beard-man_23-2147778832.jpg?_wi=2", imageAlt: "Professional color treatment"}, ], }, ]} @@ -127,9 +127,9 @@ export default function BarberPage() { description="Discover what sets us apart in the grooming industry" metrics={[ { - id: "1", value: "Expert Craftsmanship", title: "Quality First", description: "Every service executed with precision and care", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-barber-s-hand-with-shaving-brush_23-2147839815.jpg", imageAlt: "Expert barber craftsmanship"}, + id: "1", value: "Expert Craftsmanship", title: "Quality First", description: "Every service executed with precision and care", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-barber-s-hand-with-shaving-brush_23-2147839815.jpg?_wi=1", imageAlt: "Expert barber craftsmanship"}, { - id: "2", value: "Premium Products", title: "Best Materials", description: "Only top-tier grooming products for your hair and skin", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-barber-s-hand-with-shaving-brush_23-2147839815.jpg", imageAlt: "Premium grooming products"}, + id: "2", value: "Premium Products", title: "Best Materials", description: "Only top-tier grooming products for your hair and skin", imageSrc: "http://img.b2bpic.net/free-photo/mid-section-view-barber-s-hand-with-shaving-brush_23-2147839815.jpg?_wi=2", imageAlt: "Premium grooming products"}, ]} animationType="slide-up" textboxLayout="default"