201 lines
10 KiB
TypeScript
201 lines
10 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
|
import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel";
|
|
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
|
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
|
import Link from "next/link";
|
|
import { ShieldCheck, CheckCircle } from "lucide-react";
|
|
|
|
export default function ExportPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="bounce-effect"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="soft"
|
|
contentWidth="mediumLarge"
|
|
sizing="largeSmallSizeMediumTitles"
|
|
background="circleGradient"
|
|
cardStyle="solid"
|
|
primaryButtonStyle="diagonal-gradient"
|
|
secondaryButtonStyle="radial-glow"
|
|
headingFontWeight="light"
|
|
>
|
|
<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>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroBillboardRotatedCarousel
|
|
title="Export Your Products Globally - Made in Rwanda"
|
|
description="Reach international buyers across East Africa, Europe, and North America. MyStore Rwanda's Export Marketplace connects Rwandan sellers with global customers. Access export certifications, international payment processing, and shipping partnerships."
|
|
tag="Global Reach"
|
|
tagIcon={ShieldCheck}
|
|
tagAnimation="slide-up"
|
|
buttons={[
|
|
{
|
|
text: "Start Exporting", href: "#register"},
|
|
{
|
|
text: "Learn More", href: "#features"},
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
carouselItems={[
|
|
{
|
|
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-choosing-shoes-shop_1303-19724.jpg", imageAlt: "Fashion Export"},
|
|
{
|
|
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/laptop-phone-marble-table_53876-71230.jpg", imageAlt: "Electronics Export"},
|
|
{
|
|
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5969.jpg", imageAlt: "Home Goods Export"},
|
|
{
|
|
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/composition-different-delicious-ingredients_23-2149028608.jpg", imageAlt: "Agricultural Export"},
|
|
{
|
|
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/small-pieces-modern-carpers-wooden-box_114579-11463.jpg", imageAlt: "Crafts Export"},
|
|
{
|
|
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/stationery-near-glasses-laptop_23-2147710353.jpg", imageAlt: "Business Supplies Export"},
|
|
]}
|
|
autoPlay={true}
|
|
autoPlayInterval={4000}
|
|
background={{
|
|
variant: "animated-grid"}}
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<FeatureCardMedia
|
|
title="Why Export Through MyStore Rwanda"
|
|
description="Everything you need to succeed in international markets. Professional export support, certifications, and a global buyer network."
|
|
tag="Export Benefits"
|
|
tagIcon={CheckCircle}
|
|
tagAnimation="slide-up"
|
|
buttons={[
|
|
{
|
|
text: "Get Started", href: "#register"},
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
features={[
|
|
{
|
|
id: "export-1", title: "Made in Rwanda Certification", description: "Official certification badge for all exported products. Increases buyer trust and premium pricing in international markets.", tag: "Brand Trust", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-gratis-stamp-collection_23-2149933886.jpg", imageAlt: "Made in Rwanda certification badge", buttons: [
|
|
{
|
|
text: "Learn More", href: "#"},
|
|
],
|
|
},
|
|
{
|
|
id: "export-2", title: "International Payment Processing", description: "Accept payments in USD, EUR, GBP and other major currencies. Automatic conversion to RWF at competitive rates. No hidden fees.", tag: "Multi-Currency", imageSrc: "http://img.b2bpic.net/free-vector/payment-methods-isometric-flowchart_98292-7117.jpg", imageAlt: "international payment processing currencies", buttons: [
|
|
{
|
|
text: "Supported Currencies", href: "#"},
|
|
],
|
|
},
|
|
{
|
|
id: "export-3", title: "Global Shipping Partners", description: "Partnership with DHL, FedEx, and local logistics. Discounted international shipping rates. Real-time tracking for all shipments.", tag: "Fast Delivery", imageSrc: "http://img.b2bpic.net/free-photo/delivery-girl-with-tablet-car_23-2147767768.jpg", imageAlt: "global shipping logistics delivery partners", buttons: [
|
|
{
|
|
text: "Shipping Rates", href: "#"},
|
|
],
|
|
},
|
|
{
|
|
id: "export-4", title: "Export Market Access", description: "Reach buyers in East Africa (Kenya, Uganda, Tanzania), Europe, and North America. Targeted product recommendations to international customers.", tag: "Market Reach", imageSrc: "http://img.b2bpic.net/free-photo/businessmen-shaking-hands-meeting_1423-79.jpg", imageAlt: "international business market expansion", buttons: [
|
|
{
|
|
text: "Target Markets", href: "#"},
|
|
],
|
|
},
|
|
{
|
|
id: "export-5", title: "Export Documentation Support", description: "Automated export paperwork generation. HS codes, commodity descriptions, and customs documentation. Compliance with international standards.", tag: "Documentation", imageSrc: "http://img.b2bpic.net/free-photo/crop-people-working-with-diagrams_23-2147717283.jpg", imageAlt: "export documentation customs paperwork", buttons: [
|
|
{
|
|
text: "Documentation Guide", href: "#"},
|
|
],
|
|
},
|
|
{
|
|
id: "export-6", title: "Export Analytics & Insights", description: "Market demand analysis, competitor pricing, and buyer trends by country. Optimize your products for international success.", tag: "Data Insights", imageSrc: "http://img.b2bpic.net/free-photo/close-up-computer-scientists-data-center-office-using-ai-automation-tools_482257-123321.jpg", imageAlt: "export analytics market research data", buttons: [
|
|
{
|
|
text: "View Analytics", href: "#"},
|
|
],
|
|
},
|
|
]}
|
|
animationType="slide-up"
|
|
carouselMode="buttons"
|
|
/>
|
|
</div>
|
|
|
|
<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: "/"},
|
|
],
|
|
},
|
|
{
|
|
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>
|
|
);
|
|
} |