Update src/app/contact/page.tsx
This commit is contained in:
@@ -15,8 +15,7 @@ const navItems = [
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{ label: "GelX Extensions", href: "#services" },
|
{ label: "GelX Extensions", href: "#services" },
|
||||||
{ label: "Custom Nail Art", href: "#services" },
|
{ label: "Custom Nail Art", href: "#services" },
|
||||||
{ label: "Luxury Pedicure", href: "#services" },
|
{ label: "Luxury Pedicure", href: "#services" },
|
||||||
@@ -24,8 +23,7 @@ const footerColumns = [
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Gallery", href: "/gallery" },
|
{ label: "Gallery", href: "/gallery" },
|
||||||
{ label: "Book Now", href: "/booking" },
|
{ label: "Book Now", href: "/booking" },
|
||||||
@@ -33,8 +31,7 @@ const footerColumns = [
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{ label: "Phone: (251) 929-8443", href: "tel:+12519298443" },
|
{ label: "Phone: (251) 929-8443", href: "tel:+12519298443" },
|
||||||
{ label: "Email: info@barbiesnailstudio.com", href: "mailto:info@barbiesnailstudio.com" },
|
{ label: "Email: info@barbiesnailstudio.com", href: "mailto:info@barbiesnailstudio.com" },
|
||||||
{ label: "Location: Fairhope, AL", href: "#contact" },
|
{ label: "Location: Fairhope, AL", href: "#contact" },
|
||||||
@@ -75,13 +72,11 @@ export default function ContactPage() {
|
|||||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
|
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Your Message or Service Inquiry", rows: 5,
|
||||||
placeholder: "Your Message or Service Inquiry",
|
|
||||||
rows: 5,
|
|
||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
useInvertedBackground={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"
|
imageAlt="Luxury salon interior"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
@@ -99,7 +94,7 @@ export default function ContactPage() {
|
|||||||
{ name: "location_phone", type: "tel", placeholder: "(251) 929-8443" },
|
{ name: "location_phone", type: "tel", placeholder: "(251) 929-8443" },
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
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"
|
imageAlt="Studio location in Fairhope"
|
||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
|
|||||||
Reference in New Issue
Block a user