exvia-export / contact.html
marzool009's picture
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact EXVIA Import & Exports Ltd | Nigerian Agricultural Trade Experts</title>
<meta name="description" content="Get in touch with EXVIA for premium Nigerian agricultural exports and essential commodity imports. Our team is ready to assist you.">
<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>
.contact-bg {
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('http://static.photos/office/1200x400/4');
background-size: cover;
background-position: center;
}
.transition-slow {
transition: all 0.5s ease;
}
#map {
height: 400px;
width: 100%;
}
</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-gray-700 hover:text-emerald-600 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-emerald-700 border-b-2 border-emerald-700 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>
<!-- Page Header -->
<div class="contact-bg text-white py-20 px-4 sm:px-6 lg:px-8">
<div class="max-w-3xl mx-auto text-center">
<h1 class="text-4xl md:text-5xl font-bold mb-6" data-aos="fade-up">Get In Touch</h1>
<p class="text-xl" data-aos="fade-up" data-aos-delay="100">Our team is ready to assist with your agricultural export and import needs</p>
</div>
</div>
<!-- Contact Content -->
<div class="py-16 bg-white">
<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-12">
<div class="mb-12 lg:mb-0" data-aos="fade-right">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl mb-6">Contact Information</h2>
<p class="text-gray-600 mb-8">Whether you're interested in our agricultural exports or need information about our import services, we're here to help. Reach out through any of the channels below.</p>
<div class="space-y-6">
<div class="flex items-start">
<div class="bg-emerald-100 p-3 rounded-full mr-4">
<i data-feather="map-pin" class="h-6 w-6 text-emerald-700"></i>
</div>
<div>
<h3 class="text-lg font-medium text-gray-900 mb-1">Our Office</h3>
<p class="text-gray-600">123 Trade Avenue, Kano Business District<br>Kano, Nigeria</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-emerald-100 p-3 rounded-full mr-4">
<i data-feather="phone" class="h-6 w-6 text-emerald-700"></i>
</div>
<div>
<h3 class="text-lg font-medium text-gray-900 mb-1">Phone</h3>
<p class="text-gray-600">+234 123 456 7890<br>Monday - Friday, 8:00 AM - 5:00 PM</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-emerald-100 p-3 rounded-full mr-4">
<i data-feather="mail" class="h-6 w-6 text-emerald-700"></i>
</div>
<div>
<h3 class="text-lg font-medium text-gray-900 mb-1">Email</h3>
<p class="text-gray-600">info@exvia.com<br>sales@exvia.com</p>
</div>
</div>
</div>
<div class="mt-10">
<h3 class="text-xl font-bold text-gray-900 mb-4">Connect With Us</h3>
<div class="flex space-x-4">
<a href="#" class="bg-gray-100 hover:bg-emerald-100 p-3 rounded-full transition-slow">
<i data-feather="facebook" class="h-5 w-5 text-emerald-700"></i>
</a>
<a href="#" class="bg-gray-100 hover:bg-emerald-100 p-3 rounded-full transition-slow">
<i data-feather="twitter" class="h-5 w-5 text-emerald-700"></i>
</a>
<a href="#" class="bg-gray-100 hover:bg-emerald-100 p-3 rounded-full transition-slow">
<i data-feather="linkedin" class="h-5 w-5 text-emerald-700"></i>
</a>
<a href="#" class="bg-gray-100 hover:bg-emerald-100 p-3 rounded-full transition-slow">
<i data-feather="instagram" class="h-5 w-5 text-emerald-700"></i>
</a>
</div>
</div>
</div>
<div data-aos="fade-left">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl mb-6">Send Us a Message</h2>
<form class="space-y-6">
<div>
<label for="name" class="block text-sm font-medium text-gray-700">Full Name</label>
<input type="text" id="name" name="name" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-emerald-500 focus:border-emerald-500">
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700">Email Address</label>
<input type="email" id="email" name="email" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-emerald-500 focus:border-emerald-500">
</div>
<div>
<label for="phone" class="block text-sm font-medium text-gray-700">Phone Number</label>
<input type="tel" id="phone" name="phone" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-emerald-500 focus:border-emerald-500">
</div>
<div>
<label for="subject" class="block text-sm font-medium text-gray-700">Subject</label>
<select id="subject" name="subject" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-emerald-500 focus:border-emerald-500">
<option>General Inquiry</option>
<option>Export Products</option>
<option>Import Services</option>
<option>Partnership Opportunities</option>
</select>
</div>
<div>
<label for="message" class="block text-sm font-medium text-gray-700">Message</label>
<textarea id="message" name="message" rows="4" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-2 px-3 focus:outline-none focus:ring-emerald-500 focus:border-emerald-500"></textarea>
</div>
<div>
<button type="submit" class="w-full flex justify-center py-3 px-4 border border-transparent rounded-md shadow-sm text-sm font-medium text-white bg-emerald-700 hover:bg-emerald-800 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-emerald-500 transition-slow">
Send Message
<i data-feather="send" class="ml-2"></i>
</button>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Map Section -->
<div class="bg-gray-100 py-16">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<h2 class="text-3xl font-extrabold text-gray-900 sm:text-4xl mb-8 text-center" data-aos="fade-up">Our Location</h2>
<div id="map" class="rounded-lg shadow-lg" data-aos="fade-up"></div>
</div>
</div>
<!-- WhatsApp CTA -->
<div class="bg-emerald-700 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<div class="max-w-3xl mx-auto">
<h2 class="text-2xl font-bold text-white mb-4" data-aos="fade-up">Prefer to chat directly?</h2>
<p class="text-em
</body>
</html>