Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f66fbcfc1 | |||
| fd8ec8817b | |||
| 1f195a4a02 | |||
| 60ff0ff5bc | |||
| f416d05063 | |||
| ded674217f |
@@ -35,7 +35,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "Gallery", id: "gallery" },
|
{ name: "Gallery", id: "gallery" },
|
||||||
{ name: "Reviews", id: "reviews" },
|
{ name: "Reviews", id: "reviews" },
|
||||||
{ name: "Book", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="CARPE DIEM"
|
brandName="CARPE DIEM"
|
||||||
button={{ text: "Book Now", href: "#contact" }}
|
button={{ text: "Book Now", href: "#contact" }}
|
||||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardScroll
|
<HeroBillboardScroll
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
title="The Finest Haircut You Will Ever Get In London"
|
title="The Finest Haircut You Will Ever Get In London"
|
||||||
description="London’s Only 5-Star Barbershop — 619 Google Reviews"
|
description="London’s Only 5-Star Barbershop — 619 Google Reviews"
|
||||||
buttons={[{ text: "BOOK NOW", href: "#contact" }]}
|
buttons={[{ text: "BOOK NOW", href: "#contact" }]}
|
||||||
@@ -154,4 +154,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user