Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb9a9baf85 | |||
| 236b163b87 | |||
| 5ca79576b7 | |||
| 046fd4e6ba | |||
| 6670477c59 |
@@ -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,10 +144,10 @@ 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: "Book Appointment", href: "#" },
|
||||
{ text: "Schedule in 30 Seconds", href: "#" },
|
||||
{ text: "Call Us", href: "tel:+1234567890" }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
@@ -182,7 +182,7 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoText="Berwyns"
|
||||
logoText="Berwyns Barber Shop"
|
||||
copyrightText="© 2025 Berwyns Barber Shop. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user