ascestark commited on
Commit
3a16b6e
·
verified ·
1 Parent(s): 498cf80

replace the pictures they dont suit here also reduce the arabic - Initial Deployment

Browse files
Files changed (3) hide show
  1. README.md +7 -5
  2. index.html +390 -18
  3. prompts.txt +3 -0
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Moha2025
3
- emoji: 📈
4
- colorFrom: gray
5
- colorTo: blue
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: moha2025
3
+ emoji: 🐳
4
+ colorFrom: red
5
+ colorTo: red
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,391 @@
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>Premium Halal Goat & Sheep Meat Exporter | Dubai-Based Supplier | لحم الماعز الحلال الممتاز</title>
7
+ <meta name="description" content="Premium halal goat meat and sheep exports from Kenya's Masai Savannah. Specializing in Dobber and Blackhead sheep, whole cuts for Middle Eastern markets. تصدير لحم الماعز الحلال الممتاز من كينيا">
8
+ <meta name="keywords" content="goat meat exporter, halal meat Dubai, Kenyan goat meat, sheep exporter, Dobber sheep, Blackhead sheep, whole cuts meat, Masai Savannah meat, premium halal meat">
9
+ <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
10
+ <script src="https://cdn.tailwindcss.com"></script>
11
+ <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
12
+ <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
13
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
14
+ <script src="https://unpkg.com/feather-icons"></script>
15
+ <!-- Structured Data for SEO -->
16
+ <script type="application/ld+json">
17
+ {
18
+ "@context": "https://schema.org",
19
+ "@type": "Organization",
20
+ "name": "Premium Halal Meat Exporter",
21
+ "url": "https://yourdomain.com",
22
+ "logo": "https://yourdomain.com/logo.png",
23
+ "description": "Premium halal goat and sheep meat exporter from Kenya's Masai Savannah region",
24
+ "address": {
25
+ "@type": "PostalAddress",
26
+ "addressLocality": "Dubai",
27
+ "addressCountry": "UAE"
28
+ },
29
+ "contactPoint": {
30
+ "@type": "ContactPoint",
31
+ "telephone": "+971-XXX-XXXX",
32
+ "contactType": "customer service"
33
+ }
34
+ }
35
+ </script>
36
+ </head>
37
+ <body class="font-sans bg-gray-50">
38
+ <!-- Navigation -->
39
+ <nav class="bg-white shadow-lg fixed w-full z-50">
40
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
41
+ <div class="flex justify-between h-16">
42
+ <div class="flex items-center">
43
+ <span class="text-xl font-bold text-green-800">SAVANNAH PREMIUM MEATS</span>
44
+ <span class="text-xl font-bold text-green-800 mr-2"> | Premium Halal Meats</span>
45
+ </div>
46
+ <div class="hidden md:flex items-center space-x-8">
47
+ <a href="#home" class="text-gray-700 hover:text-green-700">Home</a>
48
+ <a href="#products" class="text-gray-700 hover:text-green-700">Products</a>
49
+ <a href="#about" class="text-gray-700 hover:text-green-700">About</a>
50
+ <a href="#quality" class="text-gray-700 hover:text-green-700">Quality</a>
51
+ <a href="#contact" class="bg-green-700 text-white px-4 py-2 rounded-lg hover:bg-green-800 transition">Inquire Now</a>
52
+ </div>
53
+ </div>
54
+ </div>
55
+ </nav>
56
+
57
+ <!-- Hero Section -->
58
+ <section id="home" class="pt-20 bg-gradient-to-r from-green-900 to-green-700 text-white">
59
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20">
60
+ <div class="grid md:grid-cols-2 gap-12 items-center">
61
+ <div data-aos="fade-right">
62
+ <h1 class="text-4xl md:text-5xl font-bold mb-6">Premium Halal Meat from Kenya's Finest Pastures</h1>
63
+ <p class="text-lg mb-8">Exporting superior quality goat and sheep meat from the pristine Masai Savannah and Northeastern Kenya to discerning clients across the Middle East.</p>
64
+ <div class="flex flex-wrap gap-4">
65
+ <a href="#contact" class="bg-white text-green-800 px-8 py-3 rounded-lg font-semibold hover:bg-gray-100 transition">Request Quote</a>
66
+ <a href="#products" class="border-2 border-white text-white px-8 py-3 rounded-lg font-semibold hover:bg-white hover:text-green-800 transition">View Products</a>
67
+ </div>
68
+ </div>
69
+ <div data-aos="fade-left" class="relative">
70
+ <img src="http://static.photos/food/1200x630/42" alt="Premium goat meat from Masai Savannah" class="rounded-lg shadow-2xl">
71
+ <div class="absolute -bottom-4 -right-4 bg-white text-green-800 p-4 rounded-lg shadow-lg">
72
+ <div class="flex items-center">
73
+ <i data-feather="award" class="mr-2"></i>
74
+ <span class="font-semibold">Certified Halal Export | حلال معتمد</span>
75
+ </div>
76
+ </div>
77
+ </div>
78
+ </div>
79
+ </div>
80
+ </section>
81
+
82
+ <!-- Products Section -->
83
+ <section id="products" class="py-20 bg-white">
84
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
85
+ <div class="text-center mb-16" data-aos="fade-up">
86
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Our Premium Meat Products</h2>
87
+ <p class="text-lg text-gray-600">Sourced from the finest breeds, raised in natural environments</p>
88
+ </div>
89
+
90
+ <div class="grid md:grid-cols-3 gap-8">
91
+ <div class="bg-gray-50 rounded-lg p-6 shadow-md hover:shadow-xl transition" data-aos="fade-up" data-aos-delay="100">
92
+ <div class="mb-4">
93
+ <img src="http://static.photos/food/640x360/10" alt="Masai Goat Meat" class="w-full h-48 object-cover rounded-lg">
94
+ </div>
95
+ <h3 class="text-xl font-semibold text-gray-800 mb-2">Masai Goat Meat</h3>
96
+ <p class="text-gray-600 mb-4">Premium quality goat meat from free-range Masai Savannah goats, known for their lean texture and rich flavor.</p>
97
+ <ul class="text-sm text-gray-600 space-y-1">
98
+ <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-green-600"></i> Whole carcass or custom cuts</li>
99
+ <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-green-600"></i> Halal certified processing</li>
100
+ <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-green-600"></i> Vacuum packed for freshness</li>
101
+ </ul>
102
+ </div>
103
+
104
+ <div class="bg-gray-50 rounded-lg p-6 shadow-md hover:shadow-xl transition" data-aos="fade-up" data-aos-delay="200">
105
+ <div class="mb-4">
106
+ <img src="http://static.photos/food/640x360/20" alt="Dobber Sheep" class="w-full h-48 object-cover rounded-lg">
107
+ </div>
108
+ <h3 class="text-xl font-semibold text-gray-800 mb-2">Dobber Sheep</h3>
109
+ <p class="text-gray-600 mb-4">Premium Dobber sheep meat, known for its excellent marbling and tender texture, perfect for Middle Eastern cuisine.</p>
110
+ <ul class="text-sm text-gray-600 space-y-1">
111
+ <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-green-600"></i> Whole and half carcass options</li>
112
+ <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-green-600"></i> Custom cutting available</li>
113
+ <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-green-600"></i> ISO certified processing</li>
114
+ </ul>
115
+ </div>
116
+
117
+ <div class="bg-gray-50 rounded-lg p-6 shadow-md hover:shadow-xl transition" data-aos="fade-up" data-aos-delay="300">
118
+ <div class="mb-4">
119
+ <img src="http://static.photos/food/640x360/30" alt="Blackhead Sheep" class="w-full h-48 object-cover rounded-lg">
120
+ </div>
121
+ <h3 class="text-xl font-semibold text-gray-800 mb-极速快3">Blackhead Sheep</h3>
122
+ <p class="text-gray-600 mb-4">Superior Blackhead Persian sheep, renowned for their quality meat that meets the highest standards of Middle Eastern markets.</p>
123
+ <ul class="text-sm text-gray-600 space-y-1">
124
+ <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-green-600"></i> Export-ready packaging</li>
125
+ <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-green-600"></i> Strict quality control</li>
126
+ <li class="flex items-center"><i data-feather="check" class="w-4 h-4 mr-2 text-green-600"></i> Temperature controlled shipping</li>
127
+ </ul>
128
+ </div>
129
+ </div>
130
+ </div>
131
+ </section>
132
+
133
+ <!-- About Section -->
134
+ <section id="about" class="py-20 bg-gray-100">
135
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
136
+ <div class="grid md:grid-cols-2 gap-12 items-center">
137
+ <div data-aos="fade-right">
138
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-6">Why Choose Our Meat? | لماذا تختار لحومنا؟</h2>
139
+ <p class="text-lg text-gray-600 mb-6">With years of experience exporting to Arabic countries, we understand the specific requirements and preferences of Middle Eastern markets.<br>بخبرة سنوات في التصدير إلى الدول العربية، نحن نتفهم المتطلبات والتفضيلات الخاصة بأسواق الشرق الأوسط</p>
140
+ <div class="space-y-4">
141
+ <div class="flex items-start">
142
+ <div class="bg-green-100 p-2 rounded-full mr-4">
143
+ <i data-feather="map-pin" class="w-6 h-6 text-green-700"></i>
144
+ </div>
145
+ <div>
146
+ <h4 class="font-semibold text-gray-800">Strategic Dubai Location</h4>
147
+ <p class="text-gray-600">Now based in Dubai for better logistics and customer service across the region</p>
148
+ </div>
149
+ </div>
150
+ <div class="flex items-start">
151
+ <div class="bg-green-100 p-2 rounded-full mr-4">
152
+ <i data-feather="heart" class="w-6 h-6 text-green-700"></i>
153
+ </div>
154
+ <div>
155
+ <h4 class="font-semibold text-gray-800">Natural Grazing</h4>
156
+ <p class="text-gray-600">Animals graze freely on natural pastures, ensuring superior meat quality</p>
157
+ </div>
158
+ </div>
159
+ <div class="flex items-start">
160
+ <div class="bg-green-100 p-2 rounded-full mr-4">
161
+ <i data-feather="shield" class="w-6 h-6 text-green-700"></i>
162
+ </div>
163
+ <div>
164
+ <h4 class="font-semibold text-gray-800">Quality Assurance</h4>
165
+ <p class="text-gray-600">Rigorous quality control from farm to export, meeting international standards</p>
166
+ </div>
167
+ </div>
168
+ </div>
169
+ </div>
170
+ <div data-aos="fade-left">
171
+ <img src="http://static.photos/food/640x360/50" alt="Natural grazing in Masai Savannah" class="rounded-lg shadow-lg">
172
+ </div>
173
+ </div>
174
+ </div>
175
+ </section>
176
+
177
+ <!-- Quality Process -->
178
+ <section id="quality" class="py-20 bg-white">
179
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
180
+ <div class="text-center mb-16" data-aos="fade-up">
181
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Our Quality Process</h2>
182
+ <p class="text-lg text-gray-600">From pasture to plate, we maintain the highest standards</p>
183
+ </div>
184
+
185
+ <div class="grid md:grid-cols-4 gap-8">
186
+ <div class="text-center" data-aos="fade-up" data-aos-delay="100">
187
+ <div class="bg-green-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
188
+ <i data-feather="compass" class="w-8 h-8 text-green-700"></i>
189
+ </div>
190
+ <h3 class="font-semibold text-gray-800 mb-2">Natural Grazing</h3>
191
+ <p class="text-sm text-gray-600">Free-range animals grazing on nutrient-rich savannah pastures</p>
192
+ </div>
193
+ <div class="text-center" data-aos="fade-up" data-aos-delay="200">
194
+ <div class="bg-green-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
195
+ <i data-feather="scissors" class="w-8 h-8 text-green-700"></i>
196
+ </div>
197
+ <h3 class="font-semibold text-gray-800 mb-2">Expert Processing</h3>
198
+ <p class="text-sm text-gray-600">Halal certified processing with modern facilities</p>
199
+ </div>
200
+ <div class="text-center" data-aos="fade-up" data-aos-delay="300">
201
+ <div class="bg-green-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
202
+ <i data-feather="package" class="w-8 h-8 text-green-700"></i>
203
+ </div>
204
+ <h3 class="font-semibold text-gray-800 mb-2">Quality Packaging</h3>
205
+ <p class="text-sm text-gray-600">Vacuum sealing and temperature-controlled packaging</p>
206
+ </div>
207
+ <div class="text-center" data-aos="fade-up" data-aos-delay="400">
208
+ <div class="bg-green-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
209
+ <i data-feather="truck" class="w-8 h-8 text-green-700"></i>
210
+ </div>
211
+ <h3 class="font-semibold text-gray-800 mb-2">Efficient Logistics</h3>
212
+ <p class="text-sm text-gray-600">Fast and reliable shipping from Dubai hub</p>
213
+ </div>
214
+ </div>
215
+ </div>
216
+ </section>
217
+
218
+ <!-- Testimonials -->
219
+ <section class="py-20 bg-green-50">
220
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
221
+ <div class="text-center mb-16" data-aos="f极速快ade-up">
222
+ <h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4">Trusted by Clients Across the Middle East</h2>
223
+ </div>
224
+
225
+ <div class="grid md:grid-cols-3 gap-8">
226
+ <div class="bg-white p-6 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="100">
227
+ <div class="flex items-center mb-4">
228
+ <div class="w-12 h-12 bg-green-100 rounded-full flex items-center justify-center mr-4">
229
+ <i data-feather="user" class="text-green-700"></i>
230
+ </div>
231
+ <div>
232
+ <h4 class="font-semibold">Ahmed Al-Mansoori</h4>
233
+ <p class="text-sm text-gray-600">Restaurant Owner, Qatar</p>
234
+ </div>
235
+ </div>
236
+ <p class="text-gray-600">"The quality of their goat meat is exceptional. Our customers consistently praise the flavor and tenderness."</p>
237
+ </div>
238
+
239
+ <div class="bg-white p-6 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="200">
240
+ <div class="flex items-center mb-4">
241
+ <div class="w-12 h-12 bg-green-100 rounded-full flex items-center justify-center mr-4">
242
+ <i data-feather="user" class="text-green-700"></i>
243
+ </div>
244
+ <div>
245
+ <h4 class="font-semibold">Mohammed Hassan</h4>
246
+ <p class="text-sm text-gray-600">Wholesale Distributor, UAE</p>
247
+ </div>
248
+ </div>
249
+ <p class="text-gray-600">"Their relocation to Dubai has made logistics much smoother. The Dobber sheep quality is consistently excellent."</p>
250
+ </div>
251
+
252
+ <div class="bg-white p-6 rounded-lg shadow-md" data-aos="fade-up" data-aos-delay="300">
253
+ <div class="flex items-center mb-4">
254
+ <div class="w-12 h-12 bg-green-100 rounded-full flex items-center justify-center mr-4">
255
+ <i data-feather="user" class="text-green-700"></i>
256
+ </div>
257
+ <div>
258
+ <h4 class="font-semibold">Fatima Al-Rashid</h4>
259
+ <p class="text-sm text-gray-600">Hotel Chain, Saudi Arabia</p>
260
+ </div>
261
+ </div>
262
+ <p class="text-gray-600">"We've been working with them for years. Their Blackhead sheep meets our strict quality standards perfectly."</p>
263
+ </div>
264
+ </div>
265
+ </div>
266
+ </section>
267
+
268
+ <!-- Contact Section -->
269
+ <section id="contact" class="py-20 bg-gray-900 text-white">
270
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
271
+ <div class="grid md:grid-cols-2 gap-12">
272
+ <div data-aos="fade-right">
273
+ <h2 class="text-3xl md:text-4xl font-bold mb-6">Ready to Place Your Order?</h2>
274
+ <p class="text-lg mb-8">Contact us for pricing, availability, and custom requirements. Our Dubai-based team is ready to assist you.</p>
275
+ <div class="space-y-4">
276
+ <div class="flex items-center">
277
+ <div class="bg-green-700 p-2 rounded-full mr-4">
278
+ <i data-feather="mail" class="w-6 h-6"></i>
279
+ </div>
280
+ <div>
281
+ <h4 class="font-semibold">Email</h4>
282
+ <p>info@savannahmeats.com</p>
283
+ </div>
284
+ </div>
285
+ <div class="flex items-center">
286
+ <div class="bg-green-700 p-2 rounded-full mr-4">
287
+ <i data-feather="phone" class="w-6 h-6"></i>
288
+ </div>
289
+ <div>
290
+ <h4 class="font-semibold">Phone</h4>
291
+ <p>+971-XXX-XXXX</p>
292
+ </div>
293
+ </div>
294
+ <div class="flex items-center">
295
+ <div class="bg-green-700 p-2 rounded-full mr-4">
296
+ <i data-feather="map-pin" class="w-6 h-6"></i>
297
+ </div>
298
+ <div>
299
+ <h4 class="font-semibold">Location</h4>
300
+ <p>Dubai, United Arab Emirates</p>
301
+ </div>
302
+ </div>
303
+ </div>
304
+ </div>
305
+
306
+ <div data-aos="fade-left">
307
+ <form class="bg-white text-gray-800 p-8 rounded-lg shadow-lg">
308
+ <h3 class="text-2xl font-bold mb-6">Send Inquiry</h3>
309
+ <div class="space-y-4">
310
+ <div>
311
+ <label class="block text-sm font-medium mb-2">Your Name | اسمك</label>
312
+ <input type="text" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-green-600 focus:border-transparent">
313
+ </div>
314
+ <div>
315
+ <label class="block text-sm font-medium mb-2">Email Address | البريد الإلكتروني</label>
316
+ <input type="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-green-600 focus:border-transparent">
317
+ </div>
318
+ <div>
319
+ <label class="block text-sm font-medium mb-2">Phone Number | رقم الهاتف</label>
320
+ <input type="tel" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-green-600 focus:border-transparent">
321
+ </div>
322
+ <div>
323
+ <label class="block text-sm font-medium mb-2">Product Interest | المنتج المطلوب</label>
324
+ <select class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-green-600 focus:border-transparent">
325
+ <option>Masai Goat Meat</option>
326
+ <option>Dobber Sheep</option>
327
+ <option>Blackhead Sheep</option>
328
+ <option>Multiple Products</option>
329
+ </select>
330
+ </div>
331
+ <div>
332
+ <label class="block text-sm font-medium mb-2">Message | الرسالة</label>
333
+ <textarea rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:ring-2 focus:ring-green-600 focus:border-transparent"></textarea>
334
+ </div>
335
+ <button type="submit" class="w-full bg-green-700 text-white py-3 rounded-lg font-semibold hover:bg-green-800 transition">Submit Inquiry | إرسال الاستفسار</button>
336
+ </div>
337
+ </form>
338
+ </div>
339
+ </div>
340
+ </div>
341
+ </section>
342
+
343
+ <!-- Footer -->
344
+ <footer class="bg-gray-800 text-white py-12">
345
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
346
+ <div class="grid md:grid-cols-4 gap-8">
347
+ <div>
348
+ <h4 class="text-lg font-semibold mb-4">Savannah Premium Meats</h4>
349
+ <p class="text-gray-400">Exporting premium halal meat from Kenya's finest pastures to the Middle East.</p>
350
+ </div>
351
+ <div>
352
+ <h4 class="text-lg font-semibold mb-4">Products</h4>
353
+ <ul class="space-y-2 text-gray-400">
354
+ <li><a href="#" class="hover:text-white">Masai Goat Meat</a></li>
355
+ <li><a href="#" class="hover:text-white">Dobber Sheep</a></li>
356
+ <li><a href="#" class="hover:text-white">Blackhead Sheep</a></li>
357
+ </ul>
358
+ </div>
359
+ <div>
360
+ <h4 class="text-lg font-semibold mb-4">Quick Links</h4>
361
+ <ul class="space-y-2 text-gray-400">
362
+ <li><a href="#about" class="hover:text-white">About Us</a></li>
363
+ <li><a href="#quality" class="hover:text-white">Quality Process</a></li>
364
+ <li><a href="#contact" class="hover:text-white">Contact</a></li>
365
+ </ul>
366
+ </div>
367
+ <div>
368
+ <h4 class="text-lg font-semibold mb-4">Connect</h4>
369
+ <div class="flex space-x-4">
370
+ <a href="#" class="text-gray-400 hover:text-white"><i data-feather="facebook"></i></a>
371
+ <a href="#" class="text-gray-400 hover:text-white"><i data-feather="twitter"></i></a>
372
+ <a href="#" class="text-gray-400 hover:text-white"><i data-feather="linkedin"></i></a>
373
+ <a href="#" class="text-gray-400 hover:text-white"><i data-feather="instagram"></i></a>
374
+ </div>
375
+ </div>
376
+ </div>
377
+ <div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400">
378
+ <p>&copy; 2024 Savannah Premium Meats. All rights reserved.</p>
379
+ </div>
380
+ </div>
381
+ </footer>
382
+
383
+ <script>
384
+ AOS.init({
385
+ duration: 1000,
386
+ once: true
387
+ });
388
+ feather.replace();
389
+ </script>
390
+ </body>
391
  </html>
prompts.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ I'm an experienced goat meat exporter which I source from masai savannah and north eastern kenya, i mostly export to arabic countries and after match thought i need to increase my customer base and want to relocate to dubai, i also deal with sheep dobber, blackhead sheep which i also sell as whole cuts, Create for me a website that has good SEO qualities and will ecourage inquiries
2
+ make it a little more appealing adding some arabic
3
+ replace the pictures they dont suit here also reduce the arabic