molosh17's picture
Create a homepage for a shipping and logistics company named Africa Logistics Corp. Egypt
3577aec verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NileFlow Express Logistics - Premium Shipping Solutions</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#1e40af',
secondary: '#dc2626'
}
}
}
}
</script>
</head>
<body class="bg-gray-50">
<!-- Navigation Component -->
<custom-navigation></custom-navigation>
<!-- Hero Section -->
<section class="relative bg-gradient-to-r from-primary to-blue-800 text-white py-20">
<div class="absolute inset-0 bg-black opacity-20"></div>
<div class="container mx-auto px-6 relative z-10">
<div class="max-w-3xl">
<h1 class="text-5xl md:text-6xl font-bold mb-6 leading-tight">
Connecting Africa to the World
</h1>
<p class="text-xl md:text-2xl mb-8 opacity-90">
Premium logistics solutions powered by NileFlow Express. Fast, reliable, and efficient shipping across continents.
</p>
<div class="flex flex-col sm:flex-row gap-4">
<a href="/tracking" class="bg-secondary hover:bg-red-700 text-white px-8 py-4 rounded-lg font-semibold text-lg transition duration-300 transform hover:scale-105 text-center">
Track Your Shipment
</a>
<a href="/services" class="border-2 border-white hover:bg-white hover:text-primary text-white px-8 py-4 rounded-lg font-semibold text-lg transition duration-300 text-center">
Our Services
</a>
</div>
</div>
</div>
<div class="absolute bottom-0 right-0 w-1/3 h-full overflow-hidden">
<img src="http://static.photos/technology/1200x630/42" alt="Logistics Technology" class="w-full h-full object-cover opacity-20">
</div>
</section>
<!-- Features Section -->
<section class="py-20 bg-white">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-gray-800 mb-4">Why Choose NileFlow Express?</h2>
<p class="text-xl text-gray-600 max-w-2xl mx-auto">We deliver excellence in every shipment with cutting-edge technology and decades of experience.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-gray-50 p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300">
<div class="w-16 h-16 bg-primary rounded-full flex items-center justify-center mb-6">
<i data-feather="clock" class="text-white w-8 h-8"></i>
</div>
<h3 class="text-2xl font-bold text-gray-800 mb-4">Fast Delivery</h3>
<p class="text-gray-600">Express shipping solutions with real-time tracking and guaranteed delivery times.</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300">
<div class="w-16 h-16 bg-primary rounded-full flex items-center justify-center mb-6">
<i data-feather="shield" class="text-white w-8 h-8"></i>
</div>
<h3 class="text-2xl font-bold text-gray-800 mb-4">Secure Handling</h3>
<p class="text-gray-600">Advanced security measures and insurance options for complete peace of mind.</p>
</div>
<div class="bg-gray-50 p-8 rounded-xl shadow-lg hover:shadow-xl transition duration-300">
<div class="w-16 h-16 bg-primary rounded-full flex items-center justify-center mb-6">
<i data-feather="globe" class="text-white w-8 h-8"></i>
</div>
<h3 class="text-2xl font-bold text-gray-800 mb-4">Global Network</h3>
<p class="text-gray-600">Extensive network covering major African ports and international destinations worldwide.</p>
</div>
</div>
</div>
</section>
<!-- Services Preview -->
<section class="py-20 bg-gradient-to-br from-gray-100 to-gray-200">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-gray-800 mb-4">Our Premium Services</h2>
<p class="text-xl text-gray-600">Comprehensive logistics solutions tailored to your business needs.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="bg-white rounded-xl shadow-lg overflow-hidden hover:transform hover:scale-105 transition duration-300">
<img src="http://static.photos/industry/640x360/1" alt="Air Freight" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-3">Air Freight</h3>
<p class="text-gray-600 mb-4">Express air cargo services for time-sensitive shipments.</p>
<a href="/air-freight" class="text-primary font-semibold hover:text-blue-700 transition duration-300">Learn More →</a>
</div>
</div>
<div class="bg-white rounded-xl shadow-lg overflow-hidden hover:transform hover:scale-105 transition duration-300">
<img src="http://static.photos/industry/640x360/2" alt="Sea Freight" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-3">Sea Freight</h3>
<p class="text-gray-600 mb-4">Cost-effective container shipping for bulk cargo.</p>
<a href="/sea-freight" class="text-primary font-semibold hover:text-blue-700 transition duration-300">Learn More →</a>
</div>
</div>
<div class="bg-white rounded-xl shadow-lg overflow-hidden hover:transform hover:scale-105 transition duration-300">
<img src="http://static.photos/industry/640x360/3" alt="Land Transport" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-3">Land Transport</h3>
<p class="text-gray-600 mb-4">Reliable trucking and rail services across Africa.</p>
<a href="/land-transport" class="text-primary font-semibold hover:text-blue-700 transition duration-300">Learn More →</a>
</div>
</div>
<div class="bg-white rounded-xl shadow-lg overflow-hidden hover:transform hover:scale-105 transition duration-300">
<img src="http://static.photos/technology/640x360/4" alt="Warehousing" class="w-full h-48 object-cover">
<div class="p-6">
<h3 class="text-xl font-bold text-gray-800 mb-3">Warehousing</h3>
<p class="text-gray-600 mb-4">Secure storage solutions with inventory management.</p>
<a href="/warehousing" class="text-primary font-semibold hover:text-blue-700 transition duration-300">Learn More →</a>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 bg-primary text-white">
<div class="container mx-auto px-6 text-center">
<h2 class="text-4xl font-bold mb-6">Ready to Ship with Confidence?</h2>
<p class="text-xl mb-8 max-w-2xl mx-auto">Join thousands of satisfied clients who trust NileFlow Express for their logistics needs.</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<a href="/quote" class="bg-secondary hover:bg-red-700 text-white px-8 py-4 rounded-lg font-semibold text-lg transition duration-300">
Get Free Quote
</a>
<a href="/contact" class="border-2 border-white hover:bg-white hover:text-primary text-white px-8 py-4 rounded-lg font-semibold text-lg transition duration-300">
Contact Us
</a>
</div>
</div>
</section>
<!-- Footer Component -->
<custom-footer></custom-footer>
<!-- Include Components -->
<script src="components/navigation.js"></script>
<script src="components/footer.js"></script>
<script src="script.js"></script>
<script>
feather.replace();
</script>
<script src="https://huggingface.co/deepsite/deepsite-badge.js"></script>
</body>
</html>