Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b8718fa2a | |||
| 50ce13791e |
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
brandName="Razorhead"
|
brandName="Razorhead"
|
||||||
button={{
|
button={{
|
||||||
text: "(757) 609-4001", href: "tel:+17576094001"}}
|
text: "Book Now", href: "https://booksy.com/en-us/1063043_razorhead-barbershop_barber-shop_38106_chesapeake"}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -47,12 +47,12 @@ export default function LandingPage() {
|
|||||||
<HeroBillboardCarousel
|
<HeroBillboardCarousel
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Razorhead Barbershop"
|
title="Razorhead Barbershop"
|
||||||
description="Precision Cuts. Great Vibes. Chesapeake's Best Fade."
|
description="Precision Cuts. Great Vibes. Chesapeake's Best Fade. Call (757) 609-4001 for inquiries."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Now", href: "https://booksy.com/en-us/1063043_razorhead-barbershop_barber-shop_38106_chesapeake"},
|
text: "Book Now", href: "https://booksy.com/en-us/1063043_razorhead-barbershop_barber-shop_38106_chesapeake"},
|
||||||
{
|
{
|
||||||
text: "(757) 609-4001", href: "tel:+17576094001"}
|
text: "Call (757) 609-4001", href: "tel:+17576094001"}
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECfZ5wfBDIyilb79TgWXmmbPC4/uploaded-1779687970819-ilaaor4o.jpg", imageAlt: "Razorhead Logo" },
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECfZ5wfBDIyilb79TgWXmmbPC4/uploaded-1779687970819-ilaaor4o.jpg", imageAlt: "Razorhead Logo" },
|
||||||
@@ -184,4 +184,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user