Update src/app/locations/page.tsx

This commit is contained in:
2026-03-08 20:48:33 +00:00
parent 8ebc211ca2
commit 8ad4f787b4

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"