mikecerqua commited on
Commit
d4473f2
·
verified ·
1 Parent(s): ed285ea

the colors used are ugly

Browse files
Files changed (1) hide show
  1. index.html +24 -24
index.html CHANGED
@@ -25,12 +25,12 @@
25
  overflow-x: hidden;
26
  }
27
  .gradient-bg {
28
- background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
29
  }
30
  .hero-gradient {
31
- background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.9) 100%);
32
  }
33
- .card-hover {
34
  transition: all 0.3s ease;
35
  }
36
  .card-hover:hover {
@@ -48,15 +48,15 @@
48
  <nav id="navbar" class="fixed w-full z-50 transition-all duration-300">
49
  <div class="container mx-auto px-6 py-4">
50
  <div class="flex justify-between items-center">
51
- <div class="text-2xl font-bold text-blue-800">Ahwatukee Insurance</div>
52
  <div class="hidden md:flex space-x-8">
53
- <a href="#home" class="text-gray-700 hover:text-blue-600 transition-colors">Home</a>
54
- <a href="#services" class="text-gray-700 hover:text-blue-600 transition-colors">Services</a>
55
- <a href="#about" class="text-gray-700 hover:text-blue-600 transition-colors">About</a>
56
- <a href="#contact" class="text-gray-700 hover:text-blue-600 transition-colors">Contact</a>
57
- <a href="#quote" class="bg-blue-600 text-white px-6 py-2 rounded-full hover:bg-blue-700 transition-colors">Get Quote</a>
58
  </div>
59
- <div class="md:hidden">
60
  <button id="menuBtn" class="text-gray-700">
61
  <i data-feather="menu"></i>
62
  </button>
@@ -76,14 +76,14 @@
76
  Comprehensive insurance solutions for families and businesses in Ahwatukee and beyond
77
  </p>
78
  <div class="flex flex-col sm:flex-row gap-4 justify-center">
79
- <button class="bg-white text-blue-600 px-8 py-4 rounded-full font-semibold text-lg hover:bg-gray-100 transition-colors">
80
  Get Free Quote
81
  </button>
82
- <button class="border-2 border-white text-white px-8 py-4 rounded-full font-semibold text-lg hover:bg-white hover:text-blue-600 transition-colors">
83
  Learn More
84
  </button>
85
  </div>
86
- </div>
87
  <div class="absolute bottom-0 left-0 right-0 h-20 bg-gradient-to-t from-white to-transparent"></div>
88
  </section>
89
 
@@ -99,42 +99,42 @@
99
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
100
  <!-- Service Card 1 -->
101
  <div class="bg-white rounded-2xl p-8 card-hover shadow-lg">
102
- <div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6">
103
- <i data-feather="home" class="text-blue-600 w-8 h-8"></i>
104
  </div>
105
  <h3 class="text-2xl font-semibold text-gray-800 mb-4">Home Insurance</h3>
106
  <p class="text-gray-600 mb-6">
107
  Protect your home and belongings with comprehensive coverage against Arizona's unique risks.
108
  </p>
109
- <a href="#" class="text-blue-600 font-semibold hover:text-blue-700 transition-colors">
110
  Learn More →
111
  </a>
112
  </div>
113
 
114
  <!-- Service Card 2 -->
115
  <div class="bg-white rounded-2xl p-8 card-hover shadow-lg">
116
- <div class="w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mb-6">
117
- <i data-feather="car" class="text-green-600 w-8 h-8"></i>
118
  </div>
119
  <h3 class="text-2xl font-semibold text-gray-800 mb-4">Auto Insurance</h3>
120
  <p class="text-gray-600 mb-6">
121
  Affordable auto coverage that meets Arizona's requirements and protects your vehicle.
122
  </p>
123
- <a href="#" class="text-blue-600 font-semibold hover:text-blue-700 transition-colors">
124
  Learn More →
125
  </a>
126
  </div>
127
 
128
  <!-- Service Card 3 -->
129
  <div class="bg-white rounded-2xl p-8 card-hover shadow-lg">
130
- <div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6">
131
- <i data-feather="briefcase" class="text-blue-600 w-8 h-8"></i>
132
  </div>
133
  <h3 class="text-2xl font-semibold text-gray-800 mb-4">Business Insurance</h3>
134
  <p class="text-gray-600 mb-6">
135
  Complete business protection including liability, property, and workers' compensation.
136
  </p>
137
- <a href="#" class="text-blue-600 font-semibold hover:text-blue-700 transition-colors">
138
  Learn More →
139
  </a>
140
  </div>
@@ -216,10 +216,10 @@
216
  <div>
217
  <textarea placeholder="Your Message" rows="4" class="w-full px-4 py-3 rounded-lg bg-white bg-opacity-10 border border-white border-opacity-20 text-white placeholder-white placeholder-opacity-70 focus:outline-none focus:ring-2 focus:ring-white focus:ring-opacity-50"></textarea>
218
  </div>
219
- <button type="submit" class="w-full bg-white text-blue-600 py-4 rounded-lg font-semibold hover:bg-gray-100 transition-colors">
220
  Send Message
221
  </button>
222
- </form>
223
  </div>
224
  </div>
225
  </div>
 
25
  overflow-x: hidden;
26
  }
