Update src/app/booking/page.tsx
This commit is contained in:
@@ -76,28 +76,28 @@ export default function BookingPage() {
|
|||||||
id: "step-1",
|
id: "step-1",
|
||||||
name: "Select Service",
|
name: "Select Service",
|
||||||
price: "Browse",
|
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",
|
imageAlt: "Service selection interface",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "step-2",
|
id: "step-2",
|
||||||
name: "Choose Professional",
|
name: "Choose Professional",
|
||||||
price: "Match",
|
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",
|
imageAlt: "Professional matching system",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "step-3",
|
id: "step-3",
|
||||||
name: "Pick Date & Time",
|
name: "Pick Date & Time",
|
||||||
price: "Real-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",
|
imageAlt: "Calendar scheduling system",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "step-4",
|
id: "step-4",
|
||||||
name: "Confirm & Pay",
|
name: "Confirm & Pay",
|
||||||
price: "Secure",
|
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",
|
imageAlt: "Secure payment confirmation",
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -124,7 +124,7 @@ export default function BookingPage() {
|
|||||||
required: false,
|
required: false,
|
||||||
}}
|
}}
|
||||||
useInvertedBackground={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"
|
imageAlt="Luxury salon interior"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
|
|||||||
Reference in New Issue
Block a user