diff --git a/src/app/page.tsx b/src/app/page.tsx index da74594..0d65fb3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@jamesr", testimonial: "Best haircut I've had in years. Professional and precise.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-using-hair-dryer_627829-7301.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-using-hair-dryer_627829-7301.jpg?_wi=1", imageAlt: "barber shop interior modern style", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@mdgroom", testimonial: "Great atmosphere and even better service. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg?_wi=1", imageAlt: "barber shop interior modern style", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@sarahp", testimonial: "Took my brother here, he loved the look. Very skilled barbers.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102209.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102209.jpg?_wi=1", imageAlt: "barber shop interior modern style", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@alexk", testimonial: "Excellent service and attention to detail. Will be back.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-s-items-table-with-brush_23-2148817206.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-s-items-table-with-brush_23-2148817206.jpg?_wi=1", imageAlt: "barber shop interior modern style", }, { @@ -98,7 +98,7 @@ export default function LandingPage() { handle: "@davegroom", testimonial: "The classic hot towel shave is a game changer. Exceptional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-styling-hair-man_23-2147778737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-styling-hair-man_23-2147778737.jpg?_wi=1", imageAlt: "barber shop interior modern style", }, ]} @@ -108,7 +108,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-using-hair-dryer_627829-7301.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handsome-bearded-man-barbershop-barber-work-using-hair-dryer_627829-7301.jpg?_wi=2" imageAlt="Barber shop interior" avatars={[ { @@ -156,7 +156,7 @@ export default function LandingPage() { description: "Only the finest grooming goods used in every visit.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg?_wi=2" imageAlt="Barber chair and mirror" mediaAnimation="slide-up" /> @@ -170,19 +170,19 @@ export default function LandingPage() { { title: "Signature Haircut", description: "Customized cut and styling.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102209.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-razor-blade_23-2151102209.jpg?_wi=2", buttonIcon: "Scissors", }, { title: "Hygiene First", description: "Strict sanitary standards for every client.", - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-s-items-table-with-brush_23-2148817206.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-s-items-table-with-brush_23-2148817206.jpg?_wi=2", buttonIcon: "ShieldCheck", }, { title: "Beard Sculpting", description: "Detailed beard shaping and maintenance.", - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-styling-hair-man_23-2147778737.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-styling-hair-man_23-2147778737.jpg?_wi=2", buttonIcon: "Sparkles", }, {