Merge version_1 into main #2
439
src/app/page.tsx
439
src/app/page.tsx
@@ -21,7 +21,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -38,8 +38,7 @@ export default function HomePage() {
|
||||
{ name: "Wholesale", id: "#wholesale" }
|
||||
]}
|
||||
button={{
|
||||
text: "Start Selling",
|
||||
href: "/seller-register"
|
||||
text: "Start Selling", href: "/seller-register"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
@@ -55,51 +54,37 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Shopping",
|
||||
href: "/products"
|
||||
text: "Start Shopping", href: "/products"
|
||||
},
|
||||
{
|
||||
text: "Become a Seller",
|
||||
href: "/seller-register"
|
||||
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-1", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-shoes-shop_1303-19724.jpg", 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-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-3", imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5969.jpg", 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-4", imageSrc: "http://img.b2bpic.net/free-photo/composition-different-delicious-ingredients_23-2149028608.jpg", 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-5", imageSrc: "http://img.b2bpic.net/free-photo/small-pieces-modern-carpers-wooden-box_114579-11463.jpg", imageAlt: "Crafts & Handmade"
|
||||
},
|
||||
{
|
||||
id: "carousel-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stationery-near-glasses-laptop_23-2147710353.jpg",
|
||||
imageAlt: "Business Supplies"
|
||||
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"
|
||||
variant: "animated-grid"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,8 +99,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Products",
|
||||
href: "/products"
|
||||
text: "View All Products", href: "/products"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -123,64 +107,28 @@ export default function HomePage() {
|
||||
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: "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", 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: "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", 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: "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", 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: "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", 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: "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", 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"
|
||||
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", imageAlt: "Professional Laptop Stand"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -199,8 +147,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#"
|
||||
text: "Learn More", href: "#"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -208,86 +155,44 @@ export default function HomePage() {
|
||||
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: [
|
||||
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", imageAlt: "secure payment protection safety", buttons: [
|
||||
{
|
||||
text: "How It Works",
|
||||
href: "#"
|
||||
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: [
|
||||
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", imageAlt: "verified checkmark certified badge", buttons: [
|
||||
{
|
||||
text: "Browse Sellers",
|
||||
href: "#"
|
||||
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: [
|
||||
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", imageAlt: "fast delivery truck logistics", buttons: [
|
||||
{
|
||||
text: "View Partners",
|
||||
href: "#"
|
||||
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: [
|
||||
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", imageAlt: "mobile money payment wallet", buttons: [
|
||||
{
|
||||
text: "Payment Guide",
|
||||
href: "#"
|
||||
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: [
|
||||
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", imageAlt: "artificial intelligence technology smart", buttons: [
|
||||
{
|
||||
text: "Try AI Search",
|
||||
href: "#"
|
||||
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: [
|
||||
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", imageAlt: "bulk warehouse business inventory", buttons: [
|
||||
{
|
||||
text: "Go Wholesale",
|
||||
href: "/wholesale"
|
||||
text: "Go Wholesale", href: "/wholesale"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -309,65 +214,27 @@ export default function HomePage() {
|
||||
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"
|
||||
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"
|
||||
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: "#"
|
||||
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"
|
||||
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: "#"
|
||||
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"
|
||||
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"
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -387,80 +254,44 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "stat-1",
|
||||
title: "50,000+",
|
||||
subtitle: "Active Users",
|
||||
category: "Community",
|
||||
value: "Growing Daily",
|
||||
buttons: [
|
||||
id: "stat-1", title: "50,000+", subtitle: "Active Users", category: "Community", value: "Growing Daily", buttons: [
|
||||
{
|
||||
text: "Join Now",
|
||||
href: "/user-register"
|
||||
text: "Join Now", href: "/user-register"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "stat-2",
|
||||
title: "12,000+",
|
||||
subtitle: "Verified Sellers",
|
||||
category: "Merchants",
|
||||
value: "Trusted Partners",
|
||||
buttons: [
|
||||
id: "stat-2", title: "12,000+", subtitle: "Verified Sellers", category: "Merchants", value: "Trusted Partners", buttons: [
|
||||
{
|
||||
text: "Browse Stores",
|
||||
href: "/products"
|
||||
text: "Browse Stores", href: "/products"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "stat-3",
|
||||
title: "500,000+",
|
||||
subtitle: "Products Available",
|
||||
category: "Catalog",
|
||||
value: "Wide Selection",
|
||||
buttons: [
|
||||
id: "stat-3", title: "500,000+", subtitle: "Products Available", category: "Catalog", value: "Wide Selection", buttons: [
|
||||
{
|
||||
text: "Start Shopping",
|
||||
href: "/products"
|
||||
text: "Start Shopping", href: "/products"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "stat-4",
|
||||
title: "98.5%",
|
||||
subtitle: "Buyer Satisfaction",
|
||||
category: "Quality",
|
||||
value: "Verified Reviews",
|
||||
buttons: [
|
||||
id: "stat-4", title: "98.5%", subtitle: "Buyer Satisfaction", category: "Quality", value: "Verified Reviews", buttons: [
|
||||
{
|
||||
text: "Read Reviews",
|
||||
href: "#"
|
||||
text: "Read Reviews", href: "#"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "stat-5",
|
||||
title: "24/7",
|
||||
subtitle: "Customer Support",
|
||||
category: "Service",
|
||||
value: "Always Available",
|
||||
buttons: [
|
||||
id: "stat-5", title: "24/7", subtitle: "Customer Support", category: "Service", value: "Always Available", buttons: [
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#"
|
||||
text: "Contact Us", href: "#"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "stat-6",
|
||||
title: "100%",
|
||||
subtitle: "Secure Transactions",
|
||||
category: "Security",
|
||||
value: "Escrow Protected",
|
||||
buttons: [
|
||||
id: "stat-6", title: "100%", subtitle: "Secure Transactions", category: "Security", value: "Escrow Protected", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#"
|
||||
text: "Learn More", href: "#"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -483,58 +314,28 @@ export default function HomePage() {
|
||||
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-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", 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-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", 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-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-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-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"
|
||||
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", imageAlt: "Aisha Rugira"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -552,49 +353,33 @@ export default function HomePage() {
|
||||
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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg"
|
||||
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-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-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-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-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-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-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-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."
|
||||
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"
|
||||
@@ -611,100 +396,80 @@ export default function HomePage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/"
|
||||
label: "Home", href: "/"
|
||||
},
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products"
|
||||
label: "Products", href: "/products"
|
||||
},
|
||||
{
|
||||
label: "Wholesale",
|
||||
href: "/wholesale"
|
||||
label: "Wholesale", href: "/wholesale"
|
||||
},
|
||||
{
|
||||
label: "Export",
|
||||
href: "/export"
|
||||
label: "Export", href: "/export"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "For Buyers",
|
||||
href: "#"
|
||||
label: "For Buyers", href: "#"
|
||||
},
|
||||
{
|
||||
label: "How to Buy",
|
||||
href: "#"
|
||||
label: "How to Buy", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Escrow Protection",
|
||||
href: "#"
|
||||
label: "Escrow Protection", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Delivery Info",
|
||||
href: "#"
|
||||
label: "Delivery Info", href: "#"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "For Sellers",
|
||||
href: "/seller-register"
|
||||
label: "For Sellers", href: "/seller-register"
|
||||
},
|
||||
{
|
||||
label: "Become a Seller",
|
||||
href: "/seller-register"
|
||||
label: "Become a Seller", href: "/seller-register"
|
||||
},
|
||||
{
|
||||
label: "Seller Dashboard",
|
||||
href: "/seller-dashboard"
|
||||
label: "Seller Dashboard", href: "/seller-dashboard"
|
||||
},
|
||||
{
|
||||
label: "Pricing Plans",
|
||||
href: "#pricing"
|
||||
label: "Pricing Plans", href: "#pricing"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Company",
|
||||
href: "#"
|
||||
label: "Company", href: "#"
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#"
|
||||
label: "About Us", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#"
|
||||
label: "Contact", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#"
|
||||
label: "Blog", href: "#"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Legal",
|
||||
href: "#"
|
||||
label: "Legal", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#"
|
||||
label: "Terms of Service", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#"
|
||||
label: "Privacy Policy", href: "#"
|
||||
},
|
||||
{
|
||||
label: "Dispute Resolution",
|
||||
href: "#"
|
||||
label: "Dispute Resolution", href: "#"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -16,7 +16,7 @@ export default function SellerRegisterPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -32,9 +32,7 @@ export default function SellerRegisterPage() {
|
||||
{ name: "Wholesale", id: "#wholesale" },
|
||||
]}
|
||||
button={{
|
||||
text: "Start Selling",
|
||||
href: "/seller-register",
|
||||
}}
|
||||
text: "Start Selling", href: "/seller-register"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -48,52 +46,29 @@ export default function SellerRegisterPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Register Now",
|
||||
href: "#register",
|
||||
},
|
||||
text: "Register Now", href: "#register"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Learn More", href: "#features"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-people-working-with-diagrams_23-2147717283.jpg?_wi=1",
|
||||
imageAlt: "Seller Analytics Dashboard",
|
||||
},
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/crop-people-working-with-diagrams_23-2147717283.jpg", imageAlt: "Seller Analytics Dashboard"},
|
||||
{
|
||||
id: "carousel-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-discussing-laptop_107420-65753.jpg?_wi=2",
|
||||
imageAlt: "Business Growth Tools",
|
||||
},
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/business-executives-discussing-laptop_107420-65753.jpg", imageAlt: "Business Growth Tools"},
|
||||
{
|
||||
id: "carousel-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-using-digital-tablet-scanning-bar-code-package-label-while-preparing-shipment-with-his-coworker_637285-2261.jpg?_wi=1",
|
||||
imageAlt: "Seller Dashboard Interface",
|
||||
},
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-using-digital-tablet-scanning-bar-code-package-label-while-preparing-shipment-with-his-coworker_637285-2261.jpg", imageAlt: "Seller Dashboard Interface"},
|
||||
{
|
||||
id: "carousel-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/payment-methods-isometric-flowchart_98292-7117.jpg?_wi=2",
|
||||
imageAlt: "Payment Processing",
|
||||
},
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-vector/payment-methods-isometric-flowchart_98292-7117.jpg", imageAlt: "Payment Processing"},
|
||||
{
|
||||
id: "carousel-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-way-pay-bills_329181-13938.jpg?_wi=1",
|
||||
imageAlt: "Secure Transactions",
|
||||
},
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/comfortable-way-pay-bills_329181-13938.jpg", imageAlt: "Secure Transactions"},
|
||||
{
|
||||
id: "carousel-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessmen-shaking-hands-meeting_1423-79.jpg?_wi=1",
|
||||
imageAlt: "Seller Community",
|
||||
},
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-shaking-hands-meeting_1423-79.jpg", imageAlt: "Seller Community"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
background={{
|
||||
variant: "grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -106,96 +81,46 @@ export default function SellerRegisterPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started Free",
|
||||
href: "#register",
|
||||
},
|
||||
text: "Get Started Free", href: "#register"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "seller-1",
|
||||
title: "Zero Setup Costs",
|
||||
description: "No registration fee, no monthly platform fee. Only pay 5% commission when you make a sale. Completely transparent pricing.",
|
||||
tag: "Free Forever",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/several-price-table-banners_23-2147610141.jpg?_wi=1",
|
||||
imageAlt: "Zero Setup Costs",
|
||||
buttons: [
|
||||
id: "seller-1", title: "Zero Setup Costs", description: "No registration fee, no monthly platform fee. Only pay 5% commission when you make a sale. Completely transparent pricing.", tag: "Free Forever", imageSrc: "http://img.b2bpic.net/free-vector/several-price-table-banners_23-2147610141.jpg", imageAlt: "Zero Setup Costs", buttons: [
|
||||
{
|
||||
text: "View Pricing",
|
||||
href: "/",
|
||||
},
|
||||
text: "View Pricing", href: "/"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "seller-2",
|
||||
title: "Reach 50,000+ Buyers",
|
||||
description: "Your products instantly accessible to thousands of verified buyers across Rwanda. No need to build your own audience.",
|
||||
tag: "Instant Audience",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-computer-scientists-data-center-office-using-ai-automation-tools_482257-123321.jpg?_wi=2",
|
||||
imageAlt: "Reach Buyers",
|
||||
buttons: [
|
||||
id: "seller-2", title: "Reach 50,000+ Buyers", description: "Your products instantly accessible to thousands of verified buyers across Rwanda. No need to build your own audience.", tag: "Instant Audience", imageSrc: "http://img.b2bpic.net/free-photo/close-up-computer-scientists-data-center-office-using-ai-automation-tools_482257-123321.jpg", imageAlt: "Reach Buyers", buttons: [
|
||||
{
|
||||
text: "Browse Platform",
|
||||
href: "/",
|
||||
},
|
||||
text: "Browse Platform", href: "/"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "seller-3",
|
||||
title: "Advanced Analytics",
|
||||
description: "Real-time sales tracking, buyer insights, inventory management, and performance metrics. Data-driven decisions made easy.",
|
||||
tag: "Smart Tools",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-people-working-with-diagrams_23-2147717283.jpg?_wi=2",
|
||||
imageAlt: "Analytics Dashboard",
|
||||
buttons: [
|
||||
id: "seller-3", title: "Advanced Analytics", description: "Real-time sales tracking, buyer insights, inventory management, and performance metrics. Data-driven decisions made easy.", tag: "Smart Tools", imageSrc: "http://img.b2bpic.net/free-photo/crop-people-working-with-diagrams_23-2147717283.jpg", imageAlt: "Analytics Dashboard", buttons: [
|
||||
{
|
||||
text: "Explore Features",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore Features", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "seller-4",
|
||||
title: "Integrated Delivery",
|
||||
description: "Partner network across Rwanda. Automatic shipping label generation, real-time tracking, and competitive rates.",
|
||||
tag: "Fast Shipping",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-girl-with-tablet-car_23-2147767768.jpg?_wi=2",
|
||||
imageAlt: "Delivery Network",
|
||||
buttons: [
|
||||
id: "seller-4", title: "Integrated Delivery", description: "Partner network across Rwanda. Automatic shipping label generation, real-time tracking, and competitive rates.", tag: "Fast Shipping", imageSrc: "http://img.b2bpic.net/free-photo/delivery-girl-with-tablet-car_23-2147767768.jpg", imageAlt: "Delivery Network", buttons: [
|
||||
{
|
||||
text: "Shipping Details",
|
||||
href: "#",
|
||||
},
|
||||
text: "Shipping Details", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "seller-5",
|
||||
title: "Seller Support",
|
||||
description: "24/7 customer support in English and Kinyarwanda. Community forums, seller guides, and one-on-one assistance.",
|
||||
tag: "Always Here",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg?_wi=2",
|
||||
imageAlt: "Customer Support",
|
||||
buttons: [
|
||||
id: "seller-5", title: "Seller Support", description: "24/7 customer support in English and Kinyarwanda. Community forums, seller guides, and one-on-one assistance.", tag: "Always Here", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-female-support-phone-operator-speaking-consulting-office_176420-957.jpg", imageAlt: "Customer Support", buttons: [
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Support", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "seller-6",
|
||||
title: "Grow Internationally",
|
||||
description: "Export your products globally with Made in Rwanda certification. Tap into East African and international markets.",
|
||||
tag: "Export Market",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg?_wi=2",
|
||||
imageAlt: "Export Program",
|
||||
buttons: [
|
||||
id: "seller-6", title: "Grow Internationally", description: "Export your products globally with Made in Rwanda certification. Tap into East African and international markets.", tag: "Export Market", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg", imageAlt: "Export Program", buttons: [
|
||||
{
|
||||
text: "Learn Export",
|
||||
href: "/",
|
||||
},
|
||||
text: "Learn Export", href: "/"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -213,62 +138,24 @@ export default function SellerRegisterPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Begin Registration",
|
||||
href: "#register",
|
||||
},
|
||||
text: "Begin Registration", href: "#register"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "step-1",
|
||||
title: "Step 1: Personal Information",
|
||||
description: "Enter your full name, email, phone number, and password. Verify your mobile number via SMS OTP code.",
|
||||
tag: "2 Minutes",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cyber-protection-digital-security_23-2148551505.jpg?_wi=2",
|
||||
imageAlt: "Personal Info Step",
|
||||
},
|
||||
id: "step-1", title: "Step 1: Personal Information", description: "Enter your full name, email, phone number, and password. Verify your mobile number via SMS OTP code.", tag: "2 Minutes", imageSrc: "http://img.b2bpic.net/free-vector/cyber-protection-digital-security_23-2148551505.jpg", imageAlt: "Personal Info Step"},
|
||||
{
|
||||
id: "step-2",
|
||||
title: "Step 2: Identity Verification",
|
||||
description: "Upload clear photos of your National ID (front, back) and a selfie. Automatic document verification within 5 minutes.",
|
||||
tag: "Security Check",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-gratis-stamp-collection_23-2149933886.jpg?_wi=2",
|
||||
imageAlt: "ID Verification",
|
||||
},
|
||||
id: "step-2", title: "Step 2: Identity Verification", description: "Upload clear photos of your National ID (front, back) and a selfie. Automatic document verification within 5 minutes.", tag: "Security Check", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-gratis-stamp-collection_23-2149933886.jpg", imageAlt: "ID Verification"},
|
||||
{
|
||||
id: "step-3",
|
||||
title: "Step 3: Store Details",
|
||||
description: "Create your store name, add description, select business category, and verify your TIN (Tax ID). Upload business registration if available.",
|
||||
tag: "Store Setup",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-discussing-laptop_107420-65753.jpg?_wi=3",
|
||||
imageAlt: "Store Details",
|
||||
},
|
||||
id: "step-3", title: "Step 3: Store Details", description: "Create your store name, add description, select business category, and verify your TIN (Tax ID). Upload business registration if available.", tag: "Store Setup", imageSrc: "http://img.b2bpic.net/free-photo/business-executives-discussing-laptop_107420-65753.jpg", imageAlt: "Store Details"},
|
||||
{
|
||||
id: "step-4",
|
||||
title: "Step 4: Payment Method",
|
||||
description: "Add your MTN MoMo or bank account for receiving payments. All transactions encrypted and secured by MyStore Rwanda.",
|
||||
tag: "3 Minutes",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/payment-methods-isometric-flowchart_98292-7117.jpg?_wi=3",
|
||||
imageAlt: "Payment Setup",
|
||||
},
|
||||
id: "step-4", title: "Step 4: Payment Method", description: "Add your MTN MoMo or bank account for receiving payments. All transactions encrypted and secured by MyStore Rwanda.", tag: "3 Minutes", imageSrc: "http://img.b2bpic.net/free-vector/payment-methods-isometric-flowchart_98292-7117.jpg", imageAlt: "Payment Setup"},
|
||||
{
|
||||
id: "approved",
|
||||
title: "You're Approved!",
|
||||
description: "Admin team reviews your application within 24 hours. Once approved, you get a Welcome email and can immediately add products.",
|
||||
tag: "24-Hour Review",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg?_wi=2",
|
||||
imageAlt: "Approval Status",
|
||||
},
|
||||
id: "approved", title: "You're Approved!", description: "Admin team reviews your application within 24 hours. Once approved, you get a Welcome email and can immediately add products.", tag: "24-Hour Review", imageSrc: "http://img.b2bpic.net/free-photo/successful-male-manager-leaning-railings_1262-3653.jpg", imageAlt: "Approval Status"},
|
||||
{
|
||||
id: "selling",
|
||||
title: "Start Selling",
|
||||
description: "Upload your first products, set prices, add descriptions and images. Your store goes live immediately to 50,000+ buyers.",
|
||||
tag: "Go Live",
|
||||
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=2",
|
||||
imageAlt: "Start Selling",
|
||||
},
|
||||
id: "selling", title: "Start Selling", description: "Upload your first products, set prices, add descriptions and images. Your store goes live immediately to 50,000+ buyers.", tag: "Go Live", 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", imageAlt: "Start Selling"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
carouselMode="buttons"
|
||||
@@ -282,101 +169,61 @@ export default function SellerRegisterPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Products", href: "/products"},
|
||||
{
|
||||
label: "Wholesale",
|
||||
href: "/wholesale",
|
||||
},
|
||||
label: "Wholesale", href: "/wholesale"},
|
||||
{
|
||||
label: "Export",
|
||||
href: "/export",
|
||||
},
|
||||
label: "Export", href: "/export"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "For Buyers",
|
||||
href: "#",
|
||||
},
|
||||
label: "For Buyers", href: "#"},
|
||||
{
|
||||
label: "How to Buy",
|
||||
href: "#",
|
||||
},
|
||||
label: "How to Buy", href: "#"},
|
||||
{
|
||||
label: "Escrow Protection",
|
||||
href: "#",
|
||||
},
|
||||
label: "Escrow Protection", href: "#"},
|
||||
{
|
||||
label: "Delivery Info",
|
||||
href: "#",
|
||||
},
|
||||
label: "Delivery Info", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "For Sellers",
|
||||
href: "/seller-register",
|
||||
},
|
||||
label: "For Sellers", href: "/seller-register"},
|
||||
{
|
||||
label: "Become a Seller",
|
||||
href: "/seller-register",
|
||||
},
|
||||
label: "Become a Seller", href: "/seller-register"},
|
||||
{
|
||||
label: "Seller Dashboard",
|
||||
href: "/seller-dashboard",
|
||||
},
|
||||
label: "Seller Dashboard", href: "/seller-dashboard"},
|
||||
{
|
||||
label: "Pricing Plans",
|
||||
href: "/",
|
||||
},
|
||||
label: "Pricing Plans", href: "/"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Company",
|
||||
href: "#",
|
||||
},
|
||||
label: "Company", href: "#"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Legal",
|
||||
href: "#",
|
||||
},
|
||||
label: "Legal", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Dispute Resolution",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dispute Resolution", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -17,7 +17,7 @@ export default function WholesalePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -33,9 +33,7 @@ export default function WholesalePage() {
|
||||
{ name: "Wholesale", id: "#wholesale" },
|
||||
]}
|
||||
button={{
|
||||
text: "Start Selling",
|
||||
href: "/seller-register",
|
||||
}}
|
||||
text: "Start Selling", href: "/seller-register"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -49,52 +47,29 @@ export default function WholesalePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Suppliers",
|
||||
href: "#suppliers",
|
||||
},
|
||||
text: "Browse Suppliers", href: "#suppliers"},
|
||||
{
|
||||
text: "Submit RFQ",
|
||||
href: "#rfq",
|
||||
},
|
||||
text: "Submit RFQ", href: "#rfq"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-executives-discussing-laptop_107420-65753.jpg?_wi=5",
|
||||
imageAlt: "B2B Business Meeting",
|
||||
},
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/business-executives-discussing-laptop_107420-65753.jpg", imageAlt: "B2B Business Meeting"},
|
||||
{
|
||||
id: "carousel-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessmen-shaking-hands-meeting_1423-79.jpg?_wi=2",
|
||||
imageAlt: "Business Partnership",
|
||||
},
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-shaking-hands-meeting_1423-79.jpg", imageAlt: "Business Partnership"},
|
||||
{
|
||||
id: "carousel-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-people-working-with-diagrams_23-2147717283.jpg?_wi=4",
|
||||
imageAlt: "Data Analysis and Planning",
|
||||
},
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/crop-people-working-with-diagrams_23-2147717283.jpg", imageAlt: "Data Analysis and Planning"},
|
||||
{
|
||||
id: "carousel-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-using-digital-tablet-scanning-bar-code-package-label-while-preparing-shipment-with-his-coworker_637285-2261.jpg?_wi=2",
|
||||
imageAlt: "Warehouse Operations",
|
||||
},
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-using-digital-tablet-scanning-bar-code-package-label-while-preparing-shipment-with-his-coworker_637285-2261.jpg", imageAlt: "Warehouse Operations"},
|
||||
{
|
||||
id: "carousel-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/payment-methods-isometric-flowchart_98292-7117.jpg?_wi=5",
|
||||
imageAlt: "Payment Processing",
|
||||
},
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-vector/payment-methods-isometric-flowchart_98292-7117.jpg", imageAlt: "Payment Processing"},
|
||||
{
|
||||
id: "carousel-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/comfortable-way-pay-bills_329181-13938.jpg?_wi=2",
|
||||
imageAlt: "Secure Transactions",
|
||||
},
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/comfortable-way-pay-bills_329181-13938.jpg", imageAlt: "Secure Transactions"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
background={{
|
||||
variant: "grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -107,51 +82,28 @@ export default function WholesalePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "feature-1",
|
||||
title: "Minimum Order Quantities (MOQ)",
|
||||
description: "Flexible MOQ options from bulk suppliers. Start with 100 units minimum for most products. Lower costs when ordering larger quantities. Customize orders to match your business needs.",
|
||||
tag: "Bulk Orders",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-product-stationery-items_23-2147710353.jpg",
|
||||
buttons: [
|
||||
id: "feature-1", title: "Minimum Order Quantities (MOQ)", description: "Flexible MOQ options from bulk suppliers. Start with 100 units minimum for most products. Lower costs when ordering larger quantities. Customize orders to match your business needs.", tag: "Bulk Orders", imageSrc: "http://img.b2bpic.net/free-photo/business-product-stationery-items_23-2147710353.jpg", buttons: [
|
||||
{
|
||||
text: "Browse MOQs",
|
||||
href: "#",
|
||||
},
|
||||
text: "Browse MOQs", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "feature-2",
|
||||
title: "Request for Quote (RFQ)",
|
||||
description: "Submit custom RFQ forms with your specifications. Suppliers respond with competitive quotes within 24 hours. Compare multiple offers and negotiate terms. Transparent pricing with no hidden fees.",
|
||||
tag: "Price Negotiation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-computer-scientists-data-center-office-using-ai-automation-tools_482257-123321.jpg?_wi=3",
|
||||
buttons: [
|
||||
id: "feature-2", title: "Request for Quote (RFQ)", description: "Submit custom RFQ forms with your specifications. Suppliers respond with competitive quotes within 24 hours. Compare multiple offers and negotiate terms. Transparent pricing with no hidden fees.", tag: "Price Negotiation", imageSrc: "http://img.b2bpic.net/free-photo/close-up-computer-scientists-data-center-office-using-ai-automation-tools_482257-123321.jpg", buttons: [
|
||||
{
|
||||
text: "Submit RFQ",
|
||||
href: "#",
|
||||
},
|
||||
text: "Submit RFQ", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "feature-3",
|
||||
title: "Tiered Pricing Discounts",
|
||||
description: "Get better prices as you order more. Volume discounts automatically applied based on quantity. Pro tip: Order 1000+ units and unlock exclusive pricing. Bulk buyer benefits across all categories.",
|
||||
tag: "Volume Savings",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/several-price-table-banners_23-2147610141.jpg?_wi=2",
|
||||
buttons: [
|
||||
id: "feature-3", title: "Tiered Pricing Discounts", description: "Get better prices as you order more. Volume discounts automatically applied based on quantity. Pro tip: Order 1000+ units and unlock exclusive pricing. Bulk buyer benefits across all categories.", tag: "Volume Savings", imageSrc: "http://img.b2bpic.net/free-vector/several-price-table-banners_23-2147610141.jpg", buttons: [
|
||||
{
|
||||
text: "View Pricing",
|
||||
href: "#",
|
||||
},
|
||||
text: "View Pricing", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -171,66 +123,22 @@ export default function WholesalePage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "wholesale-starter",
|
||||
tag: "Wholesale Starter",
|
||||
price: "Free",
|
||||
period: "Forever",
|
||||
description: "Perfect for small businesses and resellers looking to test wholesale",
|
||||
button: {
|
||||
text: "Get Started",
|
||||
href: "/buyer-register",
|
||||
},
|
||||
featuresTitle: "What You Get:",
|
||||
features: [
|
||||
"Access to wholesale-only suppliers",
|
||||
"Standard MOQ (100+ units)",
|
||||
"Basic RFQ submission (5/month)",
|
||||
"Email support",
|
||||
"Standard pricing on all products",
|
||||
],
|
||||
id: "wholesale-starter", tag: "Wholesale Starter", price: "Free", period: "Forever", description: "Perfect for small businesses and resellers looking to test wholesale", button: {
|
||||
text: "Get Started", href: "/buyer-register"},
|
||||
featuresTitle: "What You Get:", features: [
|
||||
"Access to wholesale-only suppliers", "Standard MOQ (100+ units)", "Basic RFQ submission (5/month)", "Email support", "Standard pricing on all products"],
|
||||
},
|
||||
{
|
||||
id: "wholesale-pro",
|
||||
tag: "Wholesale Pro",
|
||||
price: "25,000",
|
||||
period: "/month",
|
||||
description: "For growing reseller businesses and retailers",
|
||||
button: {
|
||||
text: "Upgrade to Pro",
|
||||
href: "#",
|
||||
},
|
||||
featuresTitle: "Everything in Starter, plus:",
|
||||
features: [
|
||||
"Reduced MOQ (50+ units on selected products)",
|
||||
"Unlimited RFQ submissions",
|
||||
"Priority supplier responses (12-hour turnaround)",
|
||||
"Price match guarantee",
|
||||
"Dedicated account manager",
|
||||
"Bulk invoice discounts",
|
||||
"Advanced analytics dashboard",
|
||||
],
|
||||
id: "wholesale-pro", tag: "Wholesale Pro", price: "25,000", period: "/month", description: "For growing reseller businesses and retailers", button: {
|
||||
text: "Upgrade to Pro", href: "#"},
|
||||
featuresTitle: "Everything in Starter, plus:", features: [
|
||||
"Reduced MOQ (50+ units on selected products)", "Unlimited RFQ submissions", "Priority supplier responses (12-hour turnaround)", "Price match guarantee", "Dedicated account manager", "Bulk invoice discounts", "Advanced analytics dashboard"],
|
||||
},
|
||||
{
|
||||
id: "wholesale-enterprise",
|
||||
tag: "Wholesale Enterprise",
|
||||
price: "75,000",
|
||||
period: "/month",
|
||||
description: "For large-scale distributors and corporate buyers",
|
||||
button: {
|
||||
text: "Contact Sales",
|
||||
href: "#",
|
||||
},
|
||||
featuresTitle: "Everything in Pro, plus:",
|
||||
features: [
|
||||
"Custom MOQ negotiation per supplier",
|
||||
"Priority access to new product launches",
|
||||
"Custom pricing agreements",
|
||||
"Dedicated relationship manager",
|
||||
"API access for order automation",
|
||||
"Customizable payment terms (Net 30/60)",
|
||||
"Exclusive wholesale events and networking",
|
||||
"Strategic supplier partnerships",
|
||||
],
|
||||
id: "wholesale-enterprise", tag: "Wholesale Enterprise", price: "75,000", period: "/month", description: "For large-scale distributors and corporate buyers", button: {
|
||||
text: "Contact Sales", href: "#"},
|
||||
featuresTitle: "Everything in Pro, plus:", features: [
|
||||
"Custom MOQ negotiation per supplier", "Priority access to new product launches", "Custom pricing agreements", "Dedicated relationship manager", "API access for order automation", "Customizable payment terms (Net 30/60)", "Exclusive wholesale events and networking", "Strategic supplier partnerships"],
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user