9 Commits

Author SHA1 Message Date
2865ea4f80 Merge version_3 into main
Merge version_3 into main
2026-03-07 12:05:48 +00:00
4751795582 Update src/app/layout.tsx 2026-03-07 12:05:44 +00:00
1c674e10c3 Merge version_2 into main
Merge version_2 into main
2026-03-07 12:03:37 +00:00
0ea1a2085e Update theme colors 2026-03-07 12:03:29 +00:00
306f2589a5 Merge version_2 into main
Merge version_2 into main
2026-03-07 12:03:11 +00:00
ad0ce0a5de Update theme colors 2026-03-07 12:03:04 +00:00
8e6ddfe9d5 Merge version_2 into main
Merge version_2 into main
2026-03-07 12:00:45 +00:00
272d45131b Update src/app/page.tsx 2026-03-07 12:00:39 +00:00
6becc52ec8 Update src/app/layout.tsx 2026-03-07 12:00:37 +00:00
3 changed files with 20 additions and 18 deletions

View File

@@ -20,9 +20,11 @@ export const metadata: Metadata = {
follow: true,
},
openGraph: {
title: "Jabali Foods - Natural Herbs & Wellness Supplements", description: "Premium natural herbs and supplements for energy, brain health, and heart health. Trusted local wellness brand.", type: "website", siteName: "Jabali Foods"},
title: "Jabali Foods - Natural Herbs & Wellness Supplements", description: "Premium natural herbs and supplements for energy, brain health, and heart health. Trusted local wellness brand.", type: "website", siteName: "Jabali Foods"
},
twitter: {
card: "summary_large_image", title: "Jabali Foods - Natural Herbs & Wellness Supplements", description: "Premium natural herbs and supplements for energy, brain health, and heart health."},
card: "summary_large_image", title: "Jabali Foods - Natural Herbs & Wellness Supplements", description: "Premium natural herbs and supplements for energy, brain health, and heart health."
},
};
export default function RootLayout({
@@ -1409,4 +1411,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>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fcf6ec;
--card: #f3ede2;
--foreground: #2e2521;
--primary-cta: #2e2521;
--primary-cta-text: #fcf6ec;
--background: #fafffb;
--card: #f7fffa;
--foreground: #001a0a;
--primary-cta: #0a7039;
--primary-cta-text: #fafffb;
--secondary-cta: #ffffff;
--secondary-cta-text: #2e2521;
--accent: #b2a28b;
--background-accent: #b2a28b;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);