diff --git a/src/app/page.tsx b/src/app/page.tsx index 10b7555..4ff83aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,13 +50,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186470.jpg", imageAlt: "Professional barber styling" + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-cutting-man-s-hair-barber-shop_23-2149186470.jpg?_wi=1", imageAlt: "Professional barber styling" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-getting-haircut_23-2148506327.jpg", imageAlt: "Expert haircut service" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-getting-haircut_23-2148506327.jpg?_wi=1", imageAlt: "Expert haircut service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18526.jpg", imageAlt: "Beard grooming expertise" + imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18526.jpg?_wi=1", imageAlt: "Beard grooming expertise" } ]} autoplayDelay={5000} @@ -99,12 +99,12 @@ export default function LandingPage() { animationType="slide-up" features={[ { - id: "haircut", title: "Classic Haircut", description: "Precision cuts tailored to your face shape and personal style. From fades to textured crops, we deliver perfection.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-getting-haircut_23-2148506327.jpg", imageAlt: "Haircut service", buttons: [ + id: "haircut", title: "Classic Haircut", description: "Precision cuts tailored to your face shape and personal style. From fades to textured crops, we deliver perfection.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-man-getting-haircut_23-2148506327.jpg?_wi=2", imageAlt: "Haircut service", buttons: [ { text: "Book", href: "#contact" } ] }, { - id: "beard", title: "Beard Grooming", description: "Full beard design, trimming, and conditioning. Our specialists shape and style your beard with expert precision.", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18526.jpg", imageAlt: "Beard grooming service", buttons: [ + id: "beard", title: "Beard Grooming", description: "Full beard design, trimming, and conditioning. Our specialists shape and style your beard with expert precision.", tag: "Specialty", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-modeling-beard-with-scissors-comb-barbershop-close-up-photo_613910-18526.jpg?_wi=2", imageAlt: "Beard grooming service", buttons: [ { text: "Book", href: "#contact" } ] }, @@ -157,7 +157,7 @@ export default function LandingPage() {