716 lines
27 KiB
TypeScript
716 lines
27 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
|
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
|
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
|
|
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
|
import MetricCardTen from '@/components/sections/metrics/MetricCardTen';
|
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
import { ShieldCheck, Sparkles, CheckCircle, CreditCard, TrendingUp, DollarSign, Star, HelpCircle } from 'lucide-react';
|
|
import Link from 'next/link';
|
|
|
|
export default function HomePage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="bounce-effect"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="soft"
|
|
contentWidth="mediumLarge"
|
|
sizing="largeSmallSizeMediumTitles"
|
|
background="grid"
|
|
cardStyle="solid"
|
|
primaryButtonStyle="diagonal-gradient"
|
|
secondaryButtonStyle="radial-glow"
|
|
headingFontWeight="light"
|
|
>
|
|
{/* Navbar */}
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingInline
|
|
brandName="MyStore Rwanda"
|
|
navItems={[
|
|
{ name: "Home", id: "/" },
|
|
{ name: "Explore", id: "#products" },
|
|
{ name: "For Sellers", id: "#sellers" },
|
|
{ name: "Wholesale", id: "#wholesale" }
|
|
]}
|
|
button={{
|
|
text: "Start Selling",
|
|
href: "/seller-register"
|
|
}}
|
|
animateOnLoad={true}
|
|
/>
|
|
</div>
|
|
|
|
{/* Hero Section */}
|
|
<div id="hero" data-section="hero">
|
|
<HeroBillboardRotatedCarousel
|
|
title="Rwanda's #1 Marketplace for B2B & B2C"
|
|
description="Buy and sell anything from trusted sellers. Connect with verified suppliers, access wholesale pricing, and export Rwandan products globally. Secure escrow, multiple payment methods, and 24/7 support."
|
|
tag="Trusted by 50,000+ Rwandans"
|
|
tagIcon={ShieldCheck}
|
|
tagAnimation="slide-up"
|
|
buttons={[
|
|
{
|
|
text: "Start Shopping",
|
|
href: "/products"
|
|
},
|
|
{
|
|
text: "Become a Seller",
|
|
href: "/seller-register"
|
|
}
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
carouselItems={[
|
|
{
|
|
id: "carousel-1",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-shoes-shop_1303-19724.jpg?_wi=1",
|
|
imageAlt: "Premium Fashion Products"
|
|
},
|
|
{
|
|
id: "carousel-2",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/laptop-phone-marble-table_53876-71230.jpg",
|
|
imageAlt: "Electronics & Gadgets"
|
|
},
|
|
{
|
|
id: "carousel-3",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5969.jpg?_wi=1",
|
|
imageAlt: "Home & Garden Items"
|
|
},
|
|
{
|
|
id: "carousel-4",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/composition-different-delicious-ingredients_23-2149028608.jpg?_wi=1",
|
|
imageAlt: "Agricultural Products"
|
|
},
|
|
{
|
|
id: "carousel-5",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/small-pieces-modern-carpers-wooden-box_114579-11463.jpg?_wi=1",
|
|
imageAlt: "Crafts & Handmade"
|
|
},
|
|
{
|
|
id: "carousel-6",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/stationery-near-glasses-laptop_23-2147710353.jpg",
|
|
imageAlt: "Business Supplies"
|
|
}
|
|
]}
|
|
autoPlay={true}
|
|
autoPlayInterval={4000}
|
|
background={{
|
|
variant: "grid"
|
|
}}
|
|
/>
|
|
</div>
|
|
|
|
{/* Featured Products Section */}
|
|
<div id="products" data-section="products">
|
|
<ProductCardTwo
|
|
title="Featured Products"
|
|
description="Browse our collection of verified products from trusted sellers. All items are protected by MyStore Rwanda's Buyer Protection Program."
|
|
tag="Most Popular"
|
|
tagIcon={Sparkles}
|
|
tagAnimation="slide-up"
|
|
buttons={[
|
|
{
|
|
text: "View All Products",
|
|
href: "/products"
|
|
}
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
products={[
|
|
{
|
|
id: "1",
|
|
brand: "TechHub RW",
|
|
name: "Smartphone Pro Max",
|
|
price: "650,000 RWF",
|
|
rating: 5,
|
|
reviewCount: "1.2k",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-desk-composition-with-technological-device_23-2147915788.jpg?_wi=1",
|
|
imageAlt: "Smartphone Pro Max"
|
|
},
|
|
{
|
|
id: "2",
|
|
brand: "FashionHub",
|
|
name: "Premium Leather Handbag",
|
|
price: "125,000 RWF",
|
|
rating: 4,
|
|
reviewCount: "892",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/bag-hanging-from-furniture-item-indoors_23-2151073508.jpg?_wi=1",
|
|
imageAlt: "Premium Leather Handbag"
|
|
},
|
|
{
|
|
id: "3",
|
|
brand: "ElectroHub",
|
|
name: "Wireless Earbuds Pro",
|
|
price: "85,000 RWF",
|
|
rating: 5,
|
|
reviewCount: "2.3k",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/managing-smart-speakers-concept_23-2150170102.jpg?_wi=1",
|
|
imageAlt: "Wireless Earbuds Pro"
|
|
},
|
|
{
|
|
id: "4",
|
|
brand: "HomeDecor+",
|
|
name: "Smart LED Light System",
|
|
price: "95,000 RWF",
|
|
rating: 4,
|
|
reviewCount: "456",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/abstract-bokeh-background-with-colorful-lights_23-2147815231.jpg?_wi=1",
|
|
imageAlt: "Smart LED Light System"
|
|
},
|
|
{
|
|
id: "5",
|
|
brand: "RwandaCrafts",
|
|
name: "Handmade Woven Basket",
|
|
price: "35,000 RWF",
|
|
rating: 5,
|
|
reviewCount: "678",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/side-view-trivet-hot-dishes-with-flour-jam-lemon-kumquats-croissant-pancakes-cookies-black-background_141793-130418.jpg?_wi=1",
|
|
imageAlt: "Handmade Woven Basket"
|
|
},
|
|
{
|
|
id: "6",
|
|
brand: "BusinessPro",
|
|
name: "Professional Laptop Stand",
|
|
price: "48,000 RWF",
|
|
rating: 4,
|
|
reviewCount: "234",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/working-from-home-ergonomic-workstation_23-2149132317.jpg?_wi=1",
|
|
imageAlt: "Professional Laptop Stand"
|
|
}
|
|
]}
|
|
gridVariant="three-columns-all-equal-width"
|
|
animationType="slide-up"
|
|
carouselMode="buttons"
|
|
/>
|
|
</div>
|
|
|
|
{/* Why Choose MyStore Rwanda Section */}
|
|
<div id="features" data-section="features">
|
|
<FeatureCardMedia
|
|
title="Why Choose MyStore Rwanda"
|
|
description="Trusted by thousands of buyers and sellers. Experience the safest marketplace with verified sellers, secure payments, and buyer protection."
|
|
tag="Platform Features"
|
|
tagIcon={CheckCircle}
|
|
tagAnimation="slide-up"
|
|
buttons={[
|
|
{
|
|
text: "Learn More",
|
|
href: "#"
|
|
}
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
features={[
|
|
{
|
|
id: "feature-1",
|
|
title: "Secure Escrow Payment",
|
|
description: "Your payment is held safely until you confirm receipt. Get 1% escrow protection fee on all transactions.",
|
|
tag: "Safety First",
|
|
imageSrc: "http://img.b2bpic.net/free-vector/cyber-protection-digital-security_23-2148551505.jpg?_wi=1",
|
|
imageAlt: "secure payment protection safety",
|
|
buttons: [
|
|
{
|
|
text: "How It Works",
|
|
href: "#"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: "feature-2",
|
|
title: "Verified Sellers",
|
|
description: "All sellers are verified with national ID and business registration. Trust badges and ratings from real buyers.",
|
|
tag: "Verified Trust",
|
|
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-gratis-stamp-collection_23-2149933886.jpg?_wi=1",
|
|
imageAlt: "verified checkmark certified badge",
|
|
buttons: [
|
|
{
|
|
text: "Browse Sellers",
|
|
href: "#"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: "feature-3",
|
|
title: "Local & International Delivery",
|
|
description: "Fast delivery across Rwanda with our partner network. Export products globally with Made in Rwanda certification.",
|
|
tag: "Fast Shipping",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/delivery-girl-with-tablet-car_23-2147767768.jpg?_wi=1",
|
|
imageAlt: "fast delivery truck logistics",
|
|
buttons: [
|
|
{
|
|
text: "View Partners",
|
|
href: "#"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: "feature-4",
|
|
title: "Multiple Payment Methods",
|
|
description: "Pay with MTN MoMo, Airtel Money, Bank Transfer, or Cash on Delivery. All in RWF, all secure.",
|
|
tag: "Easy Payment",
|
|
imageSrc: "http://img.b2bpic.net/free-vector/payment-methods-isometric-flowchart_98292-7117.jpg?_wi=1",
|
|
imageAlt: "mobile money payment wallet",
|
|
buttons: [
|
|
{
|
|
text: "Payment Guide",
|
|
href: "#"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: "feature-5",
|
|
title: "AI-Powered Search",
|
|
description: "Smart search recommendations and visual search. Find exactly what you need in seconds with AI assistance.",
|
|
tag: "AI Assistant",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-computer-scientists-data-center-office-using-ai-automation-tools_482257-123321.jpg?_wi=1",
|
|
imageAlt: "artificial intelligence technology smart",
|
|
buttons: [
|
|
{
|
|
text: "Try AI Search",
|
|
href: "#"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: "feature-6",
|
|
title: "Wholesale B2B Platform",
|
|
description: "Bulk pricing for businesses. Minimum order quantities, tiered discounts, and RFQ forms for wholesale buyers.",
|
|
tag: "B2B Business",
|
|
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-discussing-laptop_107420-65753.jpg?_wi=1",
|
|
imageAlt: "bulk warehouse business inventory",
|
|
buttons: [
|
|
{
|
|
text: "Go Wholesale",
|
|
href: "/wholesale"
|
|
}
|
|
]
|
|
}
|
|
]}
|
|
animationType="slide-up"
|
|
carouselMode="buttons"
|
|
/>
|
|
</div>
|
|
|
|
{/* Seller Subscription Plans Section */}
|
|
<div id="pricing" data-section="pricing">
|
|
<PricingCardFive
|
|
title="Seller Subscription Plans"
|
|
description="Choose the perfect plan for your business. Upgrade anytime to unlock more features and boost your sales."
|
|
tag="Pricing"
|
|
tagIcon={CreditCard}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
plans={[
|
|
{
|
|
id: "free",
|
|
tag: "Starter Plan",
|
|
price: "Free",
|
|
period: "Forever",
|
|
description: "Perfect for testing the platform and small businesses",
|
|
button: {
|
|
text: "Get Started",
|
|
href: "/seller-register"
|
|
},
|
|
featuresTitle: "What You Get:",
|
|
features: [
|
|
"Upload max 10 products",
|
|
"Basic seller analytics",
|
|
"Standard support",
|
|
"Standard product ranking",
|
|
"No ads access"
|
|
]
|
|
},
|
|
{
|
|
id: "pro",
|
|
tag: "Pro Plan",
|
|
price: "15,000",
|
|
period: "/month",
|
|
description: "For growing businesses wanting more visibility",
|
|
button: {
|
|
text: "Upgrade to Pro",
|
|
href: "#"
|
|
},
|
|
featuresTitle: "Everything in Starter, plus:",
|
|
features: [
|
|
"Upload max 100 products",
|
|
"Advanced analytics dashboard",
|
|
"Priority support",
|
|
"Featured in search results",
|
|
"Seller advertising tools",
|
|
"Storefront customization",
|
|
"Export marketplace access"
|
|
]
|
|
},
|
|
{
|
|
id: "enterprise",
|
|
tag: "Enterprise Plan",
|
|
price: "50,000",
|
|
period: "/month",
|
|
description: "For large-scale operations and enterprises",
|
|
button: {
|
|
text: "Contact Sales",
|
|
href: "#"
|
|
},
|
|
featuresTitle: "Everything in Pro, plus:",
|
|
features: [
|
|
"Unlimited products",
|
|
"AI demand forecasting",
|
|
"Competitor price monitoring",
|
|
"Dedicated account manager",
|
|
"Custom storefront domain",
|
|
"Homepage featured slot",
|
|
"Advanced seller tools",
|
|
"Priority ranking in all categories"
|
|
]
|
|
}
|
|
]}
|
|
animationType="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
{/* Platform Stats Section */}
|
|
<div id="metrics" data-section="metrics">
|
|
<MetricCardTen
|
|
title="MyStore Rwanda Platform Stats"
|
|
description="Join thousands of verified buyers and sellers already using MyStore Rwanda for secure, seamless transactions."
|
|
tag="Platform Growth"
|
|
tagIcon={TrendingUp}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
metrics={[
|
|
{
|
|
id: "stat-1",
|
|
title: "50,000+",
|
|
subtitle: "Active Users",
|
|
category: "Community",
|
|
value: "Growing Daily",
|
|
buttons: [
|
|
{
|
|
text: "Join Now",
|
|
href: "/user-register"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: "stat-2",
|
|
title: "12,000+",
|
|
subtitle: "Verified Sellers",
|
|
category: "Merchants",
|
|
value: "Trusted Partners",
|
|
buttons: [
|
|
{
|
|
text: "Browse Stores",
|
|
href: "/products"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: "stat-3",
|
|
title: "500,000+",
|
|
subtitle: "Products Available",
|
|
category: "Catalog",
|
|
value: "Wide Selection",
|
|
buttons: [
|
|
{
|
|
text: "Start Shopping",
|
|
href: "/products"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: "stat-4",
|
|
title: "98.5%",
|
|
subtitle: "Buyer Satisfaction",
|
|
category: "Quality",
|
|
value: "Verified Reviews",
|
|
buttons: [
|
|
{
|
|
text: "Read Reviews",
|
|
href: "#"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: "stat-5",
|
|
title: "24/7",
|
|
subtitle: "Customer Support",
|
|
category: "Service",
|
|
value: "Always Available",
|
|
buttons: [
|
|
{
|
|
text: "Contact Us",
|
|
href: "#"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
id: "stat-6",
|
|
title: "100%",
|
|
subtitle: "Secure Transactions",
|
|
category: "Security",
|
|
value: "Escrow Protected",
|
|
buttons: [
|
|
{
|
|
text: "Learn More",
|
|
href: "#"
|
|
}
|
|
]
|
|
}
|
|
]}
|
|
animationType="slide-up"
|
|
carouselMode="buttons"
|
|
/>
|
|
</div>
|
|
|
|
{/* Testimonials Section */}
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardThirteen
|
|
title="What Our Community Says"
|
|
description="Join thousands of satisfied buyers and sellers who trust MyStore Rwanda for their daily transactions."
|
|
tag="Real Reviews"
|
|
tagIcon={Star}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
showRating={true}
|
|
testimonials={[
|
|
{
|
|
id: "testimonial-1",
|
|
name: "Jean Mugisha",
|
|
handle: "@jmugisha_kigali",
|
|
testimonial: "MyStore Rwanda helped me launch my online business. The seller verification process was thorough, and I've made 500+ sales. The platform's commission rates are fair!",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg?_wi=1",
|
|
imageAlt: "Jean Mugisha"
|
|
},
|
|
{
|
|
id: "testimonial-2",
|
|
name: "Yvonne Umwali",
|
|
handle: "@yvonne_fashion",
|
|
testimonial: "As a buyer, I love the escrow protection. I've purchased from 20+ sellers without any issues. The fast delivery network is impressive!",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/adorable-serious-dark-skinned-female-with-confident-expression-wears-glasses-works-scientific-report-poses-indoor_273609-3238.jpg?_wi=1",
|
|
imageAlt: "Yvonne Umwali"
|
|
},
|
|
{
|
|
id: "testimonial-3",
|
|
name: "David Habimana",
|
|
handle: "@habimana_tech",
|
|
testimonial: "The AI search feature saved me hours finding suppliers. The wholesale platform is a game-changer for my business. Highly recommend!",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2551.jpg",
|
|
imageAlt: "David Habimana"
|
|
},
|
|
{
|
|
id: "testimonial-4",
|
|
name: "Grace Karangwa",
|
|
handle: "@grace_crafts_rw",
|
|
testimonial: "I sell handmade crafts on MyStore Rwanda. The platform's reach helped me reach customers beyond Kigali. Made in Rwanda badge brings pride!",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/smiley-artist-doing-pottery_23-2148944914.jpg",
|
|
imageAlt: "Grace Karangwa"
|
|
},
|
|
{
|
|
id: "testimonial-5",
|
|
name: "Patrick Ntibihezo",
|
|
handle: "@ntibihezo_business",
|
|
testimonial: "Using wholesale features for my B2B business. MOQ flexibility and RFQ system saved me money. Customer service is responsive 24/7.",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1082.jpg",
|
|
imageAlt: "Patrick Ntibihezo"
|
|
},
|
|
{
|
|
id: "testimonial-6",
|
|
name: "Aisha Rugira",
|
|
handle: "@aisha_export",
|
|
testimonial: "Exporting my products internationally through MyStore Rwanda. Made in Rwanda certification opens doors. Very impressed with the platform!",
|
|
rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg?_wi=1",
|
|
imageAlt: "Aisha Rugira"
|
|
}
|
|
]}
|
|
animationType="slide-up"
|
|
carouselMode="buttons"
|
|
/>
|
|
</div>
|
|
|
|
{/* FAQ Section */}
|
|
<div id="faq" data-section="faq">
|
|
<FaqSplitMedia
|
|
title="Frequently Asked Questions"
|
|
description="Get answers to common questions about buying, selling, and using MyStore Rwanda."
|
|
tag="Need Help?"
|
|
tagIcon={HelpCircle}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg?_wi=1"
|
|
imageAlt="Customer Support Team"
|
|
mediaPosition="left"
|
|
faqs={[
|
|
{
|
|
id: "faq-1",
|
|
title: "How do I create a buyer account?",
|
|
content: "Visit MyStore Rwanda and click 'Sign Up'. Enter your email, create a password, and verify your phone number via SMS. Add your delivery address and you're ready to shop! You can also toggle between B2C and B2B account modes."
|
|
},
|
|
{
|
|
id: "faq-2",
|
|
title: "What payment methods are accepted?",
|
|
content: "We accept MTN MoMo, Airtel Money, Bank Transfer (BOK, Equity, BPR, Ecobank, etc.), and Cash on Delivery in selected districts. All transactions are in RWF. Your payment is held in secure escrow until you confirm receipt."
|
|
},
|
|
{
|
|
id: "faq-3",
|
|
title: "How does escrow protection work?",
|
|
content: "When you buy something, your payment goes into escrow (held by MyStore Rwanda, not the seller). Once you receive the product and click 'Confirm Receipt', payment is released to the seller. If there's a dispute, we handle it fairly. You only pay 1% escrow fee."
|
|
},
|
|
{
|
|
id: "faq-4",
|
|
title: "How do I become a verified seller?",
|
|
content: "Complete our multi-step seller registration: Personal info → Upload National ID (front, back, selfie) → Store info and TIN → Payment details. Our admin team reviews your documents within 24 hours. Once approved, you're live and can start selling!"
|
|
},
|
|
{
|
|
id: "faq-5",
|
|
title: "What is the marketplace commission?",
|
|
content: "We charge 5% commission on confirmed orders (configurable by category). This covers platform operations, escrow management, 24/7 support, and continuous improvements. Pro and Enterprise sellers get discounted rates."
|
|
},
|
|
{
|
|
id: "faq-6",
|
|
title: "Can I use the wholesale platform?",
|
|
content: "Yes! Toggle to 'Business Buyer' mode to access wholesale. You'll see MOQs, bulk pricing, RFQ forms, and supplier verification badges. Wholesale prices are typically 20-40% cheaper than retail. Need TIN verification for B2B accounts."
|
|
},
|
|
{
|
|
id: "faq-7",
|
|
title: "How does the Made in Rwanda export program work?",
|
|
content: "Rwandan sellers can list products for export on our Export Marketplace (visible to international buyers). You must be on Enterprise plan. Products get 'Made in Rwanda' certification. We charge 2% export transaction fee. Target countries: East Africa, Europe, North America."
|
|
},
|
|
{
|
|
id: "faq-8",
|
|
title: "What is the delivery network like?",
|
|
content: "We partner with moto riders and courier companies across Rwanda's provinces. Delivery costs are calculated by distance and partner margins are split with the platform. Track your order in real-time. Delivery typically takes 1-3 days within Kigali, 2-5 days nationwide."
|
|
}
|
|
]}
|
|
mediaAnimation="slide-up"
|
|
faqsAnimation="slide-up"
|
|
animationType="smooth"
|
|
/>
|
|
</div>
|
|
|
|
{/* Footer */}
|
|
<div id="footer" data-section="footer">
|
|
<FooterLogoEmphasis
|
|
logoText="MyStore Rwanda"
|
|
columns={[
|
|
{
|
|
items: [
|
|
{
|
|
label: "Home",
|
|
href: "/"
|
|
},
|
|
{
|
|
label: "Products",
|
|
href: "/products"
|
|
},
|
|
{
|
|
label: "Wholesale",
|
|
href: "/wholesale"
|
|
},
|
|
{
|
|
label: "Export",
|
|
href: "/export"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
items: [
|
|
{
|
|
label: "For Buyers",
|
|
href: "#"
|
|
},
|
|
{
|
|
label: "How to Buy",
|
|
href: "#"
|
|
},
|
|
{
|
|
label: "Escrow Protection",
|
|
href: "#"
|
|
},
|
|
{
|
|
label: "Delivery Info",
|
|
href: "#"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
items: [
|
|
{
|
|
label: "For Sellers",
|
|
href: "/seller-register"
|
|
},
|
|
{
|
|
label: "Become a Seller",
|
|
href: "/seller-register"
|
|
},
|
|
{
|
|
label: "Seller Dashboard",
|
|
href: "/seller-dashboard"
|
|
},
|
|
{
|
|
label: "Pricing Plans",
|
|
href: "#pricing"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
items: [
|
|
{
|
|
label: "Company",
|
|
href: "#"
|
|
},
|
|
{
|
|
label: "About Us",
|
|
href: "#"
|
|
},
|
|
{
|
|
label: "Contact",
|
|
href: "#"
|
|
},
|
|
{
|
|
label: "Blog",
|
|
href: "#"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
items: [
|
|
{
|
|
label: "Legal",
|
|
href: "#"
|
|
},
|
|
{
|
|
label: "Terms of Service",
|
|
href: "#"
|
|
},
|
|
{
|
|
label: "Privacy Policy",
|
|
href: "#"
|
|
},
|
|
{
|
|
label: "Dispute Resolution",
|
|
href: "#"
|
|
}
|
|
]
|
|
}
|
|
]}
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
} |