Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-11 06:49:06 +00:00

View File

@@ -35,16 +35,16 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
{ name: "About", id: "about" }
]}
brandName="Barbier"
brandName="Kirbs Fades"
bottomLeftText="Open 9AM - 7PM"
bottomRightText="info@barbier.com"
bottomRightText="info@kirbsfades.com"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboard
title="Expert Barbering Since 1995"
description="Experience precision grooming and timeless style at Barbier. Our master barbers deliver custom cuts, beard shaping, and traditional shaves with uncompromising attention to detail."
description="Experience precision grooming and timeless style at Kirbs Fades. Our master barbers deliver custom cuts, beard shaping, and traditional shaves with uncompromising attention to detail."
background={{ variant: "sparkles-gradient" }}
tag="Premium Barbershop"
tagIcon={Scissors}
@@ -229,7 +229,7 @@ export default function LandingPage() {
{
title: "Contact", items: [
{ label: "Phone: (555) 123-4567", href: "#" },
{ label: "Email: info@barbier.com", href: "#" },
{ label: "Email: info@kirbsfades.com", href: "#" },
{ label: "123 Main Street, City, State", href: "#" },
{ label: "Open 9AM - 7PM Daily", href: "#" }
]
@@ -242,7 +242,7 @@ export default function LandingPage() {
]
}
]}
bottomLeftText="© 2025 Barbier. All rights reserved."
bottomLeftText="© 2025 Kirbs Fades. All rights reserved."
bottomRightText="Crafted with precision and care"
/>
</div>