From e71159fc35163da428b456b8582f5b3a57e65447 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 08:26:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5708ae3..ccc8521 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -182,6 +182,9 @@ export default function LandingPage() { { id: "f3", title: "What products do you carry?", content: "We carry a wide range of essential medicines, first aid, supplements, personal hygiene, and other general healthcare needs."}, ]} + buttons={[ + { text: "Ask a Question", href: "#contact" } + ]} sideTitle="Common Questions" sideDescription="Need clarity? Here are answers to commonly asked questions about our services." faqsAnimation="slide-up" @@ -229,4 +232,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1