2 Commits

Author SHA1 Message Date
6995af94cb Update src/app/page.tsx 2026-04-22 20:55:53 +00:00
0b2d02790e Merge version_2 into main
Merge version_2 into main
2026-04-22 20:53:47 +00:00

View File

@@ -113,7 +113,7 @@ export default function LandingPage() {
]} ]}
title="Our Signature Services" title="Our Signature Services"
description="Find the perfect grooming service tailored to your style." description="Find the perfect grooming service tailored to your style."
buttons={[{ text: "Book Now", href: "#contact" }]} buttons={[{ text: "Book Now", href: "#contact" }, { text: "View Gallery", href: "#hero" }]}
/> />
</div> </div>
@@ -197,4 +197,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }