From 6995af94cb2ea1625fb49a8ba597ce8202c4f9ed Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 20:55:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d3d0309..b47ccf1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }]} /> @@ -197,4 +197,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1