Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb9a9baf85 | |||
| 236b163b87 |
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Berwyns"
|
brandName="Berwyns Barber Shop"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<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."
|
description="Experience the art of traditional barbering. Premium cuts, precise grooming, and personalized service for the modern gentleman."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Appointment", href: "#contact" },
|
{ text: "Book Appointment", href: "#contact" },
|
||||||
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<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"
|
animationType="entrance-slide"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Schedule in 30 Seconds", href: "#" },
|
{ 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."
|
copyrightText="© 2025 Berwyns Barber Shop. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user