6 Commits

Author SHA1 Message Date
4f66fbcfc1 Update src/app/page.tsx 2026-05-13 14:50:35 +00:00
fd8ec8817b Merge version_2 into main
Merge version_2 into main
2026-05-13 12:02:55 +00:00
1f195a4a02 Update src/app/page.tsx 2026-05-13 12:02:52 +00:00
60ff0ff5bc Merge version_1 into main
Merge version_1 into main
2026-05-13 10:30:28 +00:00
f416d05063 Merge version_1 into main
Merge version_1 into main
2026-05-13 10:30:04 +00:00
ded674217f Merge version_1 into main
Merge version_1 into main
2026-05-13 10:29:38 +00:00

View File

@@ -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="Londons Only 5-Star Barbershop — 619 Google Reviews"
buttons={[{ text: "BOOK NOW", href: "#contact" }]}
@@ -154,4 +154,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}