Spaces:
Running
Running
Build a clean, modern, mobile-friendly website for EXVIA Import & Exports Ltd, a Nigerian company that exports agricultural products and imports essential commodities.
222d391 verified | <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>EXVIA Import & Exports Ltd | Nigerian Agricultural Trade Experts</title> | |
| <meta name="description" content="EXVIA exports premium Nigerian agricultural products like hibiscus, sesame, and cashew while importing essential commodities to meet local demand."> | |
| <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet"> | |
| <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script> | |
| <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script> | |
| <script src="https://unpkg.com/feather-icons"></script> | |
| <style> | |
| .hero-bg { | |
| background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('http://static.photos/agriculture/1200x630/5'); | |
| background-size: cover; | |
| background-position: center; | |
| } | |
| .card-hover:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1); | |
| } | |
| .transition-slow { | |
| transition: all 0.5s ease; | |
| } | |
| </style> | |
| </head> | |
| <body class="font-sans bg-gray-50"> | |
| <!-- Navigation --> | |
| <nav class="bg-white shadow-sm sticky top-0 z-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="flex justify-between h-16"> | |
| <div class="flex items-center"> | |
| <div class="flex-shrink-0 flex items-center"> | |
| <i data-feather="globe" class="h-8 w-8 text-emerald-700"></i> | |
| <span class="ml-2 text-xl font-semibold text-emerald-800">EXVIA</span> | |
| </div> | |
| </div> | |
| <div class="hidden md:ml-6 md:flex md:items-center md:space-x-8"> | |
| <a href="index.html" class="text-emerald-700 border-b-2 border-emerald-700 px-3 py-2 text-sm font-medium">Home</a> | |
| <a href="about.html" class="text-gray-700 hover:text-emerald-600 px-3 py-2 text-sm font-medium">About Us</a> | |
| <a href="products.html" class="text-gray-700 hover:text-emerald-600 px-3 py-2 text-sm font-medium">Products</a> | |
| <a href="contact.html" class="text-gray-700 hover:text-emerald-600 px-3 py-2 text-sm font-medium">Contact</a> | |
| </div> | |
| <div class="-mr-2 flex items-center md:hidden"> | |
| <button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-700 hover:text-emerald-600 focus:outline-none"> | |
| <i data-feather="menu"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </div> | |
| </nav> | |
| <!-- Hero Section --> | |
| <div class="hero-bg text-white py-24 px-4 sm:px-6 lg:px-8"> | |
| <div class="max-w-3xl mx-auto text-center" data-aos="fade-up"> | |
| <h1 class="text-4xl md:text-5xl font-bold mb-6">Moving Nigeria's Best Crops to the World</h1> | |
| <p class="text-xl mb-8">EXVIA Import & Exports Ltd exports premium Nigerian agricultural products while importing essential commodities to meet local demand.</p> | |
| <div class="flex flex-col sm:flex-row justify-center gap-4"> | |
| <a href="products.html" class="bg-emerald-700 hover:bg-emerald-800 text-white px-6 py-3 rounded-md font-medium transition-slow">View Our Products</a> | |
| <a href="contact.html" class="bg-white hover:bg-gray-100 text-emerald-800 px-6 py-3 rounded-md font-medium transition-slow">Contact Us</a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Featured Products --> | |
| <div class="py-16 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-12" data-aos="fade-up"> | |
| <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">Our Premium Exports</h2> | |
| <p class="mt-4 max-w-2xl text-xl text-gray-600 mx-auto">High-quality Nigerian agricultural products trusted worldwide</p> | |
| </div> | |
| <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-8"> | |
| <!-- Product 1 --> | |
| <div class="bg-gray-50 rounded-lg overflow-hidden shadow-md card-hover transition-slow" data-aos="fade-up" data-aos-delay="100"> | |
| <img src="http://static.photos/food/640x360/1" alt="Hibiscus flowers" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-lg font-medium text-gray-900 mb-2">Hibiscus Flowers</h3> | |
| <p class="text-gray-600">Premium quality, rich in antioxidants and perfect for teas.</p> | |
| </div> | |
| </div> | |
| <!-- Product 2 --> | |
| <div class="bg-gray-50 rounded-lg overflow-hidden shadow-md card-hover transition-slow" data-aos="fade-up" data-aos-delay="200"> | |
| <img src="http://static.photos/food/640x360/2" alt="Sesame seeds" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-lg font-medium text-gray-900 mb-2">Sesame Seeds</h3> | |
| <p class="text-gray-600">High oil content, excellent for culinary and cosmetic uses.</p> | |
| </div> | |
| </div> | |
| <!-- Product 3 --> | |
| <div class="bg-gray-50 rounded-lg overflow-hidden shadow-md card-hover transition-slow" data-aos="fade-up" data-aos-delay="300"> | |
| <img src="http://static.photos/food/640x360/3" alt="Ginger" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-lg font-medium text-gray-900 mb-2">Ginger</h3> | |
| <p class="text-gray-600">Pungent and aromatic, ideal for both culinary and medicinal purposes.</p> | |
| </div> | |
| </div> | |
| <!-- Product 4 --> | |
| <div class="bg-gray-50 rounded-lg overflow-hidden shadow-md card-hover transition-slow" data-aos="fade-up" data-aos-delay="400"> | |
| <img src="http://static.photos/food/640x360/4" alt="Cashew nuts" class="w-full h-48 object-cover"> | |
| <div class="p-6"> | |
| <h3 class="text-lg font-medium text-gray-900 mb-2">Cashew Nuts</h3> | |
| <p class="text-gray-600">Premium grade, rich in nutrients and delicious taste.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="text-center mt-12" data-aos="fade-up"> | |
| <a href="products.html" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-emerald-700 hover:bg-emerald-800 transition-slow"> | |
| View All Products | |
| <i data-feather="arrow-right" class="ml-2"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- About Section --> | |
| <div class="py-16 bg-emerald-50"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="lg:grid lg:grid-cols-2 lg:gap-8 items-center"> | |
| <div class="mb-8 lg:mb-0" data-aos="fade-right"> | |
| <img src="http://static.photos/office/640x360/1" alt="EXVIA team" class="rounded-lg shadow-lg w-full"> | |
| </div> | |
| <div data-aos="fade-left"> | |
| <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl mb-6">About EXVIA Import & Exports</h2> | |
| <p class="text-gray-600 mb-4">Founded in Nigeria, EXVIA Import & Exports Ltd has built a reputation for excellence in agricultural trade, connecting Nigerian farmers with global markets while ensuring essential commodities reach local communities.</p> | |
| <p class="text-gray-600 mb-6">Our mission is to promote Nigeria's agricultural wealth internationally while supporting domestic needs through strategic imports.</p> | |
| <a href="about.html" class="inline-flex items-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-white bg-emerald-700 hover:bg-emerald-800 transition-slow"> | |
| Learn More About Us | |
| <i data-feather="arrow-right" class="ml-2"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Testimonials --> | |
| <div class="py-16 bg-white"> | |
| <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
| <div class="text-center mb-12" data-aos="fade-up"> | |
| <h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl">Trusted By Global Partners</h2> | |
| </div> | |
| <div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
| <div class="bg-gray-50 p-6 rounded-lg shadow-sm" data-aos="fade-up" data-aos-delay="100"> | |
| <div class="flex items-center mb-4"> | |
| <i data-feather="star" class="text-yellow-400 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-400 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-400 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-400 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-400"></i> | |
| </div> | |
| <p class="text-gray-600 italic mb-4">"EXVIA consistently delivers premium quality Nigerian sesame seeds. Their reliability and professionalism make them our preferred supplier."</p> | |
| <p class="text-gray-800 font-medium">— Ahmed K., Food Processor, Egypt</p> | |
| </div> | |
| <div class="bg-gray-50 p-6 rounded-lg shadow-sm" data-aos="fade-up" data-aos-delay="200"> | |
| <div class="flex items-center mb-4"> | |
| <i data-feather="star" class="text-yellow-400 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-400 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-400 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-400 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-400"></i> | |
| </div> | |
| <p class="text-gray-600 italic mb-4">"The hibiscus flowers we receive from EXVIA are superior in color and aroma. Their quality control is exceptional."</p> | |
| <p class="text-gray-800 font-medium">— Maria L., Tea Manufacturer, Germany</p> | |
| </div> | |
| <div class="bg-gray-50 p-6 rounded-lg shadow-sm" data-aos="fade-up" data-aos-delay="300"> | |
| <div class="flex items-center mb-4"> | |
| <i data-feather="star" class="text-yellow-400 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-400 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-400 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-400 mr-1"></i> | |
| <i data-feather="star" class="text-yellow-400"></i> | |
| </div> | |
| <p class="text-gray-600 italic mb-4">"As a local retailer, we appreciate EXVIA's commitment to bringing quality imported goods to Nigerian markets at competitive prices."</p> | |
| <p class="text-gray-800 font-medium">— Fatima B., Retail Chain Owner, Nigeria</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- CTA Section --> | |
| <div class="bg-emerald-700"> | |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:py-16 lg:px-8 lg:flex lg:items-center lg:justify-between"> | |
| <h2 class="text-3xl font-extrabold tracking-tight text-white sm:text-4xl" data-aos="fade-right"> | |
| <span class="block">Ready to trade with Nigeria's agricultural experts?</span> | |
| <span class="block text-emerald-200">Contact us today to discuss your needs.</span> | |
| </h2> | |
| <div class="mt-8 flex lg:mt-0 lg:flex-shrink-0" data-aos="fade-left"> | |
| <a href="contact.html" class="inline-flex items-center justify-center px-6 py-3 border border-transparent text-base font-medium rounded-md text-emerald-700 bg-white hover:bg-gray-100 transition-slow"> | |
| Get In Touch | |
| <i data-feather="mail" class="ml-2"></i> | |
| </a> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Footer --> | |
| <footer class="bg-gray-800 text-white"> | |
| <div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8"> | |
| <div class="grid grid-cols-1 md:grid-cols-4 gap-8"> | |
| <div> | |
| <h3 class="text-lg font-semibold mb-4">EXVIA</h3> | |
| <p class="text-gray-400">Bridging Nigeria's agricultural wealth with global markets while supporting local needs.</p> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-semibold mb-4">Quick Links</h3> | |
| <ul class="space-y-2"> | |
| <li><a href="index.html" class="text-gray-400 hover:text-white transition-slow">Home</a></li> | |
| <li><a href="about.html" class="text-gray-400 hover:text-white transition-slow">About Us</a></li> | |
| <li><a href="products.html" class="text-gray-400 hover:text-white transition-slow">Products</a></li> | |
| <li><a href="contact.html" class="text-gray-400 hover:text-white transition-slow">Contact</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-semibold mb-4">Contact</h3> | |
| <ul class="space-y-2 text-gray-400"> | |
| <li class="flex items-center"><i data-feather="map-pin" class="mr-2 h-4 w-4"></i> Kano, Nigeria</li> | |
| <li class="flex items-center"><i data-feather="phone" class="mr-2 h-4 w-4"></i> +234 XXX XXX XXXX</li> | |
| <li class="flex items-center"><i data-feather="mail" class="mr-2 h-4 w-4"></i> info@exvia.com</li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h3 class="text-lg font-semibold mb-4">Follow Us</h3> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="text-gray-400 hover:text-white transition-slow"><i data-feather="facebook"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white transition-slow"><i data-feather="twitter"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white transition-slow"><i data-feather="linkedin"></i></a> | |
| <a href="#" class="text-gray-400 hover:text-white transition-slow"><i data-feather="instagram"></i></a> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="mt-12 pt-8 border-t border-gray-700 text-center text-gray-400"> | |
| <p>© 2023 EXVIA Import & Exports Ltd. All rights reserved.</p> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| AOS.init({ | |
| duration: 800, | |
| easing: 'ease-in-out', | |
| once: true | |
| }); | |
| feather.replace(); | |
| </script> | |
| </body> | |
| </html> | |