diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 002ae3d..8c9299d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -15,8 +15,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" }, @@ -24,8 +23,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Gallery", href: "/gallery" }, { label: "Book Now", href: "/booking" }, @@ -33,8 +31,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" }, @@ -75,13 +72,11 @@ export default function ContactPage() { { name: "phone", type: "tel", placeholder: "Your Phone Number", required: true }, ]} textarea={{ - name: "message", - placeholder: "Your Message or Service Inquiry", - rows: 5, + name: "message", placeholder: "Your Message or Service Inquiry", rows: 5, required: true, }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg?_wi=8" + imageSrc="http://img.b2bpic.net/free-photo/skies-snowboard-lounge-area_482257-76730.jpg" imageAlt="Luxury salon interior" mediaAnimation="opacity" mediaPosition="right" @@ -99,7 +94,7 @@ export default function ContactPage() { { name: "location_phone", type: "tel", placeholder: "(251) 929-8443" }, ]} useInvertedBackground={false} - imageSrc: "http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg" + imageSrc="http://img.b2bpic.net/free-photo/focused-wisconsin-state-with-magnifying-glass_23-2148232432.jpg" imageAlt="Studio location in Fairhope" mediaAnimation="opacity" mediaPosition="left"