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