From 6bbdad8adf20fcdc1077b591c0c49a0cac8d88da Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:19:52 +0000 Subject: [PATCH] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index c671b34..f46840e 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -76,28 +76,28 @@ export default function BookingPage() { id: "step-1", name: "Select Service", price: "Browse", - imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg?_wi=3", imageAlt: "Service selection interface", }, { id: "step-2", name: "Choose Professional", price: "Match", - imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=5", imageAlt: "Professional matching system", }, { id: "step-3", name: "Pick Date & Time", price: "Real-time", - imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg?_wi=4", imageAlt: "Calendar scheduling system", }, { id: "step-4", name: "Confirm & Pay", price: "Secure", - imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/thumbs-up-spa-smiling-girl-white-robe-good-wellness-vibes_169016-69478.jpg?_wi=4", imageAlt: "Secure payment confirmation", }, ]} @@ -124,7 +124,7 @@ export default function BookingPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg" + imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=6" imageAlt="Luxury salon interior" mediaAnimation="opacity" mediaPosition="right"