From 44732f146c9b17e49b609e7189b26c23e102deb8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:24:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 636c7db..4071865 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,6 +88,11 @@ export default function LandingPage() { title="Our Craft" description={[ "Founded on the principles of precision and patience, Blackwood Barber CO is where time-honored techniques meet modern grooming aesthetics.", "We take pride in our dedication to the perfect cut, every single time."]} + buttons={[ + { + text: "Book Appointment", href: "#contact" + } + ]} /> -- 2.49.1