diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 8fc9c54..f4edf8c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -11,219 +11,142 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { return ( <> -
- +
+ - -
+ 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" + /> +
+
-
- +
+ - -
+ 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."]} + /> +
+
-
- +
+ - -
+ 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"}, + ]} + /> +
+
-
- +
+ - -
+ 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"], + }, + ]} + /> +
+
-
- +
+ - -
+ 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"}, + ]} + /> +
+
-
- +
+ - -
+ tag="Our Global Partners" + title="Trust Across Borders" + description="Collaborating with industry leaders worldwide." + names={[ + "Lufthansa", "FedEx", "DHL", "Maersk", "CMA CGM", "MSC", "Hapag-Lloyd"]} + /> +
+
-
- +
+ - -
+ 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."}, + ]} + /> +
+
-
- +
+ - -
+ tag="Get In Touch" + text="Ready to redefine your supply chain efficiency?" + primaryButton={{ + text: "Contact Sales", href: "#"}} + secondaryButton={{ + text: "Request Quote", href: "#"}} + /> +
+
); }