diff --git a/src/app/page.tsx b/src/app/page.tsx index da8a527..046899f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Classic Haircut", description: "Traditional scissor and blade techniques perfected over decades. Get the timeless look that never goes out of style.", imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg"}, + title: "Classic Haircut", description: "Traditional scissor and blade techniques perfected over decades. Get the timeless look that never goes out of style.", imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg?_wi=1"}, { id: 2, title: "Fade & Taper", description: "Modern fades with precise tapering. From high fades to skin fades, we deliver sharp lines and clean edges.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-bearded-male-dressed-red-fleece-shirt-grey-background_613910-13481.jpg"}, @@ -113,7 +113,7 @@ export default function LandingPage() { { id: "1", name: "Marcus Johnson", role: "Head Barber", imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-scissors-clenching-fist-looking-front-with-angry-face-standing-light-wall_141793-50597.jpg"}, { - id: "2", name: "David Chen", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg"}, + id: "2", name: "David Chen", role: "Senior Barber", imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg?_wi=2"}, { id: "3", name: "Anthony Martinez", role: "Barber Specialist", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286081.jpg"}, {