diff --git a/src/app/page.tsx b/src/app/page.tsx index 8094c76..bb99e1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,19 +53,19 @@ export default function LandingPage() { testimonials={[ { name: "Google & Facebook", handle: "500+ Reviews", testimonial: "Rated 5.0 stars by our incredible community.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-his-hair-washed_23-2149220571.jpg", imageAlt: "cinematic barbershop interior dark mood"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-getting-his-hair-washed_23-2149220571.jpg?_wi=1", imageAlt: "cinematic barbershop interior dark mood"}, { name: "Alex K.", handle: "Loyal Client", testimonial: "Fantastic place! Always get a sharp cut and great conversation. Feels like home every visit.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205929.jpg", imageAlt: "cinematic barbershop interior dark mood"}, + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205929.jpg?_wi=1", imageAlt: "cinematic barbershop interior dark mood"}, { name: "Michael S.", handle: "Newcomer", testimonial: "The barbers here are true artists. Every fade is perfect, and they genuinely care about their clients.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94772.jpg", imageAlt: "cinematic barbershop interior dark mood"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94772.jpg?_wi=1", imageAlt: "cinematic barbershop interior dark mood"}, { name: "Chris P.", handle: "Regular", testimonial: "Highly recommend ForTheCulture! They've transformed my look and my confidence. Best in Grand Rapids.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/silver-machine-haircut_140725-8078.jpg", imageAlt: "cinematic barbershop interior dark mood"}, + imageSrc: "http://img.b2bpic.net/free-photo/silver-machine-haircut_140725-8078.jpg?_wi=1", imageAlt: "cinematic barbershop interior dark mood"}, { name: "Daniel T.", handle: "Happy Customer", testimonial: "More than just a haircut, it's an experience. Professional, friendly, and always leave looking my best.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205895.jpg", imageAlt: "cinematic barbershop interior dark mood"}, + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205895.jpg?_wi=1", imageAlt: "cinematic barbershop interior dark mood"}, ]} buttons={[ { @@ -73,7 +73,7 @@ export default function LandingPage() { { text: "Call Us", href: "tel:+16168215983"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-getting-his-hair-washed_23-2149220571.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-getting-his-hair-washed_23-2149220571.jpg?_wi=2" imageAlt="Cinematic barbershop interior with a barber at work" showDimOverlay={true} showBlur={true} @@ -123,7 +123,7 @@ export default function LandingPage() { { value: "Daily", title: "Walk-ins Welcome"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205929.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205929.jpg?_wi=2" imageAlt="Barber focused on cutting client's hair" mediaAnimation="opacity" /> @@ -137,11 +137,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "haircut", name: "Haircut", price: "$35", variant: "Standard Cut", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94772.jpg", imageAlt: "A fresh haircut"}, + id: "haircut", name: "Haircut", price: "$35", variant: "Standard Cut", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94772.jpg?_wi=2", imageAlt: "A fresh haircut"}, { - id: "fade", name: "Fade", price: "$40", variant: "Any Style Fade", imageSrc: "http://img.b2bpic.net/free-photo/silver-machine-haircut_140725-8078.jpg", imageAlt: "A clean fade haircut"}, + id: "fade", name: "Fade", price: "$40", variant: "Any Style Fade", imageSrc: "http://img.b2bpic.net/free-photo/silver-machine-haircut_140725-8078.jpg?_wi=2", imageAlt: "A clean fade haircut"}, { - id: "lineup", name: "Lineup/Edge Up", price: "$20", variant: "Crisp Lines", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205895.jpg", imageAlt: "Precision lineup"}, + id: "lineup", name: "Lineup/Edge Up", price: "$20", variant: "Crisp Lines", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205895.jpg?_wi=2", imageAlt: "Precision lineup"}, { id: "kids-cut", name: "Kids Cut", price: "$30", variant: "Under 12", imageSrc: "http://img.b2bpic.net/free-photo/smiley-kid-getting-haircut-front-view_23-2149870363.jpg", imageAlt: "Happy kid getting a haircut"}, {