diff --git a/src/app/page.tsx b/src/app/page.tsx index 35673a8..b0170a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { 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", + 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", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-grooming-their-client_23-2149205929.jpg?_wi=1", imageAlt: "cinematic barbershop interior dark mood", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { 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", + 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", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/silver-machine-haircut_140725-8078.jpg?_wi=1", imageAlt: "cinematic barbershop interior dark mood", }, { @@ -98,7 +98,7 @@ export default function LandingPage() { 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", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205895.jpg?_wi=1", imageAlt: "cinematic barbershop interior dark mood", }, ]} @@ -112,7 +112,7 @@ export default function LandingPage() { 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} @@ -182,7 +182,7 @@ export default function LandingPage() { 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" /> @@ -200,7 +200,7 @@ export default function LandingPage() { name: "Haircut", price: "$35", variant: "Standard Cut", - imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-shaved-with-razor_107420-94772.jpg?_wi=2", imageAlt: "A fresh haircut", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { name: "Fade", price: "$40", variant: "Any Style Fade", - imageSrc: "http://img.b2bpic.net/free-photo/silver-machine-haircut_140725-8078.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/silver-machine-haircut_140725-8078.jpg?_wi=2", imageAlt: "A clean fade haircut", }, { @@ -216,7 +216,7 @@ export default function LandingPage() { name: "Lineup/Edge Up", price: "$20", variant: "Crisp Lines", - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205895.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205895.jpg?_wi=2", imageAlt: "Precision lineup", }, {