From 285e15db722bbddc2d38d2e84485ea1b15b9e5ed Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 20:48:33 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 36 +++++++++++------------------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 02b6be5..59b4927 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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"