Merge version_1_1781370639751 into main #1
@@ -11,219 +11,142 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroOverlay
|
||||
tag="Global Logistics"
|
||||
title="Aydemirler Group: Moving the World."
|
||||
description="Redefining the boundaries of global logistics through immersive 3D technology and precision engineering."
|
||||
primaryButton={{
|
||||
text: "Discover Network",
|
||||
href: "#network",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Our Approach",
|
||||
href: "#about",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/truck-driving-bridge_23-2152009013.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Global Logistics"
|
||||
title="Aydemirler Group: Moving the World."
|
||||
description="Redefining the boundaries of global logistics through immersive 3D technology and precision engineering."
|
||||
primaryButton={{
|
||||
text: "Discover Network", href: "#network"}}
|
||||
secondaryButton={{
|
||||
text: "Our Approach", href: "#about"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/truck-driving-bridge_23-2152009013.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutTextSplit
|
||||
title="Precision in Every Mile."
|
||||
descriptions={[
|
||||
"At Aydemirler Group, we don't just transport goods; we facilitate global growth. Our operations leverage next-gen predictive modeling to ensure efficiency that matches the speed of the modern market.",
|
||||
"Our philosophy centers on the synergy between advanced 3D logistics modeling and traditional operational excellence, creating an ecosystem that is as resilient as it is efficient.",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
title="Precision in Every Mile."
|
||||
descriptions={[
|
||||
"At Aydemirler Group, we don't just transport goods; we facilitate global growth. Our operations leverage next-gen predictive modeling to ensure efficiency that matches the speed of the modern market.", "Our philosophy centers on the synergy between advanced 3D logistics modeling and traditional operational excellence, creating an ecosystem that is as resilient as it is efficient."]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="network" data-section="network">
|
||||
<SectionErrorBoundary name="network">
|
||||
<div id="network" data-section="network">
|
||||
<SectionErrorBoundary name="network">
|
||||
<FeaturesMediaCards
|
||||
tag="Operational Infrastructure"
|
||||
title="Connected Global Network"
|
||||
description="Our technological backbone powers a seamless web of logistics hubs across every continent."
|
||||
items={[
|
||||
{
|
||||
title: "Digital Intelligence",
|
||||
description: "AI-driven route optimization and real-time asset management.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/map-pin-right-side_187299-44859.jpg",
|
||||
},
|
||||
{
|
||||
title: "Automated Logistics",
|
||||
description: "State-of-the-art handling facilities ensuring precision and speed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shipping-center-features-products-delivery-procedures-transit_482257-83354.jpg",
|
||||
},
|
||||
{
|
||||
title: "Strategic Hubs",
|
||||
description: "Geographically optimized nodes for maximum throughput.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663041.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Operational Infrastructure"
|
||||
title="Connected Global Network"
|
||||
description="Our technological backbone powers a seamless web of logistics hubs across every continent."
|
||||
items={[
|
||||
{
|
||||
title: "Digital Intelligence", description: "AI-driven route optimization and real-time asset management.", imageSrc: "http://img.b2bpic.net/free-photo/map-pin-right-side_187299-44859.jpg"},
|
||||
{
|
||||
title: "Automated Logistics", description: "State-of-the-art handling facilities ensuring precision and speed.", imageSrc: "http://img.b2bpic.net/free-photo/shipping-center-features-products-delivery-procedures-transit_482257-83354.jpg"},
|
||||
{
|
||||
title: "Strategic Hubs", description: "Geographically optimized nodes for maximum throughput.", imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663041.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsFeatureCards
|
||||
tag="Efficiency Metrics"
|
||||
title="Quantifiable Excellence"
|
||||
description="Our performance metrics reflect our commitment to constant improvement."
|
||||
metrics={[
|
||||
{
|
||||
value: "99.8%",
|
||||
title: "On-Time Delivery",
|
||||
features: [
|
||||
"Advanced fleet tracking",
|
||||
"Real-time alerts",
|
||||
"Predictive scheduling",
|
||||
],
|
||||
},
|
||||
{
|
||||
value: "450+",
|
||||
title: "Strategic Nodes",
|
||||
features: [
|
||||
"Major hub access",
|
||||
"Local warehouse network",
|
||||
"Last-mile capability",
|
||||
],
|
||||
},
|
||||
{
|
||||
value: "12M+",
|
||||
title: "Packages Handled",
|
||||
features: [
|
||||
"High capacity throughput",
|
||||
"Safety protocol integration",
|
||||
"Automated processing",
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Efficiency Metrics"
|
||||
title="Quantifiable Excellence"
|
||||
description="Our performance metrics reflect our commitment to constant improvement."
|
||||
metrics={[
|
||||
{
|
||||
value: "99.8%", title: "On-Time Delivery", features: [
|
||||
"Advanced fleet tracking", "Real-time alerts", "Predictive scheduling"],
|
||||
},
|
||||
{
|
||||
value: "450+", title: "Strategic Nodes", features: [
|
||||
"Major hub access", "Local warehouse network", "Last-mile capability"],
|
||||
},
|
||||
{
|
||||
value: "12M+", title: "Packages Handled", features: [
|
||||
"High capacity throughput", "Safety protocol integration", "Automated processing"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<SectionErrorBoundary name="testimonial">
|
||||
<div id="testimonial" data-section="testimonial">
|
||||
<SectionErrorBoundary name="testimonial">
|
||||
<TestimonialRatingCards
|
||||
tag="Client Success"
|
||||
title="Reliable Partner"
|
||||
description="Voices from our partners across the globe."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Rossi",
|
||||
role: "Head of Operations",
|
||||
company: "TechInnovate",
|
||||
quote: "Aydemirler Group transformed our complex supply chain into a streamlined asset.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-middle-aged-business-leader_1262-4838.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Thorne",
|
||||
role: "Director of Growth",
|
||||
company: "GlobalRetail",
|
||||
quote: "Their precision in last-mile logistics is unmatched in the industry today.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/annoyed-young-handsome-man-wearing-glasses-standing-with-closed-posture-looking-front-isolated-pink-wall_141793-74094.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Jenkins",
|
||||
role: "CEO",
|
||||
company: "Streamlined Co",
|
||||
quote: "Innovation and reliability combined into one seamless experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4755.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Wu",
|
||||
role: "VP Logistics",
|
||||
company: "LogiDynamics",
|
||||
quote: "The most sophisticated logistics interface I have ever interacted with.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda Peterson",
|
||||
role: "COO",
|
||||
company: "RetailDirect",
|
||||
quote: "Aydemirler Group's data-driven insights have saved us millions.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-1886.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Client Success"
|
||||
title="Reliable Partner"
|
||||
description="Voices from our partners across the globe."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Elena Rossi", role: "Head of Operations", quote: "Aydemirler Group transformed our complex supply chain into a streamlined asset.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-middle-aged-business-leader_1262-4838.jpg"},
|
||||
{
|
||||
name: "Marcus Thorne", role: "Director of Growth", quote: "Their precision in last-mile logistics is unmatched in the industry today.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/annoyed-young-handsome-man-wearing-glasses-standing-with-closed-posture-looking-front-isolated-pink-wall_141793-74094.jpg"},
|
||||
{
|
||||
name: "Sarah Jenkins", role: "CEO", quote: "Innovation and reliability combined into one seamless experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4755.jpg"},
|
||||
{
|
||||
name: "David Wu", role: "VP Logistics", quote: "The most sophisticated logistics interface I have ever interacted with.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-macho-male-dressed-suit-dark-grey-background_613910-1524.jpg"},
|
||||
{
|
||||
name: "Linda Peterson", role: "COO", quote: "Aydemirler Group's data-driven insights have saved us millions.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-black-man-wool-suit_613910-1886.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<SocialProofMarquee
|
||||
tag="Our Global Partners"
|
||||
title="Trust Across Borders"
|
||||
description="Collaborating with industry leaders worldwide."
|
||||
names={[
|
||||
"Lufthansa",
|
||||
"FedEx",
|
||||
"DHL",
|
||||
"Maersk",
|
||||
"CMA CGM",
|
||||
"MSC",
|
||||
"Hapag-Lloyd",
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Global Partners"
|
||||
title="Trust Across Borders"
|
||||
description="Collaborating with industry leaders worldwide."
|
||||
names={[
|
||||
"Lufthansa", "FedEx", "DHL", "Maersk", "CMA CGM", "MSC", "Hapag-Lloyd"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqSimple
|
||||
tag="Inquiry"
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to the most common queries regarding our services."
|
||||
items={[
|
||||
{
|
||||
question: "What areas does Aydemirler Group cover?",
|
||||
answer: "We operate a comprehensive global network covering major continents with 450+ strategic nodes.",
|
||||
},
|
||||
{
|
||||
question: "How do we ensure cargo safety?",
|
||||
answer: "We utilize advanced fleet tracking and strict safety protocols to ensure cargo integrity throughout the journey.",
|
||||
},
|
||||
{
|
||||
question: "Can I integrate your API into my system?",
|
||||
answer: "Yes, our API is designed for seamless integration with ERP and CRM platforms.",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Inquiry"
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to the most common queries regarding our services."
|
||||
items={[
|
||||
{
|
||||
question: "What areas does Aydemirler Group cover?", answer: "We operate a comprehensive global network covering major continents with 450+ strategic nodes."},
|
||||
{
|
||||
question: "How do we ensure cargo safety?", answer: "We utilize advanced fleet tracking and strict safety protocols to ensure cargo integrity throughout the journey."},
|
||||
{
|
||||
question: "Can I integrate your API into my system?", answer: "Yes, our API is designed for seamless integration with ERP and CRM platforms."},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Get In Touch"
|
||||
text="Ready to redefine your supply chain efficiency?"
|
||||
primaryButton={{
|
||||
text: "Contact Sales",
|
||||
href: "#",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Request Quote",
|
||||
href: "#",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Get In Touch"
|
||||
text="Ready to redefine your supply chain efficiency?"
|
||||
primaryButton={{
|
||||
text: "Contact Sales", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "Request Quote", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user