nexusseo / index.html
robycigar's picture
Add 2 files
6c6eda3 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NexusSEO | Premium Search Engine Optimization Services</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
/* Custom CSS */
.hero-gradient {
background: linear-gradient(135deg, #4f46e5 0%, #10b981 100%);
}
.feature-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.stats-item {
position: relative;
}
.stats-item::after {
content: '';
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
height: 50%;
width: 1px;
background-color: rgba(255, 255, 255, 0.2);
}
.stats-item:last-child::after {
display: none;
}
.testimonial-card {
transition: all 0.3s ease;
}
.testimonial-card:hover {
transform: scale(1.03);
}
.nav-link {
position: relative;
}
.nav-link::after {
content: '';
position: absolute;
bottom: -5px;
left: 0;
width: 0;
height: 2px;
background-color: #4f46e5;
transition: width 0.3s ease;
}
.nav-link:hover::after {
width: 100%;
}
.animate-float {
animation: float 3s ease-in-out infinite;
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-15px); }
100% { transform: translateY(0px); }
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Navigation -->
<nav class="bg-white shadow-md 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-20 items-center">
<div class="flex-shrink-0 flex items-center">
<span class="text-2xl font-bold text-indigo-600">Nexus<span class="text-emerald-500">SEO</span></span>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-center space-x-8">
<a href="#home" class="nav-link text-gray-700 hover:text-indigo-600 px-3 py-2 font-medium">Home</a>
<a href="#services" class="nav-link text-gray-700 hover:text-indigo-600 px-3 py-2 font-medium">Services</a>
<a href="#about" class="nav-link text-gray-700 hover:text-indigo-600 px-3 py-2 font-medium">About</a>
<a href="#results" class="nav-link text-gray-700 hover:text-indigo-600 px-3 py-2 font-medium">Results</a>
<a href="#testimonials" class="nav-link text-gray-700 hover:text-indigo-600 px-3 py-2 font-medium">Testimonials</a>
<a href="#contact" class="bg-indigo-600 text-white px-6 py-2 rounded-md font-medium hover:bg-indigo-700 transition duration-300">Get Started</a>
</div>
</div>
<div class="md:hidden">
<button id="mobile-menu-button" class="text-gray-700 hover:text-indigo-600 focus:outline-none">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden bg-white shadow-lg">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
<a href="#home" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-indigo-600 hover:bg-gray-50">Home</a>
<a href="#services" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-indigo-600 hover:bg-gray-50">Services</a>
<a href="#about" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-indigo-600 hover:bg-gray-50">About</a>
<a href="#results" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-indigo-600 hover:bg-gray-50">Results</a>
<a href="#testimonials" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-indigo-600 hover:bg-gray-50">Testimonials</a>
<a href="#contact" class="block px-3 py-2 rounded-md text-base font-medium text-white bg-indigo-600 hover:bg-indigo-700">Get Started</a>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero-gradient text-white py-20 md:py-32">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0">
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold leading-tight mb-6">Dominate Search Rankings With Our <span class="text-yellow-300">SEO Expertise</span></h1>
<p class="text-lg md:text-xl mb-8 opacity-90">We help businesses increase organic traffic, improve search rankings, and generate more leads through proven SEO strategies.</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#contact" class="bg-white text-indigo-600 px-8 py-3 rounded-md font-bold text-lg hover:bg-gray-100 transition duration-300 text-center">Get Free Audit</a>
<a href="#services" class="border-2 border-white text-white px-8 py-3 rounded-md font-bold text-lg hover:bg-white hover:text-indigo-600 transition duration-300 text-center">Our Services</a>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<img src="https://cdn-icons-png.flaticon.com/512/2282/2282188.png" alt="SEO Illustration" class="w-3/4 md:w-full max-w-md animate-float">
</div>
</div>
</div>
</section>
<!-- Stats Section -->
<section class="bg-gray-900 text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
<div class="stats-item">
<div class="text-4xl font-bold text-indigo-400 mb-2">250+</div>
<div class="text-gray-300">Happy Clients</div>
</div>
<div class="stats-item">
<div class="text-4xl font-bold text-emerald-400 mb-2">98%</div>
<div class="text-gray-300">Retention Rate</div>
</div>
<div class="stats-item">
<div class="text-4xl font-bold text-yellow-400 mb-2">3.5x</div>
<div class="text-gray-300">Avg. Traffic Growth</div>
</div>
<div class="stats-item">
<div class="text-4xl font-bold text-pink-400 mb-2">500+</div>
<div class="text-gray-300">Keywords Ranked</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-20 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Our <span class="text-indigo-600">SEO Services</span></h2>
<p class="text-lg text-gray-600 max-w-2xl mx-auto">Comprehensive SEO solutions tailored to your business needs and goals.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Service 1 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden feature-card transition duration-300">
<div class="p-6">
<div class="w-16 h-16 bg-indigo-100 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-search text-indigo-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Keyword Research</h3>
<p class="text-gray-600 mb-4">We identify high-value keywords that drive targeted traffic to your website, ensuring you rank for terms that convert.</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-center">
<i class="fas fa-check-circle text-emerald-500 mr-2"></i>
<span>Competitor analysis</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-emerald-500 mr-2"></i>
<span>Search volume assessment</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-emerald-500 mr-2"></i>
<span>Buyer intent matching</span>
</li>
</ul>
</div>
</div>
<!-- Service 2 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden feature-card transition duration-300">
<div class="p-6">
<div class="w-16 h-16 bg-indigo-100 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-file-alt text-indigo-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">On-Page Optimization</h3>
<p class="text-gray-600 mb-4">We optimize every element of your website to improve search visibility and user experience.</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-center">
<i class="fas fa-check-circle text-emerald-500 mr-2"></i>
<span>Content optimization</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-emerald-500 mr-2"></i>
<span>Meta tags & schema markup</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-emerald-500 mr-2"></i>
<span>Internal linking strategy</span>
</li>
</ul>
</div>
</div>
<!-- Service 3 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden feature-card transition duration-300">
<div class="p-6">
<div class="w-16 h-16 bg-indigo-100 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-link text-indigo-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Link Building</h3>
<p class="text-gray-600 mb-4">We build high-quality backlinks from authoritative websites to boost your domain authority and rankings.</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-center">
<i class="fas fa-check-circle text-emerald-500 mr-2"></i>
<span>Guest posting</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-emerald-500 mr-2"></i>
<span>Broken link building</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-emerald-500 mr-2"></i>
<span>Digital PR campaigns</span>
</li>
</ul>
</div>
</div>
<!-- Service 4 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden feature-card transition duration-300">
<div class="p-6">
<div class="w-16 h-16 bg-indigo-100 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-chart-line text-indigo-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Technical SEO</h3>
<p class="text-gray-600 mb-4">We fix technical issues that prevent search engines from properly crawling and indexing your website.</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-center">
<i class="fas fa-check-circle text-emerald-500 mr-2"></i>
<span>Site speed optimization</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-emerald-500 mr-2"></i>
<span>Mobile responsiveness</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-emerald-500 mr-2"></i>
<span>Structured data implementation</span>
</li>
</ul>
</div>
</div>
<!-- Service 5 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden feature-card transition duration-300">
<div class="p-6">
<div class="w-16 h-16 bg-indigo-100 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-shopping-cart text-indigo-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">E-commerce SEO</h3>
<p class="text-gray-600 mb-4">Specialized SEO strategies for online stores to increase product visibility and drive more sales.</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-center">
<i class="fas fa-check-circle text-emerald-500 mr-2"></i>
<span>Product page optimization</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-emerald-500 mr-2"></i>
<span>Category page strategy</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-emerald-500 mr-2"></i>
<span>Pagination & faceted navigation</span>
</li>
</ul>
</div>
</div>
<!-- Service 6 -->
<div class="bg-white rounded-xl shadow-lg overflow-hidden feature-card transition duration-300">
<div class="p-6">
<div class="w-16 h-16 bg-indigo-100 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-map-marker-alt text-indigo-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Local SEO</h3>
<p class="text-gray-600 mb-4">We optimize your online presence to attract more customers from local searches.</p>
<ul class="space-y-2 text-gray-600">
<li class="flex items-center">
<i class="fas fa-check-circle text-emerald-500 mr-2"></i>
<span>Google My Business optimization</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-emerald-500 mr-2"></i>
<span>Local citations & directories</span>
</li>
<li class="flex items-center">
<i class="fas fa-check-circle text-emerald-500 mr-2"></i>
<span>Review management</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
<img src="https://cdn-icons-png.flaticon.com/512/3022/3022305.png" alt="About Us" class="rounded-lg shadow-xl w-full">
</div>
<div class="md:w-1/2">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Why Choose <span class="text-indigo-600">NexusSEO</span>?</h2>
<p class="text-lg text-gray-600 mb-6">We're not just another SEO agency. With over 8 years of experience in the digital marketing space, we've developed proprietary strategies that deliver consistent results for our clients.</p>
<div class="space-y-6">
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-100 text-indigo-600">
<i class="fas fa-bullseye"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Data-Driven Approach</h3>
<p class="mt-1 text-gray-600">We base all decisions on concrete data and analytics, not guesswork.</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-100 text-indigo-600">
<i class="fas fa-lock"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">White-Hat Techniques</h3>
<p class="mt-1 text-gray-600">We only use ethical SEO practices that stand the test of time.</p>
</div>
</div>
<div class="flex">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-md bg-indigo-100 text-indigo-600">
<i class="fas fa-headset"></i>
</div>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Dedicated Support</h3>
<p class="mt-1 text-gray-600">Your success is our priority. We provide regular updates and are always available.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Results Section -->
<section id="results" class="py-20 bg-gray-900 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Proven <span class="text-indigo-400">Results</span></h2>
<p class="text-lg text-gray-300 max-w-2xl mx-auto">See how we've transformed businesses with our SEO strategies.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Case Study 1 -->
<div class="bg-gray-800 rounded-xl p-6 shadow-lg">
<div class="flex items-center mb-4">
<div class="h-12 w-12 rounded-full bg-indigo-600 flex items-center justify-center mr-4">
<span class="text-white font-bold">E</span>
</div>
<div>
<h3 class="font-bold text-lg">E-commerce Store</h3>
<p class="text-gray-400 text-sm">Fashion Accessories</p>
</div>
</div>
<p class="text-gray-300 mb-4">Increased organic traffic by 320% in 6 months, resulting in 5x more sales.</p>
<div class="bg-gray-700 rounded-lg p-4">
<div class="flex justify-between items-center mb-2">
<span class="text-sm text-gray-400">Before</span>
<span class="text-sm text-gray-400">After</span>
</div>
<div class="flex justify-between items-center">
<span class="text-red-400 font-bold">8,200/mo</span>
<i class="fas fa-arrow-right text-gray-400"></i>
<span class="text-emerald-400 font-bold">34,500/mo</span>
</div>
</div>
</div>
<!-- Case Study 2 -->
<div class="bg-gray-800 rounded-xl p-6 shadow-lg">
<div class="flex items-center mb-4">
<div class="h-12 w-12 rounded-full bg-emerald-600 flex items-center justify-center mr-4">
<span class="text-white font-bold">L</span>
</div>
<div>
<h3 class="font-bold text-lg">Law Firm</h3>
<p class="text-gray-400 text-sm">Personal Injury</p>
</div>
</div>
<p class="text-gray-300 mb-4">Ranked #1 for 15 high-value keywords, increasing case inquiries by 280%.</p>
<div class="bg-gray-700 rounded-lg p-4">
<div class="flex justify-between items-center mb-2">
<span class="text-sm text-gray-400">Before</span>
<span class="text-sm text-gray-400">After</span>
</div>
<div class="flex justify-between items-center">
<span class="text-red-400 font-bold">12 leads/mo</span>
<i class="fas fa-arrow-right text-gray-400"></i>
<span class="text-emerald-400 font-bold">46 leads/mo</span>
</div>
</div>
</div>
<!-- Case Study 3 -->
<div class="bg-gray-800 rounded-xl p-6 shadow-lg">
<div class="flex items-center mb-4">
<div class="h-12 w-12 rounded-full bg-yellow-600 flex items-center justify-center mr-4">
<span class="text-white font-bold">S</span>
</div>
<div>
<h3 class="font-bold text-lg">SaaS Company</h3>
<p class="text-gray-400 text-sm">Project Management</p>
</div>
</div>
<p class="text-gray-300 mb-4">Increased trial signups by 400% through targeted content marketing.</p>
<div class="bg-gray-700 rounded-lg p-4">
<div class="flex justify-between items-center mb-2">
<span class="text-sm text-gray-400">Before</span>
<span class="text-sm text-gray-400">After</span>
</div>
<div class="flex justify-between items-center">
<span class="text-red-400 font-bold">50/mo</span>
<i class="fas fa-arrow-right text-gray-400"></i>
<span class="text-emerald-400 font-bold">250/mo</span>
</div>
</div>
</div>
</div>
<div class="mt-16 text-center">
<a href="#contact" class="inline-block bg-indigo-600 hover:bg-indigo-700 text-white font-bold py-3 px-8 rounded-lg transition duration-300">
Get Similar Results For Your Business
</a>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section id="testimonials" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">What Our <span class="text-indigo-600">Clients Say</span></h2>
<p class="text-lg text-gray-600 max-w-2xl mx-auto">Don't just take our word for it. Here's what our clients have to say.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="bg-gray-50 rounded-xl p-8 shadow-md testimonial-card">
<div class="flex items-center mb-6">
<div class="h-12 w-12 rounded-full overflow-hidden mr-4">
<img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Sarah Johnson" class="h-full w-full object-cover">
</div>
<div>
<h3 class="font-bold">Sarah Johnson</h3>
<p class="text-gray-600 text-sm">CEO, Fashion Boutique</p>
</div>
</div>
<p class="text-gray-700 mb-6">"NexusSEO transformed our online presence. Our organic traffic increased by 275% in just 5 months, and we're now ranking on the first page for all our target keywords. Their team is incredibly knowledgeable and responsive."</p>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<!-- Testimonial 2 -->
<div class="bg-gray-50 rounded-xl p-8 shadow-md testimonial-card">
<div class="flex items-center mb-6">
<div class="h-12 w-12 rounded-full overflow-hidden mr-4">
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Michael Chen" class="h-full w-full object-cover">
</div>
<div>
<h3 class="font-bold">Michael Chen</h3>
<p class="text-gray-600 text-sm">Founder, Tech Startup</p>
</div>
</div>
<p class="text-gray-700 mb-6">"As a startup, we needed to maximize our marketing budget. NexusSEO delivered incredible ROI - our organic signups increased by 400% within 6 months. Their content strategy was perfectly aligned with our target audience."</p>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
</div>
<!-- Testimonial 3 -->
<div class="bg-gray-50 rounded-xl p-8 shadow-md testimonial-card">
<div class="flex items-center mb-6">
<div class="h-12 w-12 rounded-full overflow-hidden mr-4">
<img src="https://randomuser.me/api/portraits/women/65.jpg" alt="Emily Rodriguez" class="h-full w-full object-cover">
</div>
<div>
<h3 class="font-bold">Emily Rodriguez</h3>
<p class="text-gray-600 text-sm">Marketing Director, Healthcare</p>
</div>
</div>
<p class="text-gray-700 mb-6">"We've worked with several SEO agencies before, but NexusSEO stands out. Their technical SEO audit uncovered issues we didn't even know existed. After implementation, our site speed improved dramatically and our rankings shot up."</p>
<div class="flex text-yellow-400">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 bg-indigo-600 text-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Dominate Your Market?</h2>
<p class="text-xl mb-8 max-w-3xl mx-auto">Get your free SEO audit today and discover how we can help grow your business through search engine optimization.</p>
<a href="#contact" class="inline-block bg-white text-indigo-600 hover:bg-gray-100 font-bold py-4 px-10 rounded-lg text-lg transition duration-300">
Get Your Free Audit
</a>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex flex-col md:flex-row">
<div class="md:w-1/2 mb-10 md:mb-0 md:pr-10">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Get In <span class="text-indigo-600">Touch</span></h2>
<p class="text-lg text-gray-600 mb-8">Have questions about our services or want to discuss your SEO needs? Fill out the form and we'll get back to you within 24 hours.</p>
<div class="space-y-6">
<div class="flex items-center">
<div class="flex-shrink-0 bg-indigo-100 rounded-lg p-3">
<i class="fas fa-map-marker-alt text-indigo-600"></i>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Our Office</h3>
<p class="mt-1 text-gray-600">123 SEO Street, Digital City, DC 10001</p>
</div>
</div>
<div class="flex items-center">
<div class="flex-shrink-0 bg-indigo-100 rounded-lg p-3">
<i class="fas fa-phone-alt text-indigo-600"></i>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Phone</h3>
<p class="mt-1 text-gray-600">(555) 123-4567</p>
</div>
</div>
<div class="flex items-center">
<div class="flex-shrink-0 bg-indigo-100 rounded-lg p-3">
<i class="fas fa-envelope text-indigo-600"></i>
</div>
<div class="ml-4">
<h3 class="text-lg font-medium text-gray-900">Email</h3>
<p class="mt-1 text-gray-600">hello@nexusseo.com</p>
</div>
</div>
</div>
</div>
<div class="md:w-1/2">
<form id="contactForm" class="bg-gray-50 rounded-xl p-8 shadow-md">
<div class="mb-6">
<label for="name" class="block text-gray-700 font-medium mb-2">Your Name</label>
<input type="text" id="name" name="name" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:border-transparent" required>
</div>
<div class="mb-6">
<label for="email" class="block text-gray-700 font-medium mb-2">Email Address</label>
<input type="email" id="email" name="email" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:border-transparent" required>
</div>
<div class="mb-6">
<label for="phone" class="block text-gray-700 font-medium mb-2">Phone Number</label>
<input type="tel" id="phone" name="phone" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:border-transparent">
</div>
<div class="mb-6">
<label for="service" class="block text-gray-700 font-medium mb-2">Service Interested In</label>
<select id="service" name="service" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:
</html>