Merge version_2 into main #1
284
src/app/page.tsx
284
src/app/page.tsx
@@ -12,6 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -33,25 +34,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Marketplace",
|
||||
id: "features",
|
||||
},
|
||||
name: "Marketplace", id: "features"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="go4WorldBusiness"
|
||||
/>
|
||||
@@ -63,39 +54,23 @@ export default function LandingPage() {
|
||||
description="The world's leading global B2B marketplace. Connecting verified buyers and suppliers across international borders with trust and efficiency."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Trading",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Start Trading", href: "#features"},
|
||||
{
|
||||
text: "Supplier Access",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "Supplier Access", href: "#pricing"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100372.jpg",
|
||||
imageAlt: "Global Marketplace Network",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100372.jpg", imageAlt: "Global Marketplace Network"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873117.jpg",
|
||||
imageAlt: "Trade Across Borders",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873117.jpg", imageAlt: "Trade Across Borders"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-network-digital-world-connection_23-2152020916.jpg",
|
||||
imageAlt: "Verified Business Partnerships",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-network-digital-world-connection_23-2152020916.jpg", imageAlt: "Verified Business Partnerships"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shopper-using-online-store-mobile-app-phone-examining-modern-fashion-items-collection-buying-merchandise-boutique-client-looking-clothing-line-retail-shop-website_482257-67405.jpg",
|
||||
imageAlt: "AI Powered Matching",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shopper-using-online-store-mobile-app-phone-examining-modern-fashion-items-collection-buying-merchandise-boutique-client-looking-clothing-line-retail-shop-website_482257-67405.jpg", imageAlt: "AI Powered Matching"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-customer-reviewing-clothes_482257-84194.jpg",
|
||||
imageAlt: "Secure Transaction Hub",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-customer-reviewing-clothes_482257-84194.jpg", imageAlt: "Secure Transaction Hub"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-concept-application_23-2148651947.jpg",
|
||||
imageAlt: "Supply Chain Solutions",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-concept-application_23-2148651947.jpg", imageAlt: "Supply Chain Solutions"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -107,26 +82,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "1M+",
|
||||
title: "Verified Buyers",
|
||||
description: "Global reach.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/cyber-defense-logo-with-checkmark-trust-your-digital-business_1017-44245.jpg",
|
||||
},
|
||||
id: "m1", value: "1M+", title: "Verified Buyers", description: "Global reach.", imageSrc: "http://img.b2bpic.net/free-vector/cyber-defense-logo-with-checkmark-trust-your-digital-business_1017-44245.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "200+",
|
||||
title: "Countries",
|
||||
description: "Border-less trade.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/delivery-icons_23-2147506168.jpg",
|
||||
},
|
||||
id: "m2", value: "200+", title: "Countries", description: "Border-less trade.", imageSrc: "http://img.b2bpic.net/free-vector/delivery-icons_23-2147506168.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "$10B+",
|
||||
title: "Processed Trade",
|
||||
description: "Safe transactions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-privacy-labels-template_23-2149425652.jpg",
|
||||
},
|
||||
id: "m3", value: "$10B+", title: "Processed Trade", description: "Safe transactions.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-data-privacy-labels-template_23-2149425652.jpg"},
|
||||
]}
|
||||
title="Global Trade Power"
|
||||
description="Proven results for international commerce."
|
||||
@@ -141,17 +101,11 @@ export default function LandingPage() {
|
||||
description="We build bridges between industries worldwide, ensuring every business has access to high-quality supply chains and reliable partnerships."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Verified Network",
|
||||
description: "Every supplier is strictly audited.",
|
||||
},
|
||||
title: "Verified Network", description: "Every supplier is strictly audited."},
|
||||
{
|
||||
title: "Secure Payments",
|
||||
description: "Escrow solutions for peace of mind.",
|
||||
},
|
||||
title: "Secure Payments", description: "Escrow solutions for peace of mind."},
|
||||
{
|
||||
title: "Smart Logistics",
|
||||
description: "Streamlined international shipping.",
|
||||
},
|
||||
title: "Smart Logistics", description: "Streamlined international shipping."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769935.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -166,20 +120,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Trusted Platform",
|
||||
description: "Secure digital trade environment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computers-data-center-running-server-rigs-diagnostic-tests_482257-118495.jpg",
|
||||
},
|
||||
title: "Trusted Platform", description: "Secure digital trade environment.", imageSrc: "http://img.b2bpic.net/free-photo/computers-data-center-running-server-rigs-diagnostic-tests_482257-118495.jpg"},
|
||||
{
|
||||
title: "Global Networking",
|
||||
description: "Supplier reach worldwide.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827266.jpg",
|
||||
},
|
||||
title: "Global Networking", description: "Supplier reach worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827266.jpg"},
|
||||
{
|
||||
title: "AI Analytics",
|
||||
description: "Data-driven business decisions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/data-driven-planning-helps-this-professional-build-successful-strategy-global-business_482257-132707.jpg",
|
||||
},
|
||||
title: "AI Analytics", description: "Data-driven business decisions.", imageSrc: "http://img.b2bpic.net/free-photo/data-driven-planning-helps-this-professional-build-successful-strategy-global-business_482257-132707.jpg"},
|
||||
]}
|
||||
title="Built for Global Commerce"
|
||||
description="Advanced tools for the modern B2B marketplace."
|
||||
@@ -194,41 +139,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Industrial Components",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/coworking-space-instagram-stories_23-2148806612.jpg",
|
||||
},
|
||||
id: "p1", name: "Industrial Components", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-psd/coworking-space-instagram-stories_23-2148806612.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Electronic Parts",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827235.jpg",
|
||||
},
|
||||
id: "p2", name: "Electronic Parts", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827235.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Textile Materials",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sewing-thread-reels_23-2148145931.jpg",
|
||||
},
|
||||
id: "p3", name: "Textile Materials", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/sewing-thread-reels_23-2148145931.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Food Commodities",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/honey-counter-market_1398-2324.jpg",
|
||||
},
|
||||
id: "p4", name: "Food Commodities", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/honey-counter-market_1398-2324.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Medical Supplies",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/assorted-pharmaceutical-tools-marble-surface_114579-22165.jpg",
|
||||
},
|
||||
id: "p5", name: "Medical Supplies", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/assorted-pharmaceutical-tools-marble-surface_114579-22165.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Heavy Machinery",
|
||||
price: "Request Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-little-music-boxes_52683-121766.jpg",
|
||||
},
|
||||
id: "p6", name: "Heavy Machinery", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/still-life-little-music-boxes_52683-121766.jpg"},
|
||||
]}
|
||||
title="Top Wholesale Categories"
|
||||
description="Explore high-demand goods ready for import and export."
|
||||
@@ -242,37 +163,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
badge: "Entry",
|
||||
price: "Free",
|
||||
subtitle: "Get started with trading.",
|
||||
features: [
|
||||
"Limited listings",
|
||||
"Basic search",
|
||||
"Buyer messaging",
|
||||
],
|
||||
id: "basic", badge: "Entry", price: "Free", subtitle: "Get started with trading.", features: [
|
||||
"Limited listings", "Basic search", "Buyer messaging"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
badge: "Popular",
|
||||
price: "$499/yr",
|
||||
subtitle: "Essential for growth.",
|
||||
features: [
|
||||
"Verified badge",
|
||||
"Featured listings",
|
||||
"Priority Support",
|
||||
],
|
||||
id: "pro", badge: "Popular", price: "$499/yr", subtitle: "Essential for growth.", features: [
|
||||
"Verified badge", "Featured listings", "Priority Support"],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "VIP",
|
||||
price: "$1299/yr",
|
||||
subtitle: "Scale your business.",
|
||||
features: [
|
||||
"Dedicated Account Manager",
|
||||
"AI Analytics",
|
||||
"Global Lead Access",
|
||||
],
|
||||
id: "enterprise", badge: "VIP", price: "$1299/yr", subtitle: "Scale your business.", features: [
|
||||
"Dedicated Account Manager", "AI Analytics", "Global Lead Access"],
|
||||
},
|
||||
]}
|
||||
title="Membership Tiers"
|
||||
@@ -281,39 +181,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167349.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-businessman-with-document_1098-294.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-businessman-black-wall_176420-3460.jpg",
|
||||
},
|
||||
]}
|
||||
cardTitle="Global Success Stories"
|
||||
cardTag="Trusted by Leaders"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
<TestimonialCardFive
|
||||
title="Client Success Stories"
|
||||
description="See what our global partners say about their experience with us."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah J.", date: "March 2024", title: "Export Specialist", quote: "The platform has streamlined our entire procurement process. Truly essential.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg"},
|
||||
{
|
||||
id: "2", name: "Michael Chen", date: "April 2024", title: "CEO TechCorp", quote: "Connecting with verified suppliers has never been easier or more reliable.", tag: "Enterprise", avatarSrc: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
@@ -321,20 +200,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How do I verify a supplier?",
|
||||
content: "Our platform provides detailed verification checks and history for all registered suppliers.",
|
||||
},
|
||||
id: "f1", title: "How do I verify a supplier?", content: "Our platform provides detailed verification checks and history for all registered suppliers."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are payments secure?",
|
||||
content: "Yes, we use secure escrow services to protect both parties during financial transactions.",
|
||||
},
|
||||
id: "f2", title: "Are payments secure?", content: "Yes, we use secure escrow services to protect both parties during financial transactions."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I ship globally?",
|
||||
content: "We offer integrated logistics solutions that support international cross-border trade.",
|
||||
},
|
||||
id: "f3", title: "Can I ship globally?", content: "We offer integrated logistics solutions that support international cross-border trade."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -345,16 +215,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in touch"
|
||||
title="Ready to go global?"
|
||||
description="Speak with our trade experts today to start growing your business."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Support", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -363,54 +230,33 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Marketplace",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Marketplace", href: "#features"},
|
||||
{
|
||||
label: "Suppliers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Suppliers", href: "#"},
|
||||
{
|
||||
label: "Buyers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Buyers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
{
|
||||
label: "Press",
|
||||
href: "#",
|
||||
},
|
||||
label: "Press", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
label: "Help Center", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Safety",
|
||||
href: "#",
|
||||
},
|
||||
label: "Safety", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -421,4 +267,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user