6 Commits

Author SHA1 Message Date
7fa4cc1246 Merge version_4 into main
Merge version_4 into main
2026-03-04 00:27:10 +00:00
008cb192df Update src/app/page.tsx 2026-03-04 00:27:06 +00:00
502cb64e5f Merge version_3 into main
Merge version_3 into main
2026-03-04 00:25:02 +00:00
e0d809387e Update src/app/page.tsx 2026-03-04 00:24:58 +00:00
b94af48ea3 Update src/app/layout.tsx 2026-03-04 00:24:57 +00:00
37e4537224 Merge version_2 into main
Merge version_2 into main
2026-03-04 00:21:48 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboard
title="Premium Barbershop Experience"
description="Studio09 is Houston's premier destination for refined grooming. Experience precision cuts, expert styling, and unmatched hospitality in our sophisticated space. Walk-ins welcome."
description="Studio09 is Houston's premier destination for refined grooming with precision cuts and expert styling. Call (832) 894-1547 to book your appointment today."
tag="Established & Trusted"
tagIcon={Sparkles}
background={{ variant: "sparkles-gradient" }}
@@ -50,7 +50,7 @@ export default function LandingPage() {
imageAlt="Premium barbershop interior"
buttons={[
{ text: "Book Appointment", href: "#contact" },
{ text: "Call (832) 894-1547", href: "tel:+18328941547" }
{ text: "Call Now", href: "tel:+18328941547" }
]}
mediaAnimation="slide-up"
/>
@@ -205,4 +205,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}