From 91c72c49b8f336018f56fbb0468c7b4899eb0dc8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 23:57:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 75e5591..b28bb80 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -198,6 +198,10 @@ export default function LandingPage() { ]} title="Common Questions" description="Answers to the most frequent hurdles dog owners face." + buttons={[ + { + text: "Book Initial Evaluation", href: "#contact"}, + ]} faqsAnimation="slide-up" /> -- 2.49.1