Update src/app/page.tsx

This commit is contained in:
2026-05-06 03:57:26 +00:00
parent 73db6f998e
commit cdcdc1f03b

View File

@@ -157,7 +157,7 @@ export default function LandingPage() {
tag="Visit Us"
title="Ready for your next cut?"
description="Stop by Shear & Shave for an unparalleled grooming experience. Give us a call or book your slot online."
buttons={[{ text: "Book Appointment", href: "#" }, { text: "Call Now", href: "tel:+15551234567" }]}
buttons={[{ text: "Book Appointment", href: "https://booking.shearandshave.com" }, { text: "Call Now", href: "tel:+15551234567" }]}
/>
</div>