From 294bf1d63b21fb7aa99d85f413670226acfdcb93 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:23:27 +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 afa0c0a..fd4fd75 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -70,13 +70,13 @@ export default function BookingPage() { tag="Seamless Booking" products={[ { - id: "step-1", name: "Select Service", price: "Browse", imageSrc: "http://img.b2bpic.net/free-photo/schedule-planner-task-agenda-checklist-concept_53876-124095.jpg", imageAlt: "Service selection interface"}, + id: "step-1", name: "Select Service", price: "Browse", 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", imageAlt: "Professional matching system"}, + id: "step-2", name: "Choose Professional", price: "Match", 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", imageAlt: "Calendar scheduling 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?_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", imageAlt: "Secure payment confirmation"}, + 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?_wi=4", imageAlt: "Secure payment confirmation"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -99,7 +99,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"