Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-05-07 23:26:38 +00:00

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{ name: "Pricing", id: "pricing" },
{ name: "Contact", id: "contact" },
]}
brandName="Louie's BarberChop"
brandName="Bros Barbershop"
/>
</div>
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroBillboardRotatedCarousel
background={{ variant: "rotated-rays-animated" }}
title="Precision Cuts & Classic Style"
description="At Louies BarberChop, we believe a great haircut is the foundation of confidence. Experience superior grooming services tailored just for you."
description="At Bros Barbershop, we believe a great haircut is the foundation of confidence. Experience superior grooming services tailored just for you."
buttons={[{ text: "Book Now", href: "#contact" }]}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg", imageAlt: "barbershop interior modern atmosphere" },
@@ -63,7 +63,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
title="Craftsmanship in Every Cut"
description="Louies BarberChop isn't just about haircuts; it's about the tradition of grooming. We bring together modern techniques and classic service to give you a look that defines excellence."
description="Bros Barbershop isn't just about haircuts; it's about the tradition of grooming. We bring together modern techniques and classic service to give you a look that defines excellence."
bulletPoints={[
{ title: "Expert Stylists", description: "Trained professionals focused on precision." },
{ title: "Premium Products", description: "Using the best products for your hair." },
@@ -147,11 +147,11 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Mark R.", role: "Client", testimonial: "Best fade I have ever received. Louie is a true artist.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-hair-salon_23-2150665451.jpg", imageAlt: "happy customer fresh haircut portrait"},
id: "1", name: "Mark R.", role: "Client", testimonial: "Best fade I have ever received. The team is a true artist.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-hair-salon_23-2150665451.jpg", imageAlt: "happy customer fresh haircut portrait"},
{
id: "2", name: "James L.", role: "Client", testimonial: "Professional, clean, and exactly what I needed.", imageSrc: "http://img.b2bpic.net/free-photo/european-brutal-man-with-beard-cut-barbershop_343596-4697.jpg", imageAlt: "customer smiling beard trim"},
{
id: "3", name: "David S.", role: "Client", testimonial: "Louie's BarberChop is the only place I trust with my beard.", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286016.jpg", imageAlt: "young man haircut professional results"},
id: "3", name: "David S.", role: "Client", testimonial: "Bros Barbershop is the only place I trust with my beard.", imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286016.jpg", imageAlt: "young man haircut professional results"},
{
id: "4", name: "Kevin M.", role: "Client", testimonial: "Great atmosphere and consistently amazing cuts.", imageSrc: "http://img.b2bpic.net/free-photo/experienced-tattoo-artist-working-client-tattoo_23-2149479238.jpg", imageAlt: "man looking at mirror fresh cut"},
{
@@ -188,7 +188,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Louie's BarberChop"
logoText="Bros Barbershop"
columns={[
{
title: "Services", items: [
@@ -211,7 +211,7 @@ export default function LandingPage() {
],
},
]}
copyrightText="© 2024 Louie's BarberChop"
copyrightText="© 2024 Bros Barbershop"
/>
</div>
</ReactLenis>