Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2865ea4f80 | |||
| 4751795582 | |||
| 1c674e10c3 | |||
| 0ea1a2085e | |||
| 306f2589a5 | |||
| ad0ce0a5de | |||
| 8e6ddfe9d5 | |||
| 272d45131b | |||
| 6becc52ec8 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user