Merge version_2 into main #2

Merged
bender merged 4 commits from version_2 into main 2026-03-08 20:48:38 +00:00
4 changed files with 49 additions and 176 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -71,7 +71,7 @@ export default function LocationsPage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={navItems}
brandName="Nashville Barbershops"
brandName="300"
bottomLeftText="300 Locations Across Nashville"
bottomRightText="hello@nashvillebarbershops.com"
/>
@@ -90,47 +90,17 @@ export default function LocationsPage() {
animationType="slide-up"
products={[
{
id: "loc-001",
name: "Downtown Nashville Main",
price: "615-555-0101",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=9",
imageAlt: "Downtown Nashville main location",
},
id: "loc-001", name: "Downtown Nashville Main", price: "615-555-0101", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=9", imageAlt: "Downtown Nashville main location"},
{
id: "loc-002",
name: "Five Points Premium",
price: "615-555-0102",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=10",
imageAlt: "Five Points premium location",
},
id: "loc-002", name: "Five Points Premium", price: "615-555-0102", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=10", imageAlt: "Five Points premium location"},
{
id: "loc-003",
name: "West Nashville Studio",
price: "615-555-0103",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=11",
imageAlt: "West Nashville studio",
},
id: "loc-003", name: "West Nashville Studio", price: "615-555-0103", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=11", imageAlt: "West Nashville studio"},
{
id: "loc-004",
name: "East Nashville Express",
price: "615-555-0104",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=12",
imageAlt: "East Nashville express location",
},
id: "loc-004", name: "East Nashville Express", price: "615-555-0104", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=12", imageAlt: "East Nashville express location"},
{
id: "loc-005",
name: "Brentwood Styles",
price: "615-555-0105",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=13",
imageAlt: "Brentwood styles location",
},
id: "loc-005", name: "Brentwood Styles", price: "615-555-0105", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=13", imageAlt: "Brentwood styles location"},
{
id: "loc-006",
name: "Franklin Heritage",
price: "615-555-0106",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=14",
imageAlt: "Franklin heritage location",
},
id: "loc-006", name: "Franklin Heritage", price: "615-555-0106", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=14", imageAlt: "Franklin heritage location"},
]}
buttons={[{ text: "Call Nearest Location", href: "#" }]}
buttonAnimation="slide-up"
@@ -150,25 +120,13 @@ export default function LocationsPage() {
features={[
{
id: 1,
title: "Walk-Ins Welcome",
description: "No appointment necessary. Simply walk in and our barbers will serve you on a first-come, first-served basis during operating hours.",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=15",
imageAlt: "Welcoming barbershop interior",
},
title: "Walk-Ins Welcome", description: "No appointment necessary. Simply walk in and our barbers will serve you on a first-come, first-served basis during operating hours.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=15", imageAlt: "Welcoming barbershop interior"},
{
id: 2,
title: "Quick Check-In",
description: "Sign in at the desk, select your preferred barber, and relax while you wait. We keep wait times minimal with multiple skilled stylists.",
imageSrc: "http://img.b2bpic.net/free-photo/networked-cityscape-with-connected-icons_9975-22451.jpg?_wi=3",
imageAlt: "Location check-in process",
},
title: "Quick Check-In", description: "Sign in at the desk, select your preferred barber, and relax while you wait. We keep wait times minimal with multiple skilled stylists.", imageSrc: "http://img.b2bpic.net/free-photo/networked-cityscape-with-connected-icons_9975-22451.jpg?_wi=3", imageAlt: "Location check-in process"},
{
id: 3,
title: "Expert Service",
description: "Our experienced barbers provide premium cuts, styling, and grooming services with attention to detail and personal care.",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone_107420-64829.jpg?_wi=3",
imageAlt: "Expert barber service",
},
title: "Expert Service", description: "Our experienced barbers provide premium cuts, styling, and grooming services with attention to detail and personal care.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone_107420-64829.jpg?_wi=3", imageAlt: "Expert barber service"},
]}
buttons={[{ text: "Find Nearest Location", href: "/" }]}
buttonAnimation="slide-up"

View File

