From 5ba93b48e3d50731ded4a8f1fd30134f5e7dd772 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:22:08 +0000 Subject: [PATCH] Update src/app/booking/page.tsx --- src/app/booking/page.tsx | 43 +++++++++------------------------------- 1 file changed, 9 insertions(+), 34 deletions(-) diff --git a/src/app/booking/page.tsx b/src/app/booking/page.tsx index f46840e..afa0c0a 100644 --- a/src/app/booking/page.tsx +++ b/src/app/booking/page.tsx @@ -16,8 +16,7 @@ const navItems = [ const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "GelX Extensions", href: "#services" }, { label: "Custom Nail Art", href: "#services" }, { label: "Luxury Pedicure", href: "#services" }, @@ -25,8 +24,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Gallery", href: "/gallery" }, { label: "Book Now", href: "/booking" }, @@ -34,8 +32,7 @@ const footerColumns = [ ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Phone: (251) 929-8443", href: "tel:+12519298443" }, { label: "Email: info@barbiesnailstudio.com", href: "mailto:info@barbiesnailstudio.com" }, { label: "Location: Fairhope, AL", href: "#contact" }, @@ -73,33 +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?_wi=3", - 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", 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?_wi=5", - 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", 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?_wi=4", - 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", 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?_wi=4", - 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", imageAlt: "Secure payment confirmation"}, ]} gridVariant="four-items-2x2-equal-grid" animationType="slide-up" @@ -118,13 +95,11 @@ export default function BookingPage() { { name: "phone", type: "tel", placeholder: "Your Phone Number", required: true }, ]} textarea={{ - name: "message", - placeholder: "Preferred service, date, or special requests...", - rows: 5, + name: "message", placeholder: "Preferred service, date, or special requests...", rows: 5, required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=6" + imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg" imageAlt="Luxury salon interior" mediaAnimation="opacity" mediaPosition="right"