Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-07 06:20:25 +00:00

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{ variant: "glowing-orb" }}
background={{ variant: "aurora" }}
title="Five Star Hope Barbershop"
description="Experience precision grooming and professional styling at the premier barbershop in town. Our expert barbers deliver flawless fades, sharp lines, and perfect grooming for the discerning gentleman."
kpis={[
@@ -218,7 +218,7 @@ export default function LandingPage() {
{ text: "Book Appointment", href: "tel:+1-555-BARBER-1" },
{ text: "Visit Us", href: "https://maps.google.com" }
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "aurora" }}
useInvertedBackground={true}
/>
</div>