Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 008cb192df | |||
| 502cb64e5f | |||
| e0d809387e | |||
| b94af48ea3 | |||
| 37e4537224 |
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
title="Premium Barbershop Experience"
|
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"
|
tag="Established & Trusted"
|
||||||
tagIcon={Sparkles}
|
tagIcon={Sparkles}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
|||||||
imageAlt="Premium barbershop interior"
|
imageAlt="Premium barbershop interior"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Appointment", href: "#contact" },
|
{ text: "Book Appointment", href: "#contact" },
|
||||||
{ text: "Call (832) 894-1547", href: "tel:+18328941547" }
|
{ text: "Call Now", href: "tel:+18328941547" }
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user