Update src/app/book-appointment/page.tsx

This commit is contained in:
2026-03-16 17:18:16 +00:00
parent 8bfb711f60
commit 7d75342f91

View File

@@ -31,9 +31,7 @@ export default function BookAppointmentPage() {
{ name: "About", id: "about" },
]}
button={{
text: "Book Now",
href: "/book-appointment",
}}
text: "Book Now", href: "/book-appointment"}}
/>
</div>
@@ -43,10 +41,9 @@ export default function BookAppointmentPage() {
title="Book Your Appointment"
description="Ready to experience luxury nail care? Contact us to schedule your appointment or visit us in person. We're here to make your nails as beautiful as your vacation dreams."
tagIcon={Phone}
tagAnimation="entrance-slide"
tagAnimation="slide-up"
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Request Appointment"
@@ -56,72 +53,45 @@ export default function BookAppointmentPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg"
imageAlt="Vacation Nail Bar salon interior ambiance"
logoText="Vacation Nail Bar"
copyrightText="© 2025 Vacation Nail Bar. All rights reserved."
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Manicures",
href: "/gallery",
},
label: "Manicures", href: "/gallery"},
{
label: "Pedicures",
href: "/gallery",
},
label: "Pedicures", href: "/gallery"},
{
label: "Gel Extensions",
href: "/gallery",
},
label: "Gel Extensions", href: "/gallery"},
{
label: "Nail Art",
href: "/gallery",
},
label: "Nail Art", href: "/gallery"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/gallery",
},
label: "About Us", href: "/gallery"},
{
label: "Book Appointment",
href: "/book-appointment",
},
label: "Book Appointment", href: "/book-appointment"},
{
label: "Gallery",
href: "/gallery",
},
label: "Gallery", href: "/gallery"},
{
label: "Contact",
href: "/book-appointment",
},
label: "Contact", href: "/book-appointment"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Phone: (972) 555-0123",
href: "tel:+19725550123",
},
label: "Phone: (972) 555-0123", href: "tel:+19725550123"},
{
label: "Address: 4709 State Hwy 121 #128",
href: "#",
},
label: "Address: 4709 State Hwy 121 #128", href: "#"},
{
label: "The Colony, TX 75056",
href: "#",
},
label: "The Colony, TX 75056", href: "#"},
{
label: "Hours: Mon-Sat 10am-7pm",
href: "#",
},
label: "Hours: Mon-Sat 10am-7pm", href: "#"},
],
},
]}