From f418b89c0e6a78815d721bef91094041351e6a33 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 17:48:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b98a051..bc63675 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -191,6 +191,10 @@ export default function LandingPage() { { id: "faq3", title: "What payment methods do you accept?", content: "We accept cash, major credit cards, and digital payment methods for your convenience."}, ]} + buttons={[ + { + text: "Book Appointment", href: "#contact"}, + ]} sideTitle="Common Questions" sideDescription="Everything you need to know." faqsAnimation="slide-up" @@ -247,4 +251,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file