Update src/app/booking/page.tsx

This commit is contained in:
2026-03-02 19:19:52 +00:00
parent 711fcd1e45
commit 6bbdad8adf

View File

@@ -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"