Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-05-05 23:59:29 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Hours",
id: "hours",
},
name: "Hours", id: "hours"},
{
name: "Amenities",
id: "amenities",
},
name: "Amenities", id: "amenities"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Oak's Barber Shop"
/>
@@ -55,69 +47,37 @@ export default function LandingPage() {
description="Rooted in Salamanca, NY. Experience the classic cut and neighborhood tradition."
testimonials={[
{
name: "Local Resident",
handle: "@salamanca",
testimonial: "Best cut in the Southern Tier.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/retro-world-theatre-day-scenes-with-backstage_23-2151211367.jpg",
},
name: "Local Resident", handle: "@salamanca", testimonial: "Best cut in the Southern Tier.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/retro-world-theatre-day-scenes-with-backstage_23-2151211367.jpg"},
{
name: "Local Resident",
handle: "@salamanca",
testimonial: "Great family place.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121968.jpg",
},
name: "Local Resident", handle: "@salamanca", testimonial: "Great family place.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-shaving-objects_23-2148121968.jpg"},
{
name: "Local Resident",
handle: "@salamanca",
testimonial: "Old school service.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/great-composition-with-star-anise-father-s-day_23-2147631261.jpg",
},
name: "Local Resident", handle: "@salamanca", testimonial: "Old school service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/great-composition-with-star-anise-father-s-day_23-2147631261.jpg"},
{
name: "Local Resident",
handle: "@salamanca",
testimonial: "Friendly atmosphere, great price.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6236.jpg",
},
name: "Local Resident", handle: "@salamanca", testimonial: "Friendly atmosphere, great price.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/barber-tools-wooden-background-table_627829-6236.jpg"},
{
name: "Local Resident",
handle: "@salamanca",
testimonial: "My go-to spot for a fresh trim.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daylight-shadows_23-2149080255.jpg",
},
name: "Local Resident", handle: "@salamanca", testimonial: "My go-to spot for a fresh trim.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-abstract-outdoors-daylight-shadows_23-2149080255.jpg"},
]}
buttons={[
{
text: "+1 716-261-8621",
href: "tel:17162618621",
},
text: "+1 716-261-8621", href: "tel:17162618621"},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-bearded-man-getting-haircut-by-hairdresser-while-sitting-chair-barbershop-barber-soul_627829-6388.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/full-shot-woman-shopping-mall_23-2150585930.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/full-shot-woman-shopping-mall_23-2150585930.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/modern-escalator-shopping-center_1112-1989.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/modern-escalator-shopping-center_1112-1989.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/cheerful-model-with-shopping-bag_23-2147669857.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/cheerful-model-with-shopping-bag_23-2147669857.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-boy-getting-haircut-salon_23-2149870396.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-boy-getting-haircut-salon_23-2149870396.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/smiling-preschooler-boy-getting-haircut-children-hairdresser-with-scissors-comb-is-cutting-little-boy-room-with-loft-interior_613910-5705.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/smiling-preschooler-boy-getting-haircut-children-hairdresser-with-scissors-comb-is-cutting-little-boy-room-with-loft-interior_613910-5705.jpg", alt: "Customer 5"},
]}
avatarText="Join our community of satisfied regulars"
/>
@@ -129,8 +89,7 @@ export default function LandingPage() {
title="Hours of Operation"
buttons={[
{
text: "Mon: 10am-6pm | Tue-Fri: 9:30am-7pm | Sat: 8am-5pm",
},
text: "Mon: 10am-6pm | Tue-Fri: 9:30am-7pm | Sat: 8am-5pm"},
]}
/>
</div>
@@ -142,26 +101,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1",
title: "Accessible",
subtitle: "Wheelchair-accessible entrance & parking",
category: "Facility",
value: "Easy Access",
},
id: "1", title: "Accessible", subtitle: "Wheelchair-accessible entrance & parking", category: "Facility", value: "Easy Access"},
{
id: "2",
title: "Family Friendly",
subtitle: "A welcoming environment for kids and adults",
category: "Environment",
value: "Kids Welcome",
},
id: "2", title: "Family Friendly", subtitle: "A welcoming environment for kids and adults", category: "Environment", value: "Kids Welcome"},
{
id: "3",
title: "Facilities",
subtitle: "Restroom available for customers",
category: "Comfort",
value: "Restroom",
},
id: "3", title: "Facilities", subtitle: "Restroom available for customers", category: "Comfort", value: "Restroom"},
]}
title="Our Comforts"
description="Accessible, friendly, and welcoming to all."
@@ -175,20 +119,11 @@ export default function LandingPage() {
tag="Our Impact"
metrics={[
{
id: "1",
value: "15+",
description: "Years of Tradition",
},
id: "1", value: "15+", description: "Years of Tradition"},
{
id: "2",
value: "5000+",
description: "Satisfied Customers",
},
id: "2", value: "5000+", description: "Satisfied Customers"},
{
id: "3",
value: "100%",
description: "Local Owned",
},
id: "3", value: "100%", description: "Local Owned"},
]}
metricsAnimation="slide-up"
/>
@@ -198,16 +133,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit Us"
title="Salamanca's Neighborhood Shop"
description="Located in Salamanca, NY. Walk-ins welcome—calling ahead is always recommended to check chair availability."
description="Located at 123 Main St, Salamanca, NY 14779. Walk-ins welcome—calling ahead is always recommended to check chair availability."
buttons={[
{
text: "Call Now: +1 716-261-8621",
href: "tel:17162618621",
},
text: "Call Now: +1 716-261-8621", href: "tel:17162618621"},
]}
/>
</div>
@@ -217,21 +149,15 @@ export default function LandingPage() {
logoText="Oak's Barber Shop"
columns={[
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "+1 716-261-8621",
href: "tel:17162618621",
},
label: "+1 716-261-8621", href: "tel:17162618621"},
],
},
{
title: "Location",
items: [
title: "Location", items: [
{
label: "Salamanca, NY",
href: "#",
},
label: "Salamanca, NY", href: "#"},
],
},
]}
@@ -240,4 +166,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}