Update src/app/page.tsx

This commit is contained in:
2026-05-13 14:50:35 +00:00
parent fd8ec8817b
commit 4f66fbcfc1

View File

@@ -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>
);
}
}