diff --git a/src/app/page.tsx b/src/app/page.tsx index 0050135..a6f8c71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function LandingPage() { { text: "Learn More", href: "#services" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg?_wi=1" imageAlt="Luxury barbershop interior with premium styling chairs" useInvertedBackground={true} /> @@ -96,7 +96,7 @@ export default function LandingPage() { id: "haircut", title: "Precision Haircut", descriptions: [ "Expert cutting techniques tailored to your style", "Clean lines and perfect fading", "30 minute session" ], - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-tool-haircut-table_23-2148181946.jpg", imageAlt: "Professional barber scissors" + imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-tool-haircut-table_23-2148181946.jpg?_wi=1", imageAlt: "Professional barber scissors" }, { id: "fade", title: "Skin Fade", descriptions: [ @@ -114,19 +114,19 @@ export default function LandingPage() { id: "shave", title: "Hot Towel Shave", descriptions: [ "Traditional straight razor shaving", "Luxury hot towel treatment", "Premium aftershave balm" ], - imageSrc: "http://img.b2bpic.net/free-photo/sewing-scissors_23-2148145921.jpg", imageAlt: "Luxury straight razor" + imageSrc: "http://img.b2bpic.net/free-photo/sewing-scissors_23-2148145921.jpg?_wi=1", imageAlt: "Luxury straight razor" }, { id: "kids", title: "Kids Haircut", descriptions: [ "Comfortable and friendly experience", "Expert styling for young gentlemen", "20 minute session" ], - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-tool-haircut-table_23-2148181946.jpg", imageAlt: "Professional barber tools" + imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-tool-haircut-table_23-2148181946.jpg?_wi=2", imageAlt: "Professional barber tools" }, { id: "package", title: "Premium Package", descriptions: [ "Haircut + Beard Trim + Hot Shave", "Full grooming experience", "60 minute luxury session" ], - imageSrc: "http://img.b2bpic.net/free-photo/sewing-scissors_23-2148145921.jpg", imageAlt: "Complete grooming tools" + imageSrc: "http://img.b2bpic.net/free-photo/sewing-scissors_23-2148145921.jpg?_wi=2", imageAlt: "Complete grooming tools" } ]} /> @@ -210,7 +210,7 @@ export default function LandingPage() { title="Book Your Appointment" description="Reserve your spot with one of our expert barbers. Fill out the form and we'll confirm your booking within 24 hours." useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-details-hairdresser-salon_23-2149205856.jpg?_wi=2" imageAlt="Luxury barbershop booking" mediaAnimation="slide-up" mediaPosition="right"