@@ -74,7 +74,7 @@ export default function HomePage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={navItems}
brandName="Nashville Barbershops"
brandName="300"
bottomLeftText="300 Locations Across Nashville"
bottomRightText="hello@nashvillebarbershops.com"
/>
@@ -95,25 +95,15 @@ export default function HomePage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=1",
imageAlt: "Professional barbershop interior with modern styling stations",
},
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=1", imageAlt: "Professional barbershop interior with modern styling stations"},
{
imageSrc: "http://img.b2bpic.net/free-photo/networked-cityscape-with-connected-icons_9975-22451.jpg?_wi=1",
imageAlt: "Nashville map showing 300 barbershop locations",
},
imageSrc: "http://img.b2bpic.net/free-photo/networked-cityscape-with-connected-icons_9975-22451.jpg?_wi=1", imageAlt: "Nashville map showing 300 barbershop locations"},
{
imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-agenda-schedule-concept_53876-132201.jpg?_wi=1",
imageAlt: "Online appointment booking system",
},
imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-agenda-schedule-concept_53876-132201.jpg?_wi=1", imageAlt: "Online appointment booking system"},
{
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone_107420-64829.jpg?_wi=1",
imageAlt: "Direct phone contact for barbershop services",
},
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone_107420-64829.jpg?_wi=1", imageAlt: "Direct phone contact for barbershop services"},
{
imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gps-navigation-app_24877-51651.jpg?_wi=1",
imageAlt: "Store location finder with GPS navigation",
},
imageSrc: "http://img.b2bpic.net/free-vector/smartphone-with-gps-navigation-app_24877-51651.jpg?_wi=1", imageAlt: "Store location finder with GPS navigation"},
]}
ariaLabel="Hero section - Nashville Barbershops directory"
/>
@@ -132,47 +122,17 @@ export default function HomePage() {
animationType="slide-up"
products={[
{
id: "location-001",
name: "Downtown Nashville",
price: "Call for Hours",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=2",
imageAlt: "Downtown Nashville barbershop location",
},
id: "location-001", name: "Downtown Nashville", price: "Call for Hours", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=2", imageAlt: "Downtown Nashville barbershop location"},
{
id: "location-002",
name: "Five Points Area",
price: "Call for Hours",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=3",
imageAlt: "Five Points barbershop location",
},
id: "location-002", name: "Five Points Area", price: "Call for Hours", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=3", imageAlt: "Five Points barbershop location"},
{
id: "location-003",
name: "West Nashville",
price: "Call for Hours",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=4",
imageAlt: "West Nashville barbershop location",
},
id: "location-003", name: "West Nashville", price: "Call for Hours", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=4", imageAlt: "West Nashville barbershop location"},
{
id: "location-004",
name: "East Nashville",
price: "Call for Hours",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=5",
imageAlt: "East Nashville barbershop location",
},
id: "location-004", name: "East Nashville", price: "Call for Hours", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=5", imageAlt: "East Nashville barbershop location"},
{
id: "location-005",
name: "Brentwood",
price: "Call for Hours",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=6",
imageAlt: "Brentwood barbershop location",
},
id: "location-005", name: "Brentwood", price: "Call for Hours", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=6", imageAlt: "Brentwood barbershop location"},
{
id: "location-006",
name: "Franklin Area",
price: "Call for Hours",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=7",
imageAlt: "Franklin barbershop location",
},
id: "location-006", name: "Franklin Area", price: "Call for Hours", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=7", imageAlt: "Franklin barbershop location"},
]}
buttons={[{ text: "View All Locations", href: "/locations" }]}
buttonAnimation="slide-up"
@@ -192,32 +152,16 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Find Your Location",
description: "Browse our complete directory of 300 barbershop locations throughout Nashville. Use our store locator to find the nearest shop to you.",
imageSrc: "http://img.b2bpic.net/free-photo/networked-cityscape-with-connected-icons_9975-22451.jpg?_wi=2",
imageAlt: "Location finder map interface",
},
title: "Find Your Location", description: "Browse our complete directory of 300 barbershop locations throughout Nashville. Use our store locator to find the nearest shop to you.", imageSrc: "http://img.b2bpic.net/free-photo/networked-cityscape-with-connected-icons_9975-22451.jpg?_wi=2", imageAlt: "Location finder map interface"},
{
id: 2,
title: "Get Phone Number",
description: "Each location displays a direct phone number for quick contact. Call ahead to check availability and current wait times.",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone_107420-64829.jpg?_wi=2",
imageAlt: "Phone contact information display",
},
title: "Get Phone Number", description: "Each location displays a direct phone number for quick contact. Call ahead to check availability and current wait times.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-using-mobile-phone_107420-64829.jpg?_wi=2", imageAlt: "Phone contact information display"},
{
id: 3,
title: "Book Your Appointment",
description: "Schedule your haircut at your preferred time. Our barbers will prepare your preferred style for a perfect cut.",
imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-agenda-schedule-concept_53876-132201.jpg?_wi=2",
imageAlt: "Online appointment booking calendar",
},
title: "Book Your Appointment", description: "Schedule your haircut at your preferred time. Our barbers will prepare your preferred style for a perfect cut.", imageSrc: "http://img.b2bpic.net/free-photo/calendar-planner-agenda-schedule-concept_53876-132201.jpg?_wi=2", imageAlt: "Online appointment booking calendar"},
{
id: 4,
title: "Walk In Anytime",
description: "Walk-in customers are always welcome! Experience our professional service and modern barbershop atmosphere.",
imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=8",
imageAlt: "Professional barbershop interior",
},
title: "Walk In Anytime", description: "Walk-in customers are always welcome! Experience our professional service and modern barbershop atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/professional-hairdresser-sitting-barber-chair-waiting-customer_613910-3902.jpg?_wi=8", imageAlt: "Professional barbershop interior"},
]}
buttons={[{ text: "Start Booking", href: "/locations" }]}
buttonAnimation="slide-up"