From ebfbc718a0622ed9b6bc0d3390cda2a1dee0d88c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 00:50:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 25eb876..3744405 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/close-up-portrait-redhead-bearded-male-standing-with-warming-cup-coffee-wearing-glasses-dressed-gray-t-shirt-isolated-dark-textured-background_613910-18385.jpg", @@ -127,7 +127,7 @@ export default function LandingPage() { title: "24/7 Availability", description: "We are open around the clock to fit your busy Manhattan schedule.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-774.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-774.jpg?_wi=1", }, items: [ { @@ -140,14 +140,14 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-hair-salon-facing-camera_23-2148242763.jpg?_wi=2", imageAlt: "luxury barber shop interior night", }, { title: "VIP Service", description: "Experience exclusive grooming tailored to your style preferences.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg?_wi=1", }, items: [ { @@ -160,7 +160,7 @@ export default function LandingPage() { }, ], reverse: true, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-774.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings_1359-774.jpg?_wi=2", imageAlt: "barber fade haircut close up", }, { @@ -180,7 +180,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg?_wi=2", imageAlt: "smartphone app booking interface salon", }, ]} -- 2.49.1