From a4374b38a516ae8be262ed7642f72cb5bcd7f8dd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 17:18:17 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index bab09e5..5694196 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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} /> @@ -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() {