Update src/app/page.tsx
This commit is contained in:
@@ -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. Experience precision cuts, expert styling, and unmatched hospitality in our sophisticated space. Call (832) 894-1547 for appointments or walk-ins welcome."
|
||||
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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user