Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-03-12 02:44:27 +00:00

View File

@@ -26,7 +26,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Berwyns"
brandName="Berwyns Barber Shop"
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="BERWYNS"
logoText="BERWYNS BARBER SHOP"
description="Experience the art of traditional barbering. Premium cuts, precise grooming, and personalized service for the modern gentleman."
buttons={[
{ text: "Book Appointment", href: "#contact" },
@@ -144,7 +144,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready for your next great cut? Schedule an appointment with us today and experience the Berwyns difference."
text="Ready for your next great cut? Schedule an appointment with us today and experience the Berwyns Barber Shop difference."
animationType="entrance-slide"
buttons={[
{ text: "Schedule in 30 Seconds", href: "#" },
@@ -182,7 +182,7 @@ export default function LandingPage() {
]
}
]}
logoText="Berwyns"
logoText="Berwyns Barber Shop"
copyrightText="© 2025 Berwyns Barber Shop. All rights reserved."
/>
</div>