Merge version_2 into main #2
217
src/app/page.tsx
217
src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Didar Asia"
|
||||
/>
|
||||
@@ -59,33 +44,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Global Trading Excellence"
|
||||
description="Connecting markets through reliable, efficient, and comprehensive general trading solutions worldwide."
|
||||
tag="Since 2010"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skilled-leader-meeting-strategizing-with-stakeholders-discuss-ideas_482257-118713.jpg",
|
||||
imageAlt: "Trading and Logistics",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/scene-with-photorealistic-logistics-operations-proceedings_23-2151468884.jpg",
|
||||
imageAlt: "Global Trade Network",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-workspace-with-advanced-technology-enhance-efficiency_482257-125614.jpg",
|
||||
imageAlt: "Empty modern workspace with advanced technology",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-boss-manager-discussing-report-talking-while-sitting-standing-workplace-with-panoramic-window-business-communication-concept_74855-11957.jpg",
|
||||
imageAlt: "Serious boss and manager discussing report",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/container-ship-unloading-commercial-dock-dusk-generated-by-ai_188544-46989.jpg",
|
||||
imageAlt: "Container ship unloading at commercial dock",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/skilled-leader-meeting-strategizing-with-stakeholders-discuss-ideas_482257-118713.jpg?_wi=1", imageAlt: "Trading and Logistics" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/scene-with-photorealistic-logistics-operations-proceedings_23-2151468884.jpg", imageAlt: "Global Trade Network" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -101,7 +66,7 @@ export default function LandingPage() {
|
||||
title="Your Trusted Trading Partner"
|
||||
description="Didar Asia General Trading is dedicated to bridge the gap between global supply and demand. We specialize in high-quality sourcing, logistics, and supply chain management for international trade."
|
||||
subdescription="Our expertise spans across diverse sectors, delivering excellence consistently."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corporate-team-workers-it-company_1303-19454.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/corporate-team-workers-it-company_1303-19454.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
tagIcon={Building}
|
||||
icon={Briefcase}
|
||||
@@ -115,29 +80,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Global Sourcing",
|
||||
description: "Expert procurement across major international markets.",
|
||||
bentoComponent: "globe",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-professionals-watching-presentation-computer-monitor-together-discussing-project-sitting-workplace-pointing-display-business-communication-teamwork-concept_74855-11550.jpg",
|
||||
imageAlt: "Business professionals watching presentation on computer monitor together, discussing project, sitting at workplace and pointing at display. Business communication or teamwork concept",
|
||||
},
|
||||
{
|
||||
title: "Logistics Mastery",
|
||||
description: "Seamless, on-time delivery across continents.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Truck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skilled-leader-meeting-strategizing-with-stakeholders-discuss-ideas_482257-118713.jpg",
|
||||
imageAlt: "Business professionals watching presentation on computer monitor together, discussing project, sitting at workplace and pointing at display. Business communication or teamwork concept",
|
||||
},
|
||||
{
|
||||
title: "Trade Compliance",
|
||||
description: "Ensuring all regulations are met with total precision.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShieldCheck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/corporate-team-workers-it-company_1303-19454.jpg",
|
||||
imageAlt: "Business professionals watching presentation on computer monitor together, discussing project, sitting at workplace and pointing at display. Business communication or teamwork concept",
|
||||
},
|
||||
{ title: "Global Sourcing", description: "Expert procurement across major international markets.", bentoComponent: "globe" },
|
||||
{ title: "Logistics Mastery", description: "Seamless, on-time delivery across continents.", bentoComponent: "reveal-icon", icon: Truck },
|
||||
{ title: "Trade Compliance", description: "Ensuring all regulations are met with total precision.", bentoComponent: "reveal-icon", icon: ShieldCheck },
|
||||
]}
|
||||
title="Our Trading Services"
|
||||
description="Comprehensive solutions tailored to meet global business needs."
|
||||
@@ -146,46 +91,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Industrial Supplies",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working_23-2148886872.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Consumer Goods",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-logistics-international-shipping-network_23-2152021790.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Tech Hardware",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-admin-using-digital-device-app_482257-126123.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Textile Materials",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-fashion-designer-taking-fabric-from-shelf-his-customer_23-2148180328.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Auto Components",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gears-cogwheels_1112-920.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Agro Commodities",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-grains-bags_1398-3042.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Industrial Supplies", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working_23-2148886872.jpg" },
|
||||
{ id: "p2", name: "Consumer Goods", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/global-logistics-international-shipping-network_23-2152021790.jpg" },
|
||||
{ id: "p3", name: "Tech Hardware", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/industry-40-photovoltaics-plant-admin-using-digital-device-app_482257-126123.jpg" }
|
||||
]}
|
||||
title="Featured Commodities"
|
||||
description="We supply a vast range of high-quality goods across sectors."
|
||||
@@ -198,33 +111,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
title: "Active Clients",
|
||||
items: [
|
||||
"Global reach",
|
||||
"Local presence",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Reliable service",
|
||||
"Expert knowledge",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99.8%",
|
||||
title: "On-Time Success",
|
||||
items: [
|
||||
"Efficient logistics",
|
||||
"Proven reliability",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "150+", title: "Active Clients", items: ["Global reach", "Local presence"] },
|
||||
{ id: "m2", value: "20+", title: "Years Experience", items: ["Reliable service", "Expert knowledge"] },
|
||||
{ id: "m3", value: "99.8%", title: "On-Time Success", items: ["Efficient logistics", "Proven reliability"] },
|
||||
]}
|
||||
title="Our Trading Impact"
|
||||
description="Measurable results driving your business forward."
|
||||
@@ -236,46 +125,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Exceptional",
|
||||
quote: "Didar Asia delivered quality beyond our expectations.",
|
||||
name: "John Doe",
|
||||
role: "CEO, LogisticsOne",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Reliable",
|
||||
quote: "Consistently reliable sourcing and shipping services.",
|
||||
name: "Jane Smith",
|
||||
role: "Director, TradeGlobal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Professional",
|
||||
quote: "Their team handles complex logistics with ease.",
|
||||
name: "Maria Garcia",
|
||||
role: "Head of Sourcing, TextilesHub",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-corporate-businesswoman_23-2147702110.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Trusted",
|
||||
quote: "A truly dedicated partner for international trading.",
|
||||
name: "David Brown",
|
||||
role: "Partner, TechCorp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1662.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Seamless",
|
||||
quote: "Everything arrives exactly when we need it.",
|
||||
name: "Lisa Wang",
|
||||
role: "Manager, GlobalDistribution",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-african-american-businessman_1262-20994.jpg",
|
||||
},
|
||||
{ id: "t1", title: "Exceptional", quote: "Didar Asia delivered quality beyond our expectations.", name: "John Doe", role: "CEO, LogisticsOne", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg" },
|
||||
{ id: "t2", title: "Reliable", quote: "Consistently reliable sourcing and shipping services.", name: "Jane Smith", role: "Director, TradeGlobal", imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-confident-business-leader_1262-4808.jpg" }
|
||||
]}
|
||||
title="Client Success Stories"
|
||||
description="Hear what our partners have to say about working with Didar Asia."
|
||||
@@ -286,15 +137,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Alpha Logistics",
|
||||
"Beta Trading Co",
|
||||
"Gamma Global",
|
||||
"Delta Sourcing",
|
||||
"Epsilon Trade",
|
||||
"Zeta Imports",
|
||||
"Eta Exports",
|
||||
]}
|
||||
names={["Alpha Logistics", "Beta Trading Co", "Gamma Global", "Delta Sourcing", "Epsilon Trade"]}
|
||||
title="Global Partner Network"
|
||||
description="Collaborating with industry leaders worldwide."
|
||||
/>
|
||||
@@ -303,9 +146,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Start Trading Today"
|
||||
description="Reach out to explore how we can support your global expansion and commodity sourcing needs."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/detail-shot-patterned-wall_1359-789.jpg"
|
||||
@@ -317,17 +158,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Didar Asia General Trading"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user