Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-04-22 20:55:57 +00:00

View File

@@ -113,7 +113,7 @@ export default function LandingPage() {
]}
title="Our Signature Services"
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>
@@ -197,4 +197,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}