From be28f173db8124720eaf0de1924eb846bf67ceb7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 14:24:26 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 88 +++++++++++------------------------------- 1 file changed, 22 insertions(+), 66 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 91b0609..8acfaa3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,8 +18,7 @@ const navItems = [ const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/#features" }, { label: "Pricing", href: "/pricing" }, { label: "API Docs", href: "#" }, @@ -27,8 +26,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -36,8 +34,7 @@ const footerColumns = [ ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Help Center", href: "#" }, { label: "Security", href: "#" }, { label: "Status Page", href: "#" }, @@ -45,8 +42,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -82,6 +78,7 @@ export default function AboutPage() { { icon: Users, label: "Team Members", value: "120+" }, ]} metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -92,27 +89,16 @@ export default function AboutPage() { tagAnimation="slide-up" metrics={[ { - id: "impact-1", - value: "$500M+", - description: "In inventory accurately tracked and managed", - }, + id: "impact-1", value: "$500M+", description: "In inventory accurately tracked and managed"}, { - id: "impact-2", - value: "50K+", - description: "Daily active users worldwide", - }, + id: "impact-2", value: "50K+", description: "Daily active users worldwide"}, { - id: "impact-3", - value: "99.99%", - description: "System uptime SLA we maintain", - }, + id: "impact-3", value: "99.99%", description: "System uptime SLA we maintain"}, { - id: "impact-4", - value: "1B+", - description: "Inventory transactions processed", - }, + id: "impact-4", value: "1B+", description: "Inventory transactions processed"}, ]} metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -128,53 +114,23 @@ export default function AboutPage() { useInvertedBackground={false} testimonials={[ { - id: "testimonial-1", - name: "Sarah Chen", - role: "Operations Director", - company: "RetailHub Co.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-asian-woman-in--1773411680232-045cf458.png?_wi=2", - }, + id: "testimonial-1", name: "Sarah Chen", role: "Operations Director", company: "RetailHub Co.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-asian-woman-in--1773411680232-045cf458.png"}, { - id: "testimonial-2", - name: "Marcus Rodriguez", - role: "Warehouse Manager", - company: "LogisticsPro Inc.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-hispanic-male-w-1773411674685-daa9a9a2.png?_wi=2", - }, + id: "testimonial-2", name: "Marcus Rodriguez", role: "Warehouse Manager", company: "LogisticsPro Inc.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-hispanic-male-w-1773411674685-daa9a9a2.png"}, { - id: "testimonial-3", - name: "Jennifer Liu", - role: "Founder & CEO", - company: "EcommercePro", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-female-ceo-foun-1773411674661-dad919eb.png?_wi=2", - }, + id: "testimonial-3", name: "Jennifer Liu", role: "Founder & CEO", company: "EcommercePro", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-female-ceo-foun-1773411674661-dad919eb.png"}, { - id: "testimonial-4", - name: "David Thompson", - role: "Supply Chain Lead", - company: "Global Distribution Ltd.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-african-america-1773411674533-c919e384.png?_wi=2", - }, + id: "testimonial-4", name: "David Thompson", role: "Supply Chain Lead", company: "Global Distribution Ltd.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-african-america-1773411674533-c919e384.png"}, { - id: "testimonial-5", - name: "Patricia Okonkwo", - role: "Business Analyst", - company: "MultiChannel Retail", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-female-business-1773411680972-f024e561.png?_wi=2", - }, + id: "testimonial-5", name: "Patricia Okonkwo", role: "Business Analyst", company: "MultiChannel Retail", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-female-business-1773411680972-f024e561.png"}, { - id: "testimonial-6", - name: "Kevin Park", - role: "IT Director", - company: "Tech-Forward Wholesale", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-male-it-directo-1773411675066-408728fe.png?_wi=2", - }, + id: "testimonial-6", name: "Kevin Park", role: "IT Director", company: "Tech-Forward Wholesale", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-male-it-directo-1773411675066-408728fe.png"}, ]} kpiItems={[ { value: "98%", label: "Customer satisfaction" }, From 1942655b9b5dc186e4ca0dea4f466c5891c5ba9b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 14:24:26 +0000 Subject: [PATCH 2/4] Update src/app/features/page.tsx --- src/app/features/page.tsx | 49 +++++++++++---------------------------- 1 file changed, 13 insertions(+), 36 deletions(-) diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 7eae3cc..09f678d 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -19,8 +19,7 @@ export default function FeaturesPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/features" }, { label: "Pricing", href: "/" }, { label: "API Docs", href: "#" }, @@ -28,8 +27,7 @@ export default function FeaturesPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -37,8 +35,7 @@ export default function FeaturesPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Help Center", href: "#" }, { label: "Security", href: "#" }, { label: "Status Page", href: "#" }, @@ -46,8 +43,7 @@ export default function FeaturesPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -84,28 +80,17 @@ export default function FeaturesPage() { tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" + useInvertedBackground={false} features={[ { id: 1, - title: "Real-Time Multi-Channel Sync", - description: "Synchronize inventory across e-commerce platforms, retail stores, marketplaces, and warehouses instantly. Prevent overselling and maintain accurate stock levels across all sales channels with automatic reconciliation.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/multi-channel-sync-interface-showing-sho-1773411680703-f357d230.png?_wi=2", - imageAlt: "Advanced multi-channel sync interface", - }, + title: "Real-Time Multi-Channel Sync", description: "Synchronize inventory across e-commerce platforms, retail stores, marketplaces, and warehouses instantly. Prevent overselling and maintain accurate stock levels across all sales channels with automatic reconciliation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/multi-channel-sync-interface-showing-sho-1773411680703-f357d230.png", imageAlt: "Advanced multi-channel sync interface"}, { id: 2, - title: "AI-Powered Smart Reordering", - description: "Machine learning algorithms analyze historical trends and seasonal patterns to predict optimal reorder points. Automate purchase orders with intelligent threshold management and never deal with stockouts again.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/automated-reordering-interface-with-ai-a-1773411675574-104b9041.png?_wi=2", - imageAlt: "AI-powered reordering dashboard", - }, + title: "AI-Powered Smart Reordering", description: "Machine learning algorithms analyze historical trends and seasonal patterns to predict optimal reorder points. Automate purchase orders with intelligent threshold management and never deal with stockouts again.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/automated-reordering-interface-with-ai-a-1773411675574-104b9041.png", imageAlt: "AI-powered reordering dashboard"}, { id: 3, - title: "Predictive Demand Forecasting", - description: "Leverage advanced analytics to forecast demand with unprecedented accuracy. Understand market trends, seasonal fluctuations, and customer behavior patterns to optimize inventory levels and reduce carrying costs.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/advanced-analytics-dashboard-with-demand-1773411679704-a640f065.png?_wi=2", - imageAlt: "Demand forecasting analytics interface", - }, + title: "Predictive Demand Forecasting", description: "Leverage advanced analytics to forecast demand with unprecedented accuracy. Understand market trends, seasonal fluctuations, and customer behavior patterns to optimize inventory levels and reduce carrying costs.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/advanced-analytics-dashboard-with-demand-1773411679704-a640f065.png", imageAlt: "Demand forecasting analytics interface"}, ]} /> @@ -121,22 +106,14 @@ export default function FeaturesPage() { textboxLayout="default" faqsAnimation="blur-reveal" animationType="smooth" + useInvertedBackground={false} faqs={[ { - id: "faq-1", - title: "How does the AI-powered forecasting work?", - content: "Our machine learning model analyzes your historical sales data, seasonality, trends, and external market factors to predict future demand. It continuously learns and improves accuracy as more data becomes available, providing recommendations for optimal stock levels.", - }, + id: "faq-1", title: "How does the AI-powered forecasting work?", content: "Our machine learning model analyzes your historical sales data, seasonality, trends, and external market factors to predict future demand. It continuously learns and improves accuracy as more data becomes available, providing recommendations for optimal stock levels."}, { - id: "faq-2", - title: "What platforms does Mbika integrate with?", - content: "Mbika connects with 150+ platforms including Shopify, WooCommerce, Amazon, eBay, Stripe, SAP, NetSuite, QuickBooks, Klaviyo, Segment, and more. We also offer custom API integrations for enterprise systems.", - }, + id: "faq-2", title: "What platforms does Mbika integrate with?", content: "Mbika connects with 150+ platforms including Shopify, WooCommerce, Amazon, eBay, Stripe, SAP, NetSuite, QuickBooks, Klaviyo, Segment, and more. We also offer custom API integrations for enterprise systems."}, { - id: "faq-3", - title: "Can I set custom reorder points for different products?", - content: "Yes. Mbika allows granular control with customizable reorder points for each SKU. You can set different thresholds based on product category, supplier, location, or seasonality. Our smart suggestions help optimize these settings automatically.", - }, + id: "faq-3", title: "Can I set custom reorder points for different products?", content: "Yes. Mbika allows granular control with customizable reorder points for each SKU. You can set different thresholds based on product category, supplier, location, or seasonality. Our smart suggestions help optimize these settings automatically."}, ]} /> @@ -147,7 +124,7 @@ export default function FeaturesPage() { title="Explore Features with a Demo" description="See how Mbika's features can transform your inventory management. Schedule a personalized walkthrough today." useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-team-in-modern-office-discu-1773411675088-6a63e9aa.png?_wi=2" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-team-in-modern-office-discu-1773411675088-6a63e9aa.png" imageAlt="Feature demo consultation" mediaAnimation="blur-reveal" mediaPosition="right" From 0cbe73790f171a16d72787f4dbe6241a023b89c1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 14:24:26 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 290 +++++++++++------------------------------------ 1 file changed, 66 insertions(+), 224 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4becf79..951e124 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,8 +25,7 @@ const navItems = [ const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/#features" }, { label: "Pricing", href: "/pricing" }, { label: "API Docs", href: "#" }, @@ -34,8 +33,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -43,8 +41,7 @@ const footerColumns = [ ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Help Center", href: "#" }, { label: "Security", href: "#" }, { label: "Status Page", href: "#" }, @@ -52,8 +49,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -84,7 +80,7 @@ export default function HomePage() { @@ -146,49 +135,26 @@ export default function HomePage() { tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" + useInvertedBackground={false} features={[ { id: 1, - title: "Multi-Channel Sync", - description: "Sync inventory across all sales channels—e-commerce, retail, wholesale—in real-time. Never oversell or understock again.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/multi-channel-sync-interface-showing-sho-1773411680703-f357d230.png?_wi=1", - imageAlt: "Multi-channel inventory synchronization dashboard", - }, + title: "Multi-Channel Sync", description: "Sync inventory across all sales channels—e-commerce, retail, wholesale—in real-time. Never oversell or understock again.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/multi-channel-sync-interface-showing-sho-1773411680703-f357d230.png", imageAlt: "Multi-channel inventory synchronization dashboard"}, { id: 2, - title: "Automated Reordering", - description: "AI-powered smart alerts trigger restocking before stockouts happen. Set thresholds and let Mbika handle the rest.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/automated-reordering-interface-with-ai-a-1773411675574-104b9041.png?_wi=1", - imageAlt: "Automated reordering and alert system", - }, + title: "Automated Reordering", description: "AI-powered smart alerts trigger restocking before stockouts happen. Set thresholds and let Mbika handle the rest.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/automated-reordering-interface-with-ai-a-1773411675574-104b9041.png", imageAlt: "Automated reordering and alert system"}, { id: 3, - title: "Advanced Analytics", - description: "Get insights into movement patterns, demand forecasting, and vendor performance. Make data-driven decisions instantly.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/advanced-analytics-dashboard-with-demand-1773411679704-a640f065.png?_wi=1", - imageAlt: "Advanced analytics and reporting dashboard", - }, + title: "Advanced Analytics", description: "Get insights into movement patterns, demand forecasting, and vendor performance. Make data-driven decisions instantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/advanced-analytics-dashboard-with-demand-1773411679704-a640f065.png", imageAlt: "Advanced analytics and reporting dashboard"}, { id: 4, - title: "API Integrations", - description: "Connect with your existing tools—ERP, CRM, shipping platforms. Build custom workflows tailored to your business.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/api-integrations-dashboard-showing-conne-1773411676482-39793351.png", - imageAlt: "API integrations and third-party connections", - }, + title: "API Integrations", description: "Connect with your existing tools—ERP, CRM, shipping platforms. Build custom workflows tailored to your business.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/api-integrations-dashboard-showing-conne-1773411676482-39793351.png", imageAlt: "API integrations and third-party connections"}, { id: 5, - title: "Barcode & SKU Management", - description: "Effortless barcode scanning and SKU organization. Mobile-ready tools for warehouse operations and in-store tracking.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/mobile-barcode-scanning-app-interface-on-1773411676367-2838326c.png", - imageAlt: "Barcode scanning and SKU management mobile app", - }, + title: "Barcode & SKU Management", description: "Effortless barcode scanning and SKU organization. Mobile-ready tools for warehouse operations and in-store tracking.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/mobile-barcode-scanning-app-interface-on-1773411676367-2838326c.png", imageAlt: "Barcode scanning and SKU management mobile app"}, { id: 6, - title: "Role-Based Permissions", - description: "Control access with granular permissions. From warehouse staff to C-level execs, everyone sees what they need.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/role-based-access-control-interface-with-1773411675771-c999bb88.png", - imageAlt: "Role-based access control interface", - }, + title: "Role-Based Permissions", description: "Control access with granular permissions. From warehouse staff to C-level execs, everyone sees what they need.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/role-based-access-control-interface-with-1773411675771-c999bb88.png", imageAlt: "Role-based access control interface"}, ]} /> @@ -203,35 +169,16 @@ export default function HomePage() { textboxLayout="default" gridVariant="bento-grid" animationType="scale-rotate" + useInvertedBackground={false} products={[ { - id: "prod-1", - name: "Dashboard Hub", - price: "Central command for your inventory", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/comprehensive-inventory-dashboard-hub-wi-1773411675888-6b9918c6.png", - imageAlt: "Mbika main dashboard interface", - }, + id: "prod-1", name: "Dashboard Hub", price: "Central command for your inventory", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/comprehensive-inventory-dashboard-hub-wi-1773411675888-6b9918c6.png", imageAlt: "Mbika main dashboard interface"}, { - id: "prod-2", - name: "Mobile Scanner", - price: "Scan on the go, sync instantly", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/mbika-mobile-app-on-smartphone-showing-b-1773411674731-3ade6a75.png", - imageAlt: "Mbika mobile app with barcode scanner", - }, + id: "prod-2", name: "Mobile Scanner", price: "Scan on the go, sync instantly", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/mbika-mobile-app-on-smartphone-showing-b-1773411674731-3ade6a75.png", imageAlt: "Mbika mobile app with barcode scanner"}, { - id: "prod-3", - name: "Forecasting Engine", - price: "Predict demand with AI precision", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/ai-forecasting-engine-interface-with-pre-1773411675415-04d4ee89.png", - imageAlt: "AI-powered demand forecasting interface", - }, + id: "prod-3", name: "Forecasting Engine", price: "Predict demand with AI precision", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/ai-forecasting-engine-interface-with-pre-1773411675415-04d4ee89.png", imageAlt: "AI-powered demand forecasting interface"}, { - id: "prod-4", - name: "Vendor Portal", - price: "Collaborate with suppliers seamlessly", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/vendor-portal-interface-showing-po-manag-1773411679795-60a98c01.png", - imageAlt: "Vendor collaboration and PO management portal", - }, + id: "prod-4", name: "Vendor Portal", price: "Collaborate with suppliers seamlessly", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/vendor-portal-interface-showing-po-manag-1773411679795-60a98c01.png", imageAlt: "Vendor collaboration and PO management portal"}, ]} /> @@ -245,53 +192,25 @@ export default function HomePage() { tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" + useInvertedBackground={false} plans={[ { - id: "plan-starter", - badge: "For Small Teams", - badgeIcon: Sparkles, - price: "$99", - subtitle: "/month, billed annually", - buttons: [{ text: "Start Free Trial", href: "#contact" }], + id: "plan-starter", badge: "For Small Teams", badgeIcon: Sparkles, + price: "$99", subtitle: "/month, billed annually", buttons: [{ text: "Start Free Trial", href: "#contact" }], features: [ - "Up to 5,000 SKUs", - "Single-channel tracking", - "Basic analytics", - "Email support", - "Mobile app access", - ], + "Up to 5,000 SKUs", "Single-channel tracking", "Basic analytics", "Email support", "Mobile app access"], }, { - id: "plan-professional", - badge: "Most Popular", - badgeIcon: Award, - price: "$299", - subtitle: "/month, billed annually", - buttons: [{ text: "Start Free Trial", href: "#contact" }], + id: "plan-professional", badge: "Most Popular", badgeIcon: Award, + price: "$299", subtitle: "/month, billed annually", buttons: [{ text: "Start Free Trial", href: "#contact" }], features: [ - "Up to 50,000 SKUs", - "Multi-channel sync", - "Advanced analytics & forecasting", - "Priority support", - "API access", - "Custom integrations", - ], + "Up to 50,000 SKUs", "Multi-channel sync", "Advanced analytics & forecasting", "Priority support", "API access", "Custom integrations"], }, { - id: "plan-enterprise", - badge: "For Enterprises", - badgeIcon: Shield, - price: "Custom", - subtitle: "Contact sales for pricing", - buttons: [{ text: "Talk to Sales", href: "#contact" }], + id: "plan-enterprise", badge: "For Enterprises", badgeIcon: Shield, + price: "Custom", subtitle: "Contact sales for pricing", buttons: [{ text: "Talk to Sales", href: "#contact" }], features: [ - "Unlimited SKUs", - "Unlimited channels", - "Predictive analytics", - "24/7 dedicated support", - "White-label options", - "Custom SLAs", - ], + "Unlimited SKUs", "Unlimited channels", "Predictive analytics", "24/7 dedicated support", "White-label options", "Custom SLAs"], }, ]} /> @@ -304,27 +223,16 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "metric-1", - value: "1.2M+", - description: "SKUs managed daily across all customers", - }, + id: "metric-1", value: "1.2M+", description: "SKUs managed daily across all customers"}, { - id: "metric-2", - value: "98%", - description: "Inventory accuracy achieved by our users", - }, + id: "metric-2", value: "98%", description: "Inventory accuracy achieved by our users"}, { - id: "metric-3", - value: "45 mins", - description: "Average setup time to go live", - }, + id: "metric-3", value: "45 mins", description: "Average setup time to go live"}, { - id: "metric-4", - value: "360K+", - description: "Transactions processed monthly", - }, + id: "metric-4", value: "360K+", description: "Transactions processed monthly"}, ]} metricsAnimation="slide-up" + useInvertedBackground={false} /> @@ -340,53 +248,23 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "testimonial-1", - name: "Sarah Chen", - role: "Operations Director", - company: "RetailHub Co.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-asian-woman-in--1773411680232-045cf458.png?_wi=1", - }, + id: "testimonial-1", name: "Sarah Chen", role: "Operations Director", company: "RetailHub Co.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-asian-woman-in--1773411680232-045cf458.png"}, { - id: "testimonial-2", - name: "Marcus Rodriguez", - role: "Warehouse Manager", - company: "LogisticsPro Inc.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-hispanic-male-w-1773411674685-daa9a9a2.png?_wi=1", - }, + id: "testimonial-2", name: "Marcus Rodriguez", role: "Warehouse Manager", company: "LogisticsPro Inc.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-hispanic-male-w-1773411674685-daa9a9a2.png"}, { - id: "testimonial-3", - name: "Jennifer Liu", - role: "Founder & CEO", - company: "EcommercePro", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-female-ceo-foun-1773411674661-dad919eb.png?_wi=1", - }, + id: "testimonial-3", name: "Jennifer Liu", role: "Founder & CEO", company: "EcommercePro", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-female-ceo-foun-1773411674661-dad919eb.png"}, { - id: "testimonial-4", - name: "David Thompson", - role: "Supply Chain Lead", - company: "Global Distribution Ltd.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-african-america-1773411674533-c919e384.png?_wi=1", - }, + id: "testimonial-4", name: "David Thompson", role: "Supply Chain Lead", company: "Global Distribution Ltd.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-african-america-1773411674533-c919e384.png"}, { - id: "testimonial-5", - name: "Patricia Okonkwo", - role: "Business Analyst", - company: "MultiChannel Retail", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-female-business-1773411680972-f024e561.png?_wi=1", - }, + id: "testimonial-5", name: "Patricia Okonkwo", role: "Business Analyst", company: "MultiChannel Retail", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-female-business-1773411680972-f024e561.png"}, { - id: "testimonial-6", - name: "Kevin Park", - role: "IT Director", - company: "Tech-Forward Wholesale", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-male-it-directo-1773411675066-408728fe.png?_wi=1", - }, + id: "testimonial-6", name: "Kevin Park", role: "IT Director", company: "Tech-Forward Wholesale", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-portrait-of-male-it-directo-1773411675066-408728fe.png"}, ]} kpiItems={[ { value: "3x", label: "Faster inventory audits" }, @@ -406,15 +284,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} names={[ - "RetailHub", - "EcommercePro", - "LogisticsPro", - "Global Distribution", - "Tech Forward Wholesale", - "MultiChannel Retail", - "Inventory Masters", - "Supply Chain Elite", - ]} + "RetailHub", "EcommercePro", "LogisticsPro", "Global Distribution", "Tech Forward Wholesale", "MultiChannel Retail", "Inventory Masters", "Supply Chain Elite"]} speed={40} showCard={true} /> @@ -430,37 +300,20 @@ export default function HomePage() { textboxLayout="default" faqsAnimation="blur-reveal" animationType="smooth" + useInvertedBackground={false} faqs={[ { - id: "faq-1", - title: "How long does it take to implement Mbika?", - content: "Most businesses are operational within 24-48 hours. Our setup process is streamlined, with templates for common configurations. Larger enterprises with complex integrations may take 1-2 weeks with dedicated support.", - }, + id: "faq-1", title: "How long does it take to implement Mbika?", content: "Most businesses are operational within 24-48 hours. Our setup process is streamlined, with templates for common configurations. Larger enterprises with complex integrations may take 1-2 weeks with dedicated support."}, { - id: "faq-2", - title: "Can Mbika integrate with my existing ERP or accounting software?", - content: "Yes! Mbika integrates with 150+ platforms including SAP, NetSuite, QuickBooks, Shopify, WooCommerce, and custom APIs. Our integration team can also build custom connectors for specialized systems.", - }, + id: "faq-2", title: "Can Mbika integrate with my existing ERP or accounting software?", content: "Yes! Mbika integrates with 150+ platforms including SAP, NetSuite, QuickBooks, Shopify, WooCommerce, and custom APIs. Our integration team can also build custom connectors for specialized systems."}, { - id: "faq-3", - title: "Is my data secure with Mbika?", - content: "Absolutely. We use enterprise-grade encryption, comply with GDPR and SOC 2, and maintain 99.9% uptime. All data is encrypted in transit and at rest, with regular security audits.", - }, + id: "faq-3", title: "Is my data secure with Mbika?", content: "Absolutely. We use enterprise-grade encryption, comply with GDPR and SOC 2, and maintain 99.9% uptime. All data is encrypted in transit and at rest, with regular security audits."}, { - id: "faq-4", - title: "What support does Mbika offer?", - content: "We provide email support for all plans, with priority support for Professional and Enterprise tiers. Enterprise customers receive 24/7 dedicated support and a dedicated account manager.", - }, + id: "faq-4", title: "What support does Mbika offer?", content: "We provide email support for all plans, with priority support for Professional and Enterprise tiers. Enterprise customers receive 24/7 dedicated support and a dedicated account manager."}, { - id: "faq-5", - title: "Can I track inventory across multiple locations?", - content: "Yes, unlimited locations. Track inventory across warehouses, stores, fulfillment centers, and supplier locations in real-time with centralized visibility.", - }, + id: "faq-5", title: "Can I track inventory across multiple locations?", content: "Yes, unlimited locations. Track inventory across warehouses, stores, fulfillment centers, and supplier locations in real-time with centralized visibility."}, { - id: "faq-6", - title: "Does Mbika offer a free trial?", - content: "Yes! We offer a 14-day free trial with full access to all features. No credit card required to start. Our onboarding team will guide you through setup.", - }, + id: "faq-6", title: "Does Mbika offer a free trial?", content: "Yes! We offer a 14-day free trial with full access to all features. No credit card required to start. Our onboarding team will guide you through setup."}, ]} /> @@ -470,34 +323,23 @@ export default function HomePage() { title="Start Your Free Trial Today" description="Join hundreds of businesses automating their inventory. Get started in minutes." useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-team-in-modern-office-discu-1773411675088-6a63e9aa.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-team-in-modern-office-discu-1773411675088-6a63e9aa.png" imageAlt="Start your Mbika free trial" mediaAnimation="blur-reveal" mediaPosition="right" inputs={[ { - name: "email", - type: "email", - placeholder: "your@company.com", - required: true, + name: "email", type: "email", placeholder: "your@company.com", required: true, }, { - name: "company", - type: "text", - placeholder: "Company name", - required: true, + name: "company", type: "text", placeholder: "Company name", required: true, }, { - name: "phone", - type: "tel", - placeholder: "+1 (555) 000-0000", - required: false, + name: "phone", type: "tel", placeholder: "+1 (555) 000-0000", required: false, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your inventory challenges...", - rows: 4, + name: "message", placeholder: "Tell us about your inventory challenges...", rows: 4, required: false, }} buttonText="Start Free Trial" From e10bf5b81a9b63ea5529361e30691ac6dcbbb351 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 14:24:27 +0000 Subject: [PATCH 4/4] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 115 +++++++++------------------------------ 1 file changed, 25 insertions(+), 90 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index dede6ea..e945d04 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -18,8 +18,7 @@ const navItems = [ const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "/#features" }, { label: "Pricing", href: "/pricing" }, { label: "API Docs", href: "#" }, @@ -27,8 +26,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -36,8 +34,7 @@ const footerColumns = [ ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Help Center", href: "#" }, { label: "Security", href: "#" }, { label: "Status Page", href: "#" }, @@ -45,8 +42,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Cookie Policy", href: "#" }, @@ -82,61 +78,25 @@ export default function PricingPage() { tagAnimation="slide-up" textboxLayout="default" animationType="slide-up" + useInvertedBackground={false} plans={[ { - id: "plan-starter", - badge: "For Small Teams", - badgeIcon: Sparkles, - price: "$99", - subtitle: "/month, billed annually", - buttons: [{ text: "Start Free Trial", href: "#contact" }], + id: "plan-starter", badge: "For Small Teams", badgeIcon: Sparkles, + price: "$99", subtitle: "/month, billed annually", buttons: [{ text: "Start Free Trial", href: "#contact" }], features: [ - "Up to 5,000 SKUs", - "Single-channel tracking", - "Basic analytics", - "Email support", - "Mobile app access", - "1 user account", - "30-day data retention", - ], + "Up to 5,000 SKUs", "Single-channel tracking", "Basic analytics", "Email support", "Mobile app access", "1 user account", "30-day data retention"], }, { - id: "plan-professional", - badge: "Most Popular", - badgeIcon: Award, - price: "$299", - subtitle: "/month, billed annually", - buttons: [{ text: "Start Free Trial", href: "#contact" }], + id: "plan-professional", badge: "Most Popular", badgeIcon: Award, + price: "$299", subtitle: "/month, billed annually", buttons: [{ text: "Start Free Trial", href: "#contact" }], features: [ - "Up to 50,000 SKUs", - "Multi-channel sync", - "Advanced analytics & forecasting", - "Priority support", - "API access", - "Custom integrations", - "Up to 10 user accounts", - "1-year data retention", - "Barcode scanning", - ], + "Up to 50,000 SKUs", "Multi-channel sync", "Advanced analytics & forecasting", "Priority support", "API access", "Custom integrations", "Up to 10 user accounts", "1-year data retention", "Barcode scanning"], }, { - id: "plan-enterprise", - badge: "For Enterprises", - badgeIcon: Shield, - price: "Custom", - subtitle: "Contact sales for pricing", - buttons: [{ text: "Talk to Sales", href: "#contact" }], + id: "plan-enterprise", badge: "For Enterprises", badgeIcon: Shield, + price: "Custom", subtitle: "Contact sales for pricing", buttons: [{ text: "Talk to Sales", href: "#contact" }], features: [ - "Unlimited SKUs", - "Unlimited channels", - "Predictive analytics", - "24/7 dedicated support", - "White-label options", - "Custom SLAs", - "Unlimited user accounts", - "Unlimited data retention", - "Advanced security features", - ], + "Unlimited SKUs", "Unlimited channels", "Predictive analytics", "24/7 dedicated support", "White-label options", "Custom SLAs", "Unlimited user accounts", "Unlimited data retention", "Advanced security features"], }, ]} /> @@ -152,37 +112,20 @@ export default function PricingPage() { textboxLayout="default" faqsAnimation="blur-reveal" animationType="smooth" + useInvertedBackground={false} faqs={[ { - id: "faq-1", - title: "Can I upgrade or downgrade my plan anytime?", - content: "Yes, absolutely. You can change your plan at any time. If you upgrade mid-month, we'll pro-rate your billing. Downgrades take effect at the start of your next billing cycle.", - }, + id: "faq-1", title: "Can I upgrade or downgrade my plan anytime?", content: "Yes, absolutely. You can change your plan at any time. If you upgrade mid-month, we'll pro-rate your billing. Downgrades take effect at the start of your next billing cycle."}, { - id: "faq-2", - title: "Do you offer discounts for annual billing?", - content: "Yes! All our pricing is shown for annual billing, which gives you approximately 20% savings compared to monthly billing. We also offer volume discounts for enterprise customers.", - }, + id: "faq-2", title: "Do you offer discounts for annual billing?", content: "Yes! All our pricing is shown for annual billing, which gives you approximately 20% savings compared to monthly billing. We also offer volume discounts for enterprise customers."}, { - id: "faq-3", - title: "What's included in the free trial?", - content: "Your 14-day free trial includes full access to all features of your selected plan, no credit card required to start, and our onboarding team will help you get set up.", - }, + id: "faq-3", title: "What's included in the free trial?", content: "Your 14-day free trial includes full access to all features of your selected plan, no credit card required to start, and our onboarding team will help you get set up."}, { - id: "faq-4", - title: "Is there a setup fee or hidden charges?", - content: "No hidden fees. You only pay the monthly subscription amount. There's no setup fee, and you can cancel anytime. Some enterprise customers may have one-time implementation fees, which we'll discuss upfront.", - }, + id: "faq-4", title: "Is there a setup fee or hidden charges?", content: "No hidden fees. You only pay the monthly subscription amount. There's no setup fee, and you can cancel anytime. Some enterprise customers may have one-time implementation fees, which we'll discuss upfront."}, { - id: "faq-5", - title: "Can I customize the plan features?", - content: "The Starter and Professional plans come with fixed features. Enterprise customers can customize features based on their needs. Contact our sales team to discuss custom configurations.", - }, + id: "faq-5", title: "Can I customize the plan features?", content: "The Starter and Professional plans come with fixed features. Enterprise customers can customize features based on their needs. Contact our sales team to discuss custom configurations."}, { - id: "faq-6", - title: "What payment methods do you accept?", - content: "We accept all major credit cards (Visa, Mastercard, American Express), bank transfers, and purchase orders for enterprise customers.", - }, + id: "faq-6", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, Mastercard, American Express), bank transfers, and purchase orders for enterprise customers."}, ]} /> @@ -192,28 +135,20 @@ export default function PricingPage() { title="Find Your Perfect Plan" description="Need help choosing? Our team can guide you through the right plan for your business." useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-team-in-modern-office-discu-1773411675088-6a63e9aa.png?_wi=3" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3At4VHuaAYFBR9zhtWLUrv32YWZ/professional-team-in-modern-office-discu-1773411675088-6a63e9aa.png" imageAlt="Connect with our pricing team" mediaAnimation="blur-reveal" mediaPosition="right" inputs={[ { - name: "email", - type: "email", - placeholder: "your@company.com", - required: true, + name: "email", type: "email", placeholder: "your@company.com", required: true, }, { - name: "company", - type: "text", - placeholder: "Company name", - required: true, + name: "company", type: "text", placeholder: "Company name", required: true, }, ]} textarea={{ - name: "message", - placeholder: "Tell us about your inventory volume and requirements...", - rows: 4, + name: "message", placeholder: "Tell us about your inventory volume and requirements...", rows: 4, required: false, }} buttonText="Get Plan Recommendation"