Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -20
index.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title>ClassAction Connect | Free Legal Referrals for Class Action Lawsuits</title>
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
9 |
<script>
|
@@ -554,26 +554,7 @@
|
|
554 |
<!-- Contact -->
|
555 |
<section id="contact" class="py-16 bg-gray-50">
|
556 |
<div class="container mx-auto px-4">
|
557 |
-
<h2 class="text-3xl font-bold text-center text-primary mb-12">Contact Us</h2>
|
558 |
|
559 |
-
<div class="grid md:grid-cols-2 gap-8 max-w-4xl mx-auto">
|
560 |
-
<div class="bg-white p-6 rounded-xl shadow-md">
|
561 |
-
<h3 class="text-xl font-bold mb-4">Get in Touch</h3>
|
562 |
-
<form class="space-y-4">
|
563 |
-
<div>
|
564 |
-
<label class="block text-gray-700 mb-1">Name</label>
|
565 |
-
<input type="text" class="form-input w-full p-3 border border-gray-300 rounded-lg">
|
566 |
-
</div>
|
567 |
-
<div>
|
568 |
-
<label class="block text-gray-700 mb-1">Email</label>
|
569 |
-
<input type="email" class="form-input w-full p-3 border border-gray-300 rounded-lg">
|
570 |
-
</div>
|
571 |
-
<div>
|
572 |
-
<label class="block text-gray-700 mb-1">Message</label>
|
573 |
-
<textarea class="form-input w-full p-3 border border-gray-300 rounded-lg h-32"></textarea>
|
574 |
-
</div>
|
575 |
-
<button type="submit" class="bg-secondary hover:bg-blue-600 text-white font-bold py-3 px-4 rounded-lg transition">Send Message</button>
|
576 |
-
</form>
|
577 |
</div>
|
578 |
|
579 |
<div class="bg-white p-6 rounded-xl shadow-md">
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>ClassAction Connect (SaaS) | Free Legal Referrals for Class Action Lawsuits</title>
|
7 |
<script src="https://cdn.tailwindcss.com"></script>
|
8 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
9 |
<script>
|
|
|
554 |
<!-- Contact -->
|
555 |
<section id="contact" class="py-16 bg-gray-50">
|
556 |
<div class="container mx-auto px-4">
|
|
|
557 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
558 |
</div>
|
559 |
|
560 |
<div class="bg-white p-6 rounded-xl shadow-md">
|