2 Commits

Author SHA1 Message Date
8be7aea54d Update src/app/page.tsx 2026-04-08 15:28:29 +00:00
742f9e38e0 Merge version_6 into main
Merge version_6 into main
2026-04-08 15:27:10 +00:00

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
description="Premium grooming services for the modern gentleman at The Blackwood Barber CO."
buttons={[
{
text: "Book Appointment", href: "#contact"},
text: "Book Your Precision Cut", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg"
imageAlt="Professional barber shop interior"
@@ -194,4 +194,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}