Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 873e3b1eb3 | |||
| 8ff2a9cb2c |
@@ -30,6 +30,7 @@ export default function LandingPage() {
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECfZ5wfBDIyilb79TgWXmmbPC4/uploaded-1779687970819-ilaaor4o.jpg"
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "services" },
|
||||
@@ -54,7 +55,7 @@ export default function LandingPage() {
|
||||
text: "(757) 609-4001", href: "tel:+17576094001"}
|
||||
]}
|
||||
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/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" },
|
||||
@@ -172,6 +173,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ECfZ5wfBDIyilb79TgWXmmbPC4/uploaded-1779687970819-ilaaor4o.jpg"
|
||||
logoText="RAZORHEAD BARBERSHOP"
|
||||
leftLink={{
|
||||
text: "Booksy Appointments", href: "https://booksy.com/en-us/1063043_razorhead-barbershop_barber-shop_38106_chesapeake"}}
|
||||
@@ -182,4 +184,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user