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