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