Merge version_2 into main #1

Merged
bender merged 2 commits from version_2 into main 2026-03-07 12:00:46 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -1409,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -180,22 +180,22 @@ export default function LandingPage() {
animationType="slide-up"
faqs={[
{
id: "1", title: "How do I order products from Jabali Foods?", content: "You can call us directly at 80938483894 or message us on Instagram at @jabalifoods. We'll help you place your order and arrange delivery or pickup."
id: "1", title: "How do I order products from Jabali Foods?", content: "Call us at 80938483894 or message @jabalifoods on Instagram."
},
{
id: "2", title: "Are all your herbs natural and pure?", content: "Yes, all Jabali Foods supplements are 100% natural with no artificial additives. We carefully source and verify every product for quality and purity."
id: "2", title: "Are all your herbs natural and pure?", content: "Yes, all Jabali Foods supplements are 100% natural with no artificial additives."
},
{
id: "3", title: "Which supplement is best for me?", content: "Our team can help you choose the right supplement based on your wellness goals. Contact us via phone or Instagram for personalized recommendations."
id: "3", title: "Which supplement is best for me?", content: "Contact us via phone or Instagram for personalized wellness recommendations tailored to your goals."
},
{
id: "4", title: "Do you offer bulk orders or discounts?", content: "Yes! We offer special pricing for bulk purchases and regular customers. Call us at 80938483894 to discuss your needs."
id: "4", title: "Do you offer bulk orders or discounts?", content: "Yes, we offer special pricing for bulk purchases and regular customers. Call 80938483894."
},
{
id: "5", title: "What payment methods do you accept?", content: "We accept mobile money transfers, bank deposits, and cash payments. Contact us for specific payment details."
id: "5", title: "What payment methods do you accept?", content: "We accept mobile money, bank deposits, and cash payments. Contact us for details."
},
{
id: "6", title: "How quickly can you deliver?", content: "We offer fast local delivery and pickup options. Call 80938483894 or message on Instagram for delivery timeframes."
id: "6", title: "How quickly can you deliver?", content: "We offer fast local delivery and pickup options. Call 80938483894 or message on Instagram for timeframes."
}
]}
/>
@@ -233,4 +233,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}