Update src/app/about/page.tsx
This commit is contained in:
@@ -77,7 +77,7 @@ export default function AboutPage() {
|
||||
{ name: "Contact", id: "/contact" },
|
||||
{ name: "Find Nearby", id: "#find-nearby" },
|
||||
]}
|
||||
brandName="Nashville Barbershops"
|
||||
brandName="300"
|
||||
bottomLeftText="300 Locations Across Nashville"
|
||||
bottomRightText="hello@nashvillebarbershops.com"
|
||||
/>
|
||||
@@ -105,31 +105,19 @@ export default function AboutPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Expert Barbers",
|
||||
description:
|
||||
"Our network of skilled barbers across all 300 Nashville locations brings years of expertise and dedication to every cut and style.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=16",
|
||||
imageAlt: "Expert barber providing professional service",
|
||||
},
|
||||
title: "Expert Barbers", description:
|
||||
"Our network of skilled barbers across all 300 Nashville locations brings years of expertise and dedication to every cut and style.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=16", imageAlt: "Expert barber providing professional service"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Quality Service",
|
||||
description:
|
||||
"We maintain consistent, high-quality standards across every location. Each barbershop is equipped with modern tools and amenities.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/networked-cityscape-with-connected-icons_9975-22451.jpg?_wi=4",
|
||||
imageAlt: "Quality barbershop environment and equipment",
|
||||
},
|
||||
title: "Quality Service", description:
|
||||
"We maintain consistent, high-quality standards across every location. Each barbershop is equipped with modern tools and amenities.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/networked-cityscape-with-connected-icons_9975-22451.jpg?_wi=4", imageAlt: "Quality barbershop environment and equipment"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Community Focused",
|
||||
description:
|
||||
"Nashville Barbershops is deeply rooted in the local community. We support local initiatives and give back to neighborhoods we serve.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275503.jpg?_wi=3",
|
||||
imageAlt: "Community-focused barbershop team",
|
||||
},
|
||||
title: "Community Focused", description:
|
||||
"Nashville Barbershops is deeply rooted in the local community. We support local initiatives and give back to neighborhoods we serve.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-men-bachelor-party_23-2149275503.jpg?_wi=3", imageAlt: "Community-focused barbershop team"},
|
||||
]}
|
||||
title="Why Choose Nashville Barbershops"
|
||||
description="We've built a reputation for excellence and customer service"
|
||||
@@ -140,9 +128,7 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Visit a Location",
|
||||
href: "/locations",
|
||||
},
|
||||
text: "Visit a Location", href: "/locations"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
ariaLabel="Why choose Nashville Barbershops section"
|
||||
|
||||
Reference in New Issue
Block a user