emeraj24 commited on
Commit
587c53f
·
verified ·
1 Parent(s): f96bf8d

create website for WATER PURIFIERS Products. use images if you need. Company name: Baba Electronics

Browse files

Address: SHOP NO.60,
GURUNANAK MARKET,
G.G. ROAD,
NANDED-431601
Cell: 9890207994
Phone: 02462-237994
GSTIN: 27AHQPA3665E1ZC
Email: takecare.ro@rediffmail.com - Initial Deployment

Files changed (3) hide show
  1. README.md +6 -4
  2. index.html +431 -18
  3. prompts.txt +9 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Takecare
3
- emoji: 🔥
4
  colorFrom: green
5
- colorTo: yellow
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: takecare
3
+ emoji: 🐳
4
  colorFrom: green
5
+ colorTo: purple
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,432 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  </html>
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Baba Electronics - Premium Water Purifiers</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
9
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
10
+ <script src="https://unpkg.com/feather-icons"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
12
+ <link rel="preconnect" href="https://fonts.googleapis.com">
13
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
14
+ <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet">
15
+ <style>
16
+ body {
17
+ font-family: 'Poppins', sans-serif;
18
+ }
19
+ .hero-bg {
20
+ background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('http://static.photos/blue/1200x630/10');
21
+ background-size: cover;
22
+ background-position: center;
23
+ }
24
+ .water-drop {
25
+ position: relative;
26
+ }
27
+ .water-drop::after {
28
+ content: '';
29
+ position: absolute;
30
+ bottom: -10px;
31
+ left: 50%;
32
+ transform: translateX(-50%);
33
+ width: 60px;
34
+ height: 30px;
35
+ background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E%3Cpath fill='%230ea5e9' d='M30,30 Q45,15 30,0 Q15,15 30,30'/%3E%3C/svg%3E") no-repeat;
36
+ background-size: contain;
37
+ }
38
+ </style>
39
+ </head>
40
+ <body class="bg-gray-50">
41
+ <!-- Navigation -->
42
+ <nav class="bg-white shadow-lg sticky top-0 z-50">
43
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
44
+ <div class="flex justify-between h-16">
45
+ <div class="flex items-center">
46
+ <div class="flex-shrink-0 flex items-center">
47
+ <i data-feather="droplet" class="text-blue-500 h-8 w-8"></i>
48
+ <span class="ml-2 text-xl font-bold text-blue-600">Baba Electronics</span>
49
+ </div>
50
+ </div>
51
+ <div class="hidden md:flex items-center space-x-8">
52
+ <a href="#home" class="text-blue-600 hover:text-blue-800 px-3 py-2 font-medium">Home</a>
53
+ <a href="#products" class="text-gray-700 hover:text-blue-600 px-3 py-2 font-medium">Products</a>
54
+ <a href="#about" class="text-gray-700 hover:text-blue-600 px-3 py-2 font-medium">About</a>
55
+ <a href="#contact" class="text-gray-700 hover:text-blue-600 px-3 py-2 font-medium">Contact</a>
56
+ </div>
57
+ <div class="md:hidden flex items-center">
58
+ <button class="mobile-menu-button p-2 rounded-md text-gray-700 hover:text-blue-600 hover:bg-gray-100 focus:outline-none">
59
+ <i data-feather="menu"></i>
60
+ </button>
61
+ </div>
62
+ </div>
63
+ </div>
64
+ <!-- Mobile menu -->
65
+ <div class="mobile-menu hidden md:hidden bg-white shadow-lg">
66
+ <div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
67
+ <a href="#home" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50">Home</a>
68
+ <a href="#products" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50">Products</a>
69
+ <a href="#about" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50">About</a>
70
+ <a href="#contact" class="block px-3 py-2 text-base font-medium text-gray-700 hover:text-blue-600 hover:bg-gray-50">Contact</a>
71
+ </div>
72
+ </div>
73
+ </nav>
74
+
75
+ <!-- Hero Section -->
76
+ <section id="home" class="hero-bg text-white py-20 md:py-32">
77
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
78
+ <div class="md:flex items-center">
79
+ <div class="md:w-1/2" data-aos="fade-right">
80
+ <h1 class="text-4xl md:text-5xl font-bold mb-4">Pure Water, Healthy Life</h1>
81
+ <p class="text-xl mb-8">Premium water purifiers for your home and office. Get the best quality water purification systems at affordable prices.</p>
82
+ <div class="flex space-x-4">
83
+ <a href="#products" class="bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-medium transition duration-300">Our Products</a>
84
+ <a href="#contact" class="bg-transparent border-2 border-white hover:bg-white hover:text-blue-600 text-white px-6 py-3 rounded-lg font-medium transition duration-300">Contact Us</a>
85
+ </div>
86
+ </div>
87
+ <div class="md:w-1/2 mt-10 md:mt-0 flex justify-center" data-aos="fade-left">
88
+ <img src="http://static.photos/technology/640x360/5" alt="Water Purifier" class="rounded-lg shadow-2xl max-w-md w-full">
89
+ </div>
90
+ </div>
91
+ </div>
92
+ </section>
93
+
94
+ <!-- Features Section -->
95
+ <section class="py-16 bg-white">
96
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
97
+ <div class="text-center mb-16">
98
+ <h2 class="text-3xl font-bold text-gray-800 mb-4">Why Choose Our Water Purifiers?</h2>
99
+ <div class="w-20 h-1 bg-blue-500 mx-auto"></div>
100
+ </div>
101
+ <div class="grid md:grid-cols-3 gap-8">
102
+ <div class="bg-gray-50 p-6 rounded-lg shadow-md hover:shadow-lg transition duration-300" data-aos="fade-up">
103
+ <div class="text-blue-500 mb-4">
104
+ <i data-feather="shield" class="h-10 w-10"></i>
105
+ </div>
106
+ <h3 class="text-xl font-semibold mb-2 text-gray-800">Advanced Filtration</h3>
107
+ <p class="text-gray-600">Multi-stage purification process removes all harmful contaminants while retaining essential minerals.</p>
108
+ </div>
109
+ <div class="bg-gray-50 p-6 rounded-lg shadow-md hover:shadow-lg transition duration-300" data-aos="fade-up" data-aos-delay="100">
110
+ <div class="text-blue-500 mb-4">
111
+ <i data-feather="zap" class="h-10 w-10"></i>
112
+ </div>
113
+ <h3 class="text-xl font-semibold mb-2 text-gray-800">Energy Efficient</h3>
114
+ <p class="text-gray-600">Our purifiers consume minimal electricity, saving you money while protecting the environment.</p>
115
+ </div>
116
+ <div class="bg-gray-50 p-6 rounded-lg shadow-md hover:shadow-lg transition duration-300" data-aos="fade-up" data-aos-delay="200">
117
+ <div class="text-blue-500 mb-4">
118
+ <i data-feather="clock" class="h-10 w-10"></i>
119
+ </div>
120
+ <h3 class="text-xl font-semibold mb-2 text-gray-800">Long-lasting</h3>
121
+ <p class="text-gray-600">Built with durable materials and backed by comprehensive warranties for peace of mind.</p>
122
+ </div>
123
+ </div>
124
+ </div>
125
+ </section>
126
+
127
+ <!-- Products Section -->
128
+ <section id="products" class="py-16 bg-gray-50">
129
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
130
+ <div class="text-center mb-16">
131
+ <h2 class="text-3xl font-bold text-gray-800 mb-4">Our Premium Products</h2>
132
+ <div class="w-20 h-1 bg-blue-500 mx-auto"></div>
133
+ <p class="text-gray-600 mt-4 max-w-2xl mx-auto">Explore our range of high-quality water purifiers designed for every need and budget.</p>
134
+ </div>
135
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
136
+ <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-xl transition duration-300" data-aos="zoom-in">
137
+ <img src="http://static.photos/technology/640x360/1" alt="RO Water Purifier" class="w-full h-48 object-cover">
138
+ <div class="p-6">
139
+ <h3 class="text-xl font-semibold mb-2 text-gray-800">RO+UV+UF Purifier</h3>
140
+ <p class="text-gray-600 mb-4">Advanced 7-stage purification with reverse osmosis, UV and UF technology.</p>
141
+ <div class="flex justify-between items-center">
142
+ <span class="text-blue-600 font-bold">₹12,999</span>
143
+ <button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-lg text-sm font-medium">Enquire Now</button>
144
+ </div>
145
+ </div>
146
+ </div>
147
+ <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-xl transition duration-300" data-aos="zoom-in" data-aos-delay="100">
148
+ <img src="http://static.photos/technology/640x360/2" alt="UV Water Purifier" class="w-full h-48 object-cover">
149
+ <div class="p-6">
150
+ <h3 class="text-xl font-semibold mb-2 text-gray-800">UV Water Purifier</h3>
151
+ <p class="text-gray-600 mb-4">Ultraviolet purification system ideal for municipal water supply.</p>
152
+ <div class="flex justify-between items-center">
153
+ <span class="text-blue-600 font-bold">₹8,499</span>
154
+ <button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-lg text-sm font-medium">Enquire Now</button>
155
+ </div>
156
+ </div>
157
+ </div>
158
+ <div class="bg-white rounded-lg overflow-hidden shadow-md hover:shadow-xl transition duration-300" data-aos="zoom-in" data-aos-delay="200">
159
+ <img src="http://static.photos/technology/640x360/3" alt="Alkaline Water Purifier" class="w-full h-48 object-cover">
160
+ <div class="p-6">
161
+ <h3 class="text-xl font-semibold mb-2 text-gray-800">Alkaline Purifier</h3>
162
+ <p class="text-gray-600 mb-4">RO system with alkaline enhancement for balanced pH drinking water.</p>
163
+ <div class="flex justify-between items-center">
164
+ <span class="text-blue-600 font-bold">₹15,999</span>
165
+ <button class="bg-blue-600 hover:bg-blue-700 text-white px-4 py-2 rounded-lg text-sm font-medium">Enquire Now</button>
166
+ </div>
167
+ </div>
168
+ </div>
169
+ </div>
170
+ <div class="text-center mt-12">
171
+ <a href="#contact" class="inline-block bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-medium transition duration-300">View All Products</a>
172
+ </div>
173
+ </div>
174
+ </section>
175
+
176
+ <!-- About Section -->
177
+ <section id="about" class="py-16 bg-white">
178
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
179
+ <div class="md:flex items-center">
180
+ <div class="md:w-1/2 mb-10 md:mb-0" data-aos="fade-right">
181
+ <img src="http://static.photos/office/640x360/7" alt="Baba Electronics Store" class="rounded-lg shadow-lg w-full">
182
+ </div>
183
+ <div class="md:w-1/2 md:pl-12" data-aos="fade-left">
184
+ <h2 class="text-3xl font-bold text-gray-800 mb-6">About Baba Electronics</h2>
185
+ <p class="text-gray-600 mb-4">Established in 2005, Baba Electronics has been a trusted name in Nanded for premium water purification solutions. We specialize in providing the best water purifiers from top brands at competitive prices.</p>
186
+ <p class="text-gray-600 mb-6">Our mission is to ensure every family has access to clean, safe drinking water through our high-quality products and exceptional after-sales service.</p>
187
+ <div class="space-y-4">
188
+ <div class="flex items-start">
189
+ <div class="flex-shrink-0 mt-1">
190
+ <i data-feather="check-circle" class="h-5 w-5 text-blue-500"></i>
191
+ </div>
192
+ <p class="ml-3 text-gray-600">15+ years of experience in water purification</p>
193
+ </div>
194
+ <div class="flex items-start">
195
+ <div class="flex-shrink-0 mt-1">
196
+ <i data-feather="check-circle" class="h-5 w-5 text-blue-500"></i>
197
+ </div>
198
+ <p class="ml-3 text-gray-600">Certified technicians for installation and service</p>
199
+ </div>
200
+ <div class="flex items-start">
201
+ <div class="flex-shrink-0 mt-1">
202
+ <i data-feather="check-circle" class="h-5 w-5 text-blue-500"></i>
203
+ </div>
204
+ <p class="ml-3 text-gray-600">Genuine spare parts and accessories</p>
205
+ </div>
206
+ </div>
207
+ </div>
208
+ </div>
209
+ </div>
210
+ </section>
211
+
212
+ <!-- Testimonials -->
213
+ <section class="py-16 bg-gray-50">
214
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
215
+ <div class="text-center mb-16">
216
+ <h2 class="text-3xl font-bold text-gray-800 mb-4">What Our Customers Say</h2>
217
+ <div class="w-20 h-1 bg-blue-500 mx-auto"></div>
218
+ </div>
219
+ <div class="grid md:grid-cols-3 gap-8">
220
+ <div class="bg-white p-6 rounded-lg shadow-md" data-aos="fade-up">
221
+ <div class="flex items-center mb-4">
222
+ <div class="flex-shrink-0">
223
+ <img src="http://static.photos/people/100x100/1" alt="Customer" class="h-12 w-12 rounded-full">
224
+ </div>
225
+ <div class="ml-4">
226
+ <h4 class="text-lg font-semibold text-gray-800">Rajesh Patil</h4>
227
+ <div class="flex text-yellow-400">
228
+ <i data-feather="star" class="h-4 w-4 fill-current"></i>
229
+ <i data-feather="star" class="h-4 w-4 fill-current"></i>
230
+ <i data-feather="star" class="h-4 w-4 fill-current"></i>
231
+ <i data-feather="star" class="h-4 w-4 fill-current"></i>
232
+ <i data-feather="star" class="h-4 w-4 fill-current"></i>
233
+ </div>
234
+ </div>
235
+ </div>
236
+ <p class="text-gray-600">"Baba Electronics installed an RO purifier at my home last year. The water quality is excellent and their service is prompt whenever needed."</p>
237
+ </div>
238
+ <div class="bg-white p-6 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="100">
239
+ <div class="flex items-center mb-4">
240
+ <div class="flex-shrink-0">
241
+ <img src="http://static.photos/people/100x100/2" alt="Customer" class="h-12 w-12 rounded-full">
242
+ </div>
243
+ <div class="ml-4">
244
+ <h4 class="text-lg font-semibold text-gray-800">Priya Deshmukh</h4>
245
+ <div class="flex text-yellow-400">
246
+ <i data-feather="star" class="h-4 w-4 fill-current"></i>
247
+ <i data-feather="star" class="h-4 w-4 fill-current"></i>
248
+ <i data-feather="star" class="h-4 w-4 fill-current"></i>
249
+ <i data-feather="star" class="h-4 w-4 fill-current"></i>
250
+ <i data-feather="star" class="h-4 w-4 fill-current"></i>
251
+ </div>
252
+ </div>
253
+ </div>
254
+ <p class="text-gray-600">"Great service and reasonable prices. The technician explained everything clearly and the purifier works perfectly. Highly recommended!"</p>
255
+ </div>
256
+ <div class="bg-white p-6 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="200">
257
+ <div class="flex items-center mb-4">
258
+ <div class="flex-shrink-0">
259
+ <img src="http://static.photos/people/100x100/3" alt="Customer" class="h-12 w-12 rounded-full">
260
+ </div>
261
+ <div class="ml-4">
262
+ <h4 class="text-lg font-semibold text-gray-800">Amit Joshi</h4>
263
+ <div class="flex text-yellow-400">
264
+ <i data-feather="star" class="h-4 w-4 fill-current"></i>
265
+ <i data-feather="star" class="h-4 w-4 fill-current"></i>
266
+ <i data-feather="star" class="h-4 w-4 fill-current"></i>
267
+ <i data-feather="star" class="h-4 w-4 fill-current"></i>
268
+ <i data-feather="star" class="h-4 w-4 fill-current"></i>
269
+ </div>
270
+ </div>
271
+ </div>
272
+ <p class="text-gray-600">"We've been using their water purifier for 3 years now with zero issues. Their annual maintenance contract is worth every rupee."</p>
273
+ </div>
274
+ </div>
275
+ </div>
276
+ </section>
277
+
278
+ <!-- Contact Section -->
279
+ <section id="contact" class="py-16 bg-blue-600 text-white">
280
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
281
+ <div class="text-center mb-16">
282
+ <h2 class="text-3xl font-bold mb-4">Contact Us</h2>
283
+ <div class="w-20 h-1 bg-white mx-auto"></div>
284
+ <p class="mt-4 max-w-2xl mx-auto">Get in touch for product inquiries, service requests or any questions.</p>
285
+ </div>
286
+ <div class="grid md:grid-cols-2 gap-12">
287
+ <div data-aos="fade-right">
288
+ <h3 class="text-xl font-semibold mb-6 water-drop">Our Store</h3>
289
+ <div class="space-y-4">
290
+ <div class="flex items-start">
291
+ <div class="flex-shrink-0 mt-1">
292
+ <i data-feather="map-pin" class="h-5 w-5"></i>
293
+ </div>
294
+ <p class="ml-3">SHOP NO.60, GURUNANAK MARKET, G.G. ROAD, NANDED-431601</p>
295
+ </div>
296
+ <div class="flex items-center">
297
+ <div class="flex-shrink-0">
298
+ <i data-feather="phone" class="h-5 w-5"></i>
299
+ </div>
300
+ <p class="ml-3">9890207994 / 02462-237994</p>
301
+ </div>
302
+ <div class="flex items-center">
303
+ <div class="flex-shrink-0">
304
+ <i data-feather="mail" class="h-5 w-5"></i>
305
+ </div>
306
+ <p class="ml-3">takecare.ro@rediffmail.com</p>
307
+ </div>
308
+ <div class="flex items-center">
309
+ <div class="flex-shrink-0">
310
+ <i data-feather="credit-card" class="h-5 w-5"></i>
311
+ </div>
312
+ <p class="ml-3">GSTIN: 27AHQPA3665E1ZC</p>
313
+ </div>
314
+ </div>
315
+ <div class="mt-8">
316
+ <h4 class="text-lg font-semibold mb-4">Business Hours</h4>
317
+ <div class="space-y-2">
318
+ <div class="flex justify-between">
319
+ <span>Monday - Saturday</span>
320
+ <span>9:30 AM - 8:30 PM</span>
321
+ </div>
322
+ <div class="flex justify-between">
323
+ <span>Sunday</span>
324
+ <span>10:00 AM - 2:00 PM</span>
325
+ </div>
326
+ </div>
327
+ </div>
328
+ </div>
329
+ <div data-aos="fade-left">
330
+ <h3 class="text-xl font-semibold mb-6 water-drop">Send Us a Message</h3>
331
+ <form class="space-y-4">
332
+ <div>
333
+ <label for="name" class="sr-only">Name</label>
334
+ <input type="text" id="name" placeholder="Your Name" class="w-full px-4 py-3 rounded-lg bg-blue-500 border border-blue-400 focus:border-white focus:outline-none text-white placeholder-blue-200">
335
+ </div>
336
+ <div>
337
+ <label for="phone" class="sr-only">Phone</label>
338
+ <input type="tel" id="phone" placeholder="Phone Number" class="w-full px-4 py-3 rounded-lg bg-blue-500 border border-blue-400 focus:border-white focus:outline-none text-white placeholder-blue-200">
339
+ </div>
340
+ <div>
341
+ <label for="email" class="sr-only">Email</label>
342
+ <input type="email" id="email" placeholder="Email Address" class="w-full px-4 py-3 rounded-lg bg-blue-500 border border-blue-400 focus:border-white focus:outline-none text-white placeholder-blue-200">
343
+ </div>
344
+ <div>
345
+ <label for="message" class="sr-only">Message</label>
346
+ <textarea id="message" rows="4" placeholder="Your Message" class="w-full px-4 py-3 rounded-lg bg-blue-500 border border-blue-400 focus:border-white focus:outline-none text-white placeholder-blue-200"></textarea>
347
+ </div>
348
+ <button type="submit" class="w-full bg-white text-blue-600 hover:bg-gray-100 px-6 py-3 rounded-lg font-medium transition duration-300">Send Message</button>
349
+ </form>
350
+ </div>
351
+ </div>
352
+ </div>
353
+ </section>
354
+
355
+ <!-- Footer -->
356
+ <footer class="bg-gray-900 text-white py-8">
357
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
358
+ <div class="md:flex md:justify-between">
359
+ <div class="mb-6 md:mb-0">
360
+ <div class="flex items-center">
361
+ <i data-feather="droplet" class="h-8 w-8 text-blue-500"></i>
362
+ <span class="ml-2 text-xl font-bold">Baba Electronics</span>
363
+ </div>
364
+ <p class="mt-2 text-gray-400 max-w-xs">Your trusted partner for clean and safe drinking water solutions.</p>
365
+ </div>
366
+ <div class="grid grid-cols-2 gap-8 sm:grid-cols-3">
367
+ <div>
368
+ <h3 class="text-sm font-semibold uppercase tracking-wider">Quick Links</h3>
369
+ <div class="mt-4 space-y-2">
370
+ <a href="#home" class="text-gray-400 hover:text-white block">Home</a>
371
+ <a href="#products" class="text-gray-400 hover:text-white block">Products</a>
372
+ <a href="#about" class="text-gray-400 hover:text-white block">About Us</a>
373
+ <a href="#contact" class="text-gray-400 hover:text-white block">Contact</a>
374
+ </div>
375
+ </div>
376
+ <div>
377
+ <h3 class="text-sm font-semibold uppercase tracking-wider">Products</h3>
378
+ <div class="mt-4 space-y-2">
379
+ <a href="#" class="text-gray-400 hover:text-white block">RO Water Purifiers</a>
380
+ <a href="#" class="text-gray-400 hover:text-white block">UV Water Purifiers</a>
381
+ <a href="#" class="text-gray-400 hover:text-white block">Alkaline Purifiers</a>
382
+ <a href="#" class="text-gray-400 hover:text-white block">Accessories</a>
383
+ </div>
384
+ </div>
385
+ <div>
386
+ <h3 class="text-sm font-semibold uppercase tracking-wider">Connect</h3>
387
+ <div class="mt-4 flex space-x-4">
388
+ <a href="#" class="text-gray-400 hover:text-white">
389
+ <i data-feather="facebook" class="h-5 w-5"></i>
390
+ </a>
391
+ <a href="#" class="text-gray-400 hover:text-white">
392
+ <i data-feather="twitter" class="h-5 w-5"></i>
393
+ </a>
394
+ <a href="#" class="text-gray-400 hover:text-white">
395
+ <i data-feather="instagram" class="h-5 w-5"></i>
396
+ </a>
397
+ <a href="#" class="text-gray-400 hover:text-white">
398
+ <i data-feather="youtube" class="h-5 w-5"></i>
399
+ </a>
400
+ </div>
401
+ </div>
402
+ </div>
403
+ </div>
404
+ <div class="mt-8 pt-8 border-t border-gray-800">
405
+ <p class="text-gray-400 text-sm text-center">&copy; 2023 Baba Electronics. All rights reserved.</p>
406
+ </div>
407
+ </div>
408
+ </footer>
409
+
410
+ <script>
411
+ // Mobile menu toggle
412
+ document.querySelector('.mobile-menu-button').addEventListener('click', function() {
413
+ document.querySelector('.mobile-menu').classList.toggle('hidden');
414
+ });
415
+
416
+ // Close mobile menu when clicking a link
417
+ document.querySelectorAll('.mobile-menu a').forEach(link => {
418
+ link.addEventListener('click', () => {
419
+ document.querySelector('.mobile-menu').classList.add('hidden');
420
+ });
421
+ });
422
+
423
+ // Initialize animations and icons
424
+ AOS.init({
425
+ duration: 800,
426
+ easing: 'ease-in-out',
427
+ once: true
428
+ });
429
+ feather.replace();
430
+ </script>
431
+ </body>
432
  </html>
prompts.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ create website for WATER PURIFIERS Products. use images if you need. Company name: Baba Electronics
2
+ Address: SHOP NO.60,
3
+ GURUNANAK MARKET,
4
+ G.G. ROAD,
5
+ NANDED-431601
6
+ Cell: 9890207994
7
+ Phone: 02462-237994
8
+ GSTIN: 27AHQPA3665E1ZC
9
+ Email: takecare.ro@rediffmail.com