From 6becc52ec8597ad51c3e85812fc27a8a1ef35f45 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:00:37 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d1331d2..98d7d7b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1409,4 +1409,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 272d45131bddf2fcd8028ba68c196c1d623b834a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:00:39 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b41ad4a..b16b24e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1