From c0a817b43c52cb15dd78337da0a93d97b6a53ddf Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 16:54:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index a6b145c..19876fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,6 +138,9 @@ export default function LandingPage() { { id: "q1", title: "Do you accept appointments?", content: "We operate primarily as a walk-in shop to maintain that classic, casual vibe." }, { id: "q2", title: "Is it cash only?", content: "Yes, we are a classic cash-only establishment." }, ]} + buttons={[ + { text: "Get Directions", href: "#contact" } + ]} title="Common Questions" description="Everything you need to know about our barber shop services." faqsAnimation="slide-up" -- 2.49.1