From 645d9947ed4364e060bf627a5bd977f557ef4c9e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 22:40:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 454e9ea..54d4b9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,9 +60,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-chair-vintage-barber-shop_23-2148298304.jpg", imageAlt: "barber shop interior modern"}, + imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-chair-vintage-barber-shop_23-2148298304.jpg?_wi=1", imageAlt: "barber shop interior modern"}, { - imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg", imageAlt: "barber shop straight razor shave"} + imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg?_wi=1", imageAlt: "barber shop straight razor shave"} ]} mediaAnimation="slide-up" rating={5} @@ -157,13 +157,13 @@ export default function LandingPage() { "Conditioning", "Trim", "Hot Towel"], button: { text: "Book Now", href: "#contact"}, - imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-chair-vintage-barber-shop_23-2148298304.jpg", imageAlt: "Young bearded man washing head by hairdresser while sitting in chair at barbershop Barber soul"}, + imageSrc: "http://img.b2bpic.net/free-photo/hairdressing-chair-vintage-barber-shop_23-2148298304.jpg?_wi=2", imageAlt: "Young bearded man washing head by hairdresser while sitting in chair at barbershop Barber soul"}, { id: "p3", title: "The Full Moe", price: "$50", period: "per service", features: [ "Haircut", "Beard Trim", "Shave"], button: { text: "Book Now", href: "#contact"}, - imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg", imageAlt: "Young bearded man washing head by hairdresser while sitting in chair at barbershop Barber soul"}, + imageSrc: "http://img.b2bpic.net/free-photo/tools-from-barbershop-wooden-background_1303-10377.jpg?_wi=2", imageAlt: "Young bearded man washing head by hairdresser while sitting in chair at barbershop Barber soul"}, ]} title="Transparent Pricing" description="Fair prices for top-tier service. Book your session today." -- 2.49.1