27
  .gradient-bg {
28
+ background: linear-gradient(135deg, #1e3a8a 0%, #0f766e 100%);
29
  }
30
  .hero-gradient {
31
+ background: linear-gradient(135deg, rgba(30, 58, 138, 0.9) 0%, rgba(15, 118, 110, 0.9) 100%);
32
  }
33
+ .card-hover {
34
  transition: all 0.3s ease;
35
  }
36
  .card-hover:hover {
 
48
  <nav id="navbar" class="fixed w-full z-50 transition-all duration-300">
49
  <div class="container mx-auto px-6 py-4">
50
  <div class="flex justify-between items-center">
51
+ <div class="text-2xl font-bold text-blue-900">Ahwatukee Insurance</div>
52
  <div class="hidden md:flex space-x-8">
53
+ <a href="#home" class="text-gray-700 hover:text-blue-700 transition-colors">Home</a>
54
+ <a href="#services" class="text-gray-700 hover:text-blue-700 transition-colors">Services</a>
55
+ <a href="#about" class="text-gray-700 hover:text-blue-700 transition-colors">About</a>
56
+ <a href="#contact" class="text-gray-700 hover:text-blue-700 transition-colors">Contact</a>
57
+ <a href="#quote" class="bg-blue-700 text-white px-6 py-2 rounded-full hover:bg-blue-800 transition-colors">Get Quote</a>
58
  </div>
59
+ <div class="md:hidden">
60
  <button id="menuBtn" class="text-gray-700">
61
  <i data-feather="menu"></i>
62
  </button>
 
76
  Comprehensive insurance solutions for families and businesses in Ahwatukee and beyond
77
  </p>
78
  <div class="flex flex-col sm:flex-row gap-4 justify-center">
79
+ <button class="bg-white text-blue-800 px-8 py-4 rounded-full font-semibold text-lg hover:bg-gray-100 transition-colors">
80
  Get Free Quote
81
  </button>
82
+ <button class="border-2 border-white text-white px-8 py-4 rounded-full font-semibold text-lg hover:bg-white hover:text-blue-800 transition-colors">
83
  Learn More
84
  </button>
85
  </div>
86
+ </div>
87
  <div class="absolute bottom-0 left-0 right-0 h-20 bg-gradient-to-t from-white to-transparent"></div>
88
  </section>
89
 
 
99
  <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
100
  <!-- Service Card 1 -->
101
  <div class="bg-white rounded-2xl p-8 card-hover shadow-lg">
102
+ <div class="w-16 h-16 bg-blue-50 rounded-full flex items-center justify-center mb-6">
103
+ <i data-feather="home" class="text-blue-700 w-8 h-8"></i>
104
  </div>
105
  <h3 class="text-2xl font-semibold text-gray-800 mb-4">Home Insurance</h3>
106
  <p class="text-gray-600 mb-6">
107
  Protect your home and belongings with comprehensive coverage against Arizona's unique risks.
108
  </p>
109
+ <a href="#" class="text-blue-700 font-semibold hover:text-blue-800 transition-colors">
110
  Learn More →
111
  </a>
112
  </div>
113
 
114
  <!-- Service Card 2 -->
115
  <div class="bg-white rounded-2xl p-8 card-hover shadow-lg">
116
+ <div class="w-16 h-16 bg-blue-50 rounded-full flex items-center justify-center mb-6">
117
+ <i data-feather="car" class="text-blue-700 w-8 h-8"></i>
118
  </div>
119
  <h3 class="text-2xl font-semibold text-gray-800 mb-4">Auto Insurance</h3>
120
  <p class="text-gray-600 mb-6">
121
  Affordable auto coverage that meets Arizona's requirements and protects your vehicle.
122
  </p>
123
+ <a href="#" class="text-blue-700 font-semibold hover:text-blue-800 transition-colors">
124
  Learn More →
125
  </a>
126
  </div>
127
 
128
  <!-- Service Card 3 -->
129
  <div class="bg-white rounded-2xl p-8 card-hover shadow-lg">
130
+ <div class="w-16 h-16 bg-blue-50 rounded-full flex items-center justify-center mb-6">
131
+ <i data-feather="briefcase" class="text-blue-700 w-8 h-8"></i>
132
  </div>
133
  <h3 class="text-2xl font-semibold text-gray-800 mb-4">Business Insurance</h3>
134
  <p class="text-gray-600 mb-6">
135
  Complete business protection including liability, property, and workers' compensation.
136
  </p>
137
+ <a href="#" class="text-blue-700 font-semibold hover:text-blue-800 transition-colors">
138
  Learn More →
139
  </a>
140
  </div>
 
216
  <div>
217
  <textarea placeholder="Your Message" rows="4" class="w-full px-4 py-3 rounded-lg bg-white bg-opacity-10 border border-white border-opacity-20 text-white placeholder-white placeholder-opacity-70 focus:outline-none focus:ring-2 focus:ring-white focus:ring-opacity-50"></textarea>
218
  </div>
219
+ <button type="submit" class="w-full bg-white text-blue-800 py-4 rounded-lg font-semibold hover:bg-gray-100 transition-colors">
220
  Send Message
221
  </button>
222
+ </form>
223
  </div>
224
  </div>
225
  </div>