diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a85109..d3d0309 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,6 +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" }]} /> @@ -196,4 +197,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}