Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-11 08:26:43 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}