Update src/app/booking/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user