Update src/app/contact/page.tsx
This commit is contained in:
@@ -17,8 +17,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Manicures", href: "/" },
|
||||
{ label: "Pedicures", href: "/" },
|
||||
{ label: "Gel Extensions", href: "/" },
|
||||
@@ -26,8 +25,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/" },
|
||||
{ label: "Book Appointment", href: "/book-appointment" },
|
||||
{ label: "Gallery", href: "/" },
|
||||
@@ -35,8 +33,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: (972) 555-0123", href: "tel:+19725550123" },
|
||||
{ label: "Address: 4709 State Hwy 121 #128", href: "#" },
|
||||
{ label: "The Colony, TX 75056", href: "#" },
|
||||
@@ -63,9 +60,7 @@ export default function ContactPage() {
|
||||
brandName="Vacation Nail Bar"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/book-appointment",
|
||||
}}
|
||||
text: "Book Now", href: "/book-appointment"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,10 +71,9 @@ export default function ContactPage() {
|
||||
title="Contact Us"
|
||||
description="Have questions or want to book an appointment? Reach out to us and we'll respond shortly. Visit our salon or call for immediate assistance."
|
||||
tagIcon={Phone}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="slide-up"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Subscribe"
|
||||
@@ -89,7 +83,7 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108702.jpg"
|
||||
imageAlt="Vacation Nail Bar salon interior"
|
||||
logoText="Vacation Nail Bar"
|
||||
copyrightText="© 2025 Vacation Nail Bar. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user