1 Commits

Author SHA1 Message Date
0be6a82db8 Update src/app/page.tsx 2026-04-30 06:30:05 +00:00

View File

@@ -12,6 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
import ProductCardOne from '@/components/sections/product/ProductCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SplitAbout from '@/components/sections/about/SplitAbout'; import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
export default function LandingPage() { export default function LandingPage() {
@@ -33,25 +34,15 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "Marketplace", name: "Marketplace", id: "features"},
id: "features",
},
{ {
name: "Products", name: "Products", id: "products"},
id: "products",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="go4WorldBusiness" 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." description="The world's leading global B2B marketplace. Connecting verified buyers and suppliers across international borders with trust and efficiency."
buttons={[ buttons={[
{ {
text: "Start Trading", text: "Start Trading", href: "#features"},
href: "#features",
},
{ {
text: "Supplier Access", text: "Supplier Access", href: "#pricing"},
href: "#pricing",
},
]} ]}
slides={[ slides={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100372.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-tech-view-futuristic-earth_23-2151100372.jpg", imageAlt: "Global Marketplace Network"},
imageAlt: "Global Marketplace Network",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873117.jpg", imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873117.jpg", imageAlt: "Trade Across Borders"},
imageAlt: "Trade Across Borders",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/global-network-digital-world-connection_23-2152020916.jpg", imageSrc: "http://img.b2bpic.net/free-photo/global-network-digital-world-connection_23-2152020916.jpg", imageAlt: "Verified Business Partnerships"},
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", 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"},
imageAlt: "AI Powered Matching",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/female-customer-reviewing-clothes_482257-84194.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-customer-reviewing-clothes_482257-84194.jpg", imageAlt: "Secure Transaction Hub"},
imageAlt: "Secure Transaction Hub",
},
{ {
imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-concept-application_23-2148651947.jpg", imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-concept-application_23-2148651947.jpg", imageAlt: "Supply Chain Solutions"},
imageAlt: "Supply Chain Solutions",
},
]} ]}
/> />
</div> </div>
@@ -107,26 +82,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", 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"},
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", id: "m2", value: "200+", title: "Countries", description: "Border-less trade.", imageSrc: "http://img.b2bpic.net/free-vector/delivery-icons_23-2147506168.jpg"},
value: "200+",
title: "Countries",
description: "Border-less trade.",
imageSrc: "http://img.b2bpic.net/free-vector/delivery-icons_23-2147506168.jpg",
},
{ {
id: "m3", 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"},
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" title="Global Trade Power"
description="Proven results for international commerce." 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." description="We build bridges between industries worldwide, ensuring every business has access to high-quality supply chains and reliable partnerships."
bulletPoints={[ bulletPoints={[
{ {
title: "Verified Network", title: "Verified Network", description: "Every supplier is strictly audited."},
description: "Every supplier is strictly audited.",
},
{ {
title: "Secure Payments", title: "Secure Payments", description: "Escrow solutions for peace of mind."},
description: "Escrow solutions for peace of mind.",
},
{ {
title: "Smart Logistics", title: "Smart Logistics", description: "Streamlined international shipping."},
description: "Streamlined international shipping.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769935.jpg" imageSrc="http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769935.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -166,20 +120,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Trusted Platform", 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"},
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", title: "Global Networking", description: "Supplier reach worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827266.jpg"},
description: "Supplier reach worldwide.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827266.jpg",
},
{ {
title: "AI Analytics", 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"},
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" title="Built for Global Commerce"
description="Advanced tools for the modern B2B marketplace." description="Advanced tools for the modern B2B marketplace."
@@ -194,41 +139,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Industrial Components", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-psd/coworking-space-instagram-stories_23-2148806612.jpg"},
name: "Industrial Components",
price: "Request Quote",
imageSrc: "http://img.b2bpic.net/free-psd/coworking-space-instagram-stories_23-2148806612.jpg",
},
{ {
id: "p2", id: "p2", name: "Electronic Parts", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827235.jpg"},
name: "Electronic Parts",
price: "Request Quote",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-supply-chain-representation_23-2149827235.jpg",
},
{ {
id: "p3", id: "p3", name: "Textile Materials", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/sewing-thread-reels_23-2148145931.jpg"},
name: "Textile Materials",
price: "Request Quote",
imageSrc: "http://img.b2bpic.net/free-photo/sewing-thread-reels_23-2148145931.jpg",
},
{ {
id: "p4", id: "p4", name: "Food Commodities", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/honey-counter-market_1398-2324.jpg"},
name: "Food Commodities",
price: "Request Quote",
imageSrc: "http://img.b2bpic.net/free-photo/honey-counter-market_1398-2324.jpg",
},
{ {
id: "p5", id: "p5", name: "Medical Supplies", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/assorted-pharmaceutical-tools-marble-surface_114579-22165.jpg"},
name: "Medical Supplies",
price: "Request Quote",
imageSrc: "http://img.b2bpic.net/free-photo/assorted-pharmaceutical-tools-marble-surface_114579-22165.jpg",
},
{ {
id: "p6", id: "p6", name: "Heavy Machinery", price: "Request Quote", imageSrc: "http://img.b2bpic.net/free-photo/still-life-little-music-boxes_52683-121766.jpg"},
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" title="Top Wholesale Categories"
description="Explore high-demand goods ready for import and export." description="Explore high-demand goods ready for import and export."
@@ -242,37 +163,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
plans={[ plans={[
{ {
id: "basic", id: "basic", badge: "Entry", price: "Free", subtitle: "Get started with trading.", features: [
badge: "Entry", "Limited listings", "Basic search", "Buyer messaging"],
price: "Free",
subtitle: "Get started with trading.",
features: [
"Limited listings",
"Basic search",
"Buyer messaging",
],
}, },
{ {
id: "pro", id: "pro", badge: "Popular", price: "$499/yr", subtitle: "Essential for growth.", features: [
badge: "Popular", "Verified badge", "Featured listings", "Priority Support"],
price: "$499/yr",
subtitle: "Essential for growth.",
features: [
"Verified badge",
"Featured listings",
"Priority Support",
],
}, },
{ {
id: "enterprise", id: "enterprise", badge: "VIP", price: "$1299/yr", subtitle: "Scale your business.", features: [
badge: "VIP", "Dedicated Account Manager", "AI Analytics", "Global Lead Access"],
price: "$1299/yr",
subtitle: "Scale your business.",
features: [
"Dedicated Account Manager",
"AI Analytics",
"Global Lead Access",
],
}, },
]} ]}
title="Membership Tiers" title="Membership Tiers"
@@ -281,39 +181,18 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve <TestimonialCardFive
useInvertedBackground={false} title="Client Success Stories"
testimonials={[ description="See what our global partners say about their experience with us."
{ textboxLayout="default"
id: "1", useInvertedBackground={false}
name: "Sarah J.", testimonials={[
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-man-showing-approval_23-2148230800.jpg", {
}, 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", 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"},
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"
/>
</div> </div>
<div id="faq" data-section="faq"> <div id="faq" data-section="faq">
@@ -321,20 +200,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "How do I verify a supplier?", content: "Our platform provides detailed verification checks and history for all registered suppliers."},
title: "How do I verify a supplier?",
content: "Our platform provides detailed verification checks and history for all registered suppliers.",
},
{ {
id: "f2", id: "f2", title: "Are payments secure?", content: "Yes, we use secure escrow services to protect both parties during financial transactions."},
title: "Are payments secure?",
content: "Yes, we use secure escrow services to protect both parties during financial transactions.",
},
{ {
id: "f3", id: "f3", title: "Can I ship globally?", content: "We offer integrated logistics solutions that support international cross-border trade."},
title: "Can I ship globally?",
content: "We offer integrated logistics solutions that support international cross-border trade.",
},
]} ]}
sideTitle="Common Questions" sideTitle="Common Questions"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -345,16 +215,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Get in touch" tag="Get in touch"
title="Ready to go global?" title="Ready to go global?"
description="Speak with our trade experts today to start growing your business." description="Speak with our trade experts today to start growing your business."
buttons={[ buttons={[
{ {
text: "Contact Support", text: "Contact Support", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -363,54 +230,33 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Platform", title: "Platform", items: [
items: [
{ {
label: "Marketplace", label: "Marketplace", href: "#features"},
href: "#features",
},
{ {
label: "Suppliers", label: "Suppliers", href: "#"},
href: "#",
},
{ {
label: "Buyers", label: "Buyers", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Careers", label: "Careers", href: "#"},
href: "#",
},
{ {
label: "Press", label: "Press", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ {
label: "Help Center", label: "Help Center", href: "#"},
href: "#",
},
{ {
label: "Contact", label: "Contact", href: "#contact"},
href: "#contact",
},
{ {
label: "Safety", label: "Safety", href: "#"},
href: "#",
},
], ],
}, },
]} ]}