Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-16 01:33:19 +00:00

View File

@@ -47,7 +47,6 @@ export default function LandingPage() {
description="Downtown Seattles go-to barbershop for clean fades, sharp beard work, and personalized styles. Precision Cuts. Real Attention to Detail."
buttons={[
{ text: "Book Appointment", href: "#contact" },
{ text: "Walk In Today", href: "#location" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k27jmo&_wi=1"
imageAlt="modern luxury barbershop interior"
@@ -188,4 +187,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}