diff --git a/src/app/page.tsx b/src/app/page.tsx index 72d57b2..7c138f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-senior-client-evaluating-work_23-2148181903.jpg", imageAlt: "Premium barber shop interior with modern styling chairs" }, { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-styling-hair-man_23-2147778737.jpg", imageAlt: "Professional barber performing precision haircut service" + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-styling-hair-man_23-2147778737.jpg?_wi=1", imageAlt: "Professional barber performing precision haircut service" } ]} rating={5} @@ -92,19 +92,19 @@ export default function LandingPage() { { id: 1, title: "Precision Haircuts", description: "Expert fades, lineups, and contemporary styles crafted with precision and attention to detail. Every cut is customized to complement your features and personal style.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-styling-hair-man_23-2147778737.jpg", imageAlt: "Professional barber haircut service close-up" + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-styling-hair-man_23-2147778737.jpg?_wi=2", imageAlt: "Professional barber haircut service close-up" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506253.jpg", imageAlt: "Professional beard grooming barber service" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506253.jpg?_wi=1", imageAlt: "Professional beard grooming barber service" } }, { id: 2, title: "Beard Grooming", description: "Complete beard care including professional trimming, shaping, and conditioning. We help you maintain the perfect beard that turns heads.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506253.jpg", imageAlt: "Professional beard grooming barber service" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506253.jpg?_wi=2", imageAlt: "Professional beard grooming barber service" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-styling-hair-man_23-2147778737.jpg", imageAlt: "Professional barber haircut service close-up" + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-styling-hair-man_23-2147778737.jpg?_wi=3", imageAlt: "Professional barber haircut service close-up" } } ]}