diff --git a/src/app/page.tsx b/src/app/page.tsx index 1101551..b5d383e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,30 +51,30 @@ export default function LandingPage() { background={{ variant: "plain" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/customer-talking-phone-barbershop_23-2147737026.jpg", imageAlt: "Expert barber at work" + imageSrc: "http://img.b2bpic.net/free-photo/customer-talking-phone-barbershop_23-2147737026.jpg?_wi=1", imageAlt: "Expert barber at work" }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-hairstilyst-giving-haircut_23-2148506286.jpg", imageAlt: "Precision haircut service" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-hairstilyst-giving-haircut_23-2148506286.jpg?_wi=1", imageAlt: "Precision haircut service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bath-concept-accessories_23-2148419338.jpg", imageAlt: "Modern barbershop interior" + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bath-concept-accessories_23-2148419338.jpg?_wi=1", imageAlt: "Modern barbershop interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/face-care-handsome-man-cleansing-his-face-with-sponge_259150-57905.jpg", imageAlt: "Professional beard grooming" + imageSrc: "http://img.b2bpic.net/free-photo/face-care-handsome-man-cleansing-his-face-with-sponge_259150-57905.jpg?_wi=1", imageAlt: "Professional beard grooming" }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-using-electric-razor_171337-17316.jpg", imageAlt: "Classic shaving service" + imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-using-electric-razor_171337-17316.jpg?_wi=1", imageAlt: "Classic shaving service" }, { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bath-concept-accessories_23-2148419338.jpg", imageAlt: "Barbershop detail" + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-bath-concept-accessories_23-2148419338.jpg?_wi=2", imageAlt: "Barbershop detail" }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-hairstilyst-giving-haircut_23-2148506286.jpg", imageAlt: "Haircut expertise" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-hairstilyst-giving-haircut_23-2148506286.jpg?_wi=2", imageAlt: "Haircut expertise" }, { - imageSrc: "http://img.b2bpic.net/free-photo/customer-talking-phone-barbershop_23-2147737026.jpg", imageAlt: "Professional grooming" + imageSrc: "http://img.b2bpic.net/free-photo/customer-talking-phone-barbershop_23-2147737026.jpg?_wi=2", imageAlt: "Professional grooming" }, ]} buttons={[ @@ -101,7 +101,7 @@ export default function LandingPage() { { value: "1000+", title: "Happy Clients" }, { value: "15+", title: "Years Experience" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-bath-concept-accessories_23-2148419338.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-bath-concept-accessories_23-2148419338.jpg?_wi=3" imageAlt="Bear Hairstylist barbershop" useInvertedBackground={false} mediaAnimation="slide-up" @@ -115,19 +115,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Classic Haircuts", description: "Traditional and modern haircut styles executed with precision. From fades to textured cuts, we deliver the perfect look for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hairstilyst-giving-haircut_23-2148506286.jpg", imageAlt: "Professional haircut service" + title: "Classic Haircuts", description: "Traditional and modern haircut styles executed with precision. From fades to textured cuts, we deliver the perfect look for any occasion.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hairstilyst-giving-haircut_23-2148506286.jpg?_wi=3", imageAlt: "Professional haircut service" }, { id: 2, - title: "Beard Grooming", description: "Expert beard trimming, shaping, and maintenance. We use premium products to keep your beard looking sharp and well-maintained.", imageSrc: "http://img.b2bpic.net/free-photo/face-care-handsome-man-cleansing-his-face-with-sponge_259150-57905.jpg", imageAlt: "Beard grooming service" + title: "Beard Grooming", description: "Expert beard trimming, shaping, and maintenance. We use premium products to keep your beard looking sharp and well-maintained.", imageSrc: "http://img.b2bpic.net/free-photo/face-care-handsome-man-cleansing-his-face-with-sponge_259150-57905.jpg?_wi=2", imageAlt: "Beard grooming service" }, { id: 3, - title: "Hot Towel Shave", description: "A classic barbershop experience with straight razor shaving. Relax while we provide a traditional grooming service at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-using-electric-razor_171337-17316.jpg", imageAlt: "Professional shaving service" + title: "Hot Towel Shave", description: "A classic barbershop experience with straight razor shaving. Relax while we provide a traditional grooming service at its finest.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-using-electric-razor_171337-17316.jpg?_wi=2", imageAlt: "Professional shaving service" }, { id: 4, - title: "Hair Styling", description: "Complete styling service for special events and everyday looks. Our barbers create polished, professional styles that enhance your appearance.", imageSrc: "http://img.b2bpic.net/free-photo/customer-talking-phone-barbershop_23-2147737026.jpg", imageAlt: "Professional hair styling" + title: "Hair Styling", description: "Complete styling service for special events and everyday looks. Our barbers create polished, professional styles that enhance your appearance.", imageSrc: "http://img.b2bpic.net/free-photo/customer-talking-phone-barbershop_23-2147737026.jpg?_wi=3", imageAlt: "Professional hair styling" }, ]} title="Our Services" @@ -151,16 +151,16 @@ export default function LandingPage() {