Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b8718fa2a | |||
| 50ce13791e | |||
| 873e3b1eb3 | |||
| 8ff2a9cb2c |
@@ -30,6 +30,7 @@ export default function LandingPage() {
|
|||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECfZ5wfBDIyilb79TgWXmmbPC4/uploaded-1779687970819-ilaaor4o.jpg"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
@@ -38,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>
|
||||||
|
|
||||||
@@ -46,15 +47,15 @@ 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: "http://img.b2bpic.net/free-photo/side-view-man-holding-menorah_23-2149640723.jpg?_wi=1", imageAlt: "Barbershop interior" },
|
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECfZ5wfBDIyilb79TgWXmmbPC4/uploaded-1779687970819-ilaaor4o.jpg", imageAlt: "Razorhead Logo" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg", imageAlt: "Barbershop atmosphere" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/barber-shop-retro-vintage-style_1150-17931.jpg", imageAlt: "Barbershop atmosphere" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/male-barber-giving-his-client-nice-haircut_23-2149186489.jpg", imageAlt: "Modern grooming" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/male-barber-giving-his-client-nice-haircut_23-2149186489.jpg", imageAlt: "Modern grooming" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/customer-standing-front-mirror-barbershop_23-2148181953.jpg", imageAlt: "Precision work" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/customer-standing-front-mirror-barbershop_23-2148181953.jpg", imageAlt: "Precision work" },
|
||||||
@@ -172,6 +173,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECfZ5wfBDIyilb79TgWXmmbPC4/uploaded-1779687970819-ilaaor4o.jpg"
|
||||||
logoText="RAZORHEAD BARBERSHOP"
|
logoText="RAZORHEAD BARBERSHOP"
|
||||||
leftLink={{
|
leftLink={{
|
||||||
text: "Booksy Appointments", href: "https://booksy.com/en-us/1063043_razorhead-barbershop_barber-shop_38106_chesapeake"}}
|
text: "Booksy Appointments", href: "https://booksy.com/en-us/1063043_razorhead-barbershop_barber-shop_38106_chesapeake"}}
|
||||||
|
|||||||
Reference in New Issue
Block a user