Update src/app/contact/page.tsx
This commit is contained in:
@@ -69,7 +69,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Find Nearby", id: "#find-nearby" },
|
||||
]}
|
||||
brandName="Nashville Barbershops"
|
||||
brandName="300"
|
||||
bottomLeftText="300 Locations Across Nashville"
|
||||
bottomRightText="hello@nashvillebarbershops.com"
|
||||
/>
|
||||
@@ -83,8 +83,7 @@ export default function ContactPage() {
|
||||
title="Contact Our Team"
|
||||
description="Have questions about our locations or services? Reach out to us directly. We're here to help you find the perfect barbershop location and schedule your appointment."
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-service-workers-dark-office_74855-2733.jpg?_wi=2"
|
||||
imageAlt="Customer support team ready to help"
|
||||
@@ -105,31 +104,19 @@ export default function ContactPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Phone Support",
|
||||
description:
|
||||
"Call any of our 300 locations directly for immediate assistance with booking, scheduling, or general inquiries about services.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/businessman-using-mobile-phone_107420-64829.jpg?_wi=4",
|
||||
imageAlt: "Direct phone contact support",
|
||||
},
|
||||
title: "Phone Support", description:
|
||||
"Call any of our 300 locations directly for immediate assistance with booking, scheduling, or general inquiries about services.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/businessman-using-mobile-phone_107420-64829.jpg?_wi=4", imageAlt: "Direct phone contact support"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Location Finder",
|
||||
description:
|
||||
"Use our interactive map to locate the nearest Nashville Barbershops location. Find addresses, hours, and phone numbers instantly.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/smartphone-with-gps-navigation-app_24877-51651.jpg?_wi=2",
|
||||
imageAlt: "Location finder with GPS navigation",
|
||||
},
|
||||
title: "Location Finder", description:
|
||||
"Use our interactive map to locate the nearest Nashville Barbershops location. Find addresses, hours, and phone numbers instantly.", imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/smartphone-with-gps-navigation-app_24877-51651.jpg?_wi=2", imageAlt: "Location finder with GPS navigation"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Email Support",
|
||||
description:
|
||||
"Have detailed questions? Email our support team at hello@nashvillebarbershops.com and we'll respond within 24 hours.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/customer-service-workers-dark-office_74855-2733.jpg?_wi=3",
|
||||
imageAlt: "Professional email support team",
|
||||
},
|
||||
title: "Email Support", description:
|
||||
"Have detailed questions? Email our support team at hello@nashvillebarbershops.com and we'll respond within 24 hours.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/customer-service-workers-dark-office_74855-2733.jpg?_wi=3", imageAlt: "Professional email support team"},
|
||||
]}
|
||||
title="Multiple Ways to Reach Us"
|
||||
description="We're committed to providing excellent customer support across all channels"
|
||||
@@ -140,9 +127,7 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Find a Location",
|
||||
href: "/locations",
|
||||
},
|
||||
text: "Find a Location", href: "/locations"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Customer support options section"
|
||||
|
||||
Reference in New Issue
Block a user