diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index c33852b..77504cc 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -8,25 +8,16 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
- "name": "About", "href": "#about"
+ "name": "Supply Portal", "href": "#"
},
{
- "name": "Features", "href": "#features"
- },
- {
- "name": "Pricing", "href": "#pricing"
+ "name": "Offers", "href": "#"
},
{
"name": "Contact", "href": "#contact"
},
{
- "name": "Hero", "href": "#hero"
- },
- {
- "name": "Bento", "href": "#bento"
- },
- {
- "name": "Testimonial", "href": "#testimonial"
+ "name": "About Us", "href": "#about"
}
];
@@ -47,43 +38,55 @@ export default function Layout() {
diff --git a/src/pages/HomePage/sections/Faq.tsx b/src/pages/HomePage/sections/Faq.tsx
index 67c852d..3daa0ad 100644
--- a/src/pages/HomePage/sections/Faq.tsx
+++ b/src/pages/HomePage/sections/Faq.tsx
@@ -10,28 +10,11 @@ export default function FaqSection(): React.JSX.Element {
+ tag="Get Started"
+ title="Get started with Maru Quick in 5 simple steps"
+ description="Ready to get started? Sign up now — it's free"
+ items={[{"answer":"Sign Up","question":"Step 1"},{"answer":"Log In","question":"Step 2"},{"answer":"Enter KYC information","question":"Step 3"},{"answer":"Wait for KYC verification","question":"Step 4"},{"answer":"Begin using the software","question":"Step 5"}]}
+ />
);
diff --git a/src/pages/HomePage/sections/Features.tsx b/src/pages/HomePage/sections/Features.tsx
index b21b85a..5813437 100644
--- a/src/pages/HomePage/sections/Features.tsx
+++ b/src/pages/HomePage/sections/Features.tsx
@@ -10,36 +10,11 @@ export default function FeaturesSection(): React.JSX.Element {
+ tag="Features"
+ title="All your business essentials. One Maru account."
+ description="Run sales, inventory, orders and reports in one system. Cut costs. No switching between platforms. One login. One source of truth."
+ items={[{"tags":["Software"],"imageSrc":"http://img.b2bpic.net/free-photo/hand-hold-space-rocket-paper-carving-with-sky-background_53876-30288.jpg","title":"Smart sales tools. Track every sale in real time with detailed reporting and inventory sync."},{"tags":["Payments"],"imageSrc":"http://img.b2bpic.net/free-photo/computer-security-with-3d-shields-with-padlocks_107791-16214.jpg","title":"Accept card payments fast and secure through the Maru Quick application at competitive rates."}]}
+ />
);
diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx
index dc15d32..77a483c 100644
--- a/src/pages/HomePage/sections/Hero.tsx
+++ b/src/pages/HomePage/sections/Hero.tsx
@@ -10,18 +10,12 @@ export default function HeroSection(): React.JSX.Element {
+ />
);
diff --git a/src/pages/HomePage/sections/Pricing.tsx b/src/pages/HomePage/sections/Pricing.tsx
index 44837c6..eeaafbd 100644
--- a/src/pages/HomePage/sections/Pricing.tsx
+++ b/src/pages/HomePage/sections/Pricing.tsx
@@ -10,55 +10,11 @@ export default function PricingSection(): React.JSX.Element {
+ tag="Payments"
+ title="Streamline your sales with powerful payment solutions"
+ description="Accept cards, mobile wallets and online payments — all in one secure platform built for Botswana businesses."
+ plans={[{"price":"24/7","description":"Always available","tag":"Availability","primaryButton":{"href":"#","text":"Start accepting payments"},"features":[]},{"price":"3.0%","description":"Transaction fee","primaryButton":{"href":"#","text":"Start accepting payments"},"tag":"Fee","features":[]},{"price":"3","description":"Payment networks","tag":"Networks","primaryButton":{"href":"#","text":"Start accepting payments"},"features":[]}]}
+ />
);