Prime713 commited on
Commit
b96e815
·
verified ·
1 Parent(s): e6a653b

Сделай лого более красивым - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +607 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Webcraft
3
- emoji: 🌖
4
- colorFrom: purple
5
- colorTo: pink
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: webcraft
3
+ emoji: 🐳
4
+ colorFrom: gray
5
+ colorTo: gray
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,607 @@
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="ru">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>WebCraft Studio - Создание продающих сайтов для вашего бизнеса</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
9
+ <style>
10
+ body {
11
+ font-family: 'Poppins', sans-serif;
12
+ overflow-x: hidden;
13
+ }
14
+
15
+ .gradient-bg {
16
+ background: linear-gradient(135deg, #2A5BDA 0%, #1E3A8A 100%);
17
+ }
18
+
19
+ .hero-animation {
20
+ position: absolute;
21
+ width: 100%;
22
+ height: 100%;
23
+ top: 0;
24
+ left: 0;
25
+ opacity: 0.3;
26
+ z-index: 0;
27
+ overflow: hidden;
28
+ }
29
+
30
+ .code-element {
31
+ position: absolute;
32
+ color: rgba(255,255,255,0.1);
33
+ font-family: monospace;
34
+ font-size: 14px;
35
+ animation: float 15s infinite linear;
36
+ }
37
+
38
+ @keyframes float {
39
+ 0% { transform: translateY(0) translateX(0); }
40
+ 50% { transform: translateY(-50px) translateX(50px); }
41
+ 100% { transform: translateY(0) translateX(0); }
42
+ }
43
+
44
+ .service-card:hover {
45
+ transform: translateY(-10px);
46
+ box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
47
+ }
48
+
49
+ .testimonial-card {
50
+ transition: all 0.3s ease;
51
+ }
52
+
53
+ .testimonial-card:hover {
54
+ transform: scale(1.02);
55
+ }
56
+
57
+ .final-cta {
58
+ background: linear-gradient(135deg, #FF6B35 0%, #FF8C42 100%);
59
+ }
60
+ </style>
61
+ </head>
62
+ <body class="bg-gray-50">
63
+ <!-- Header -->
64
+ <header class="bg-white shadow-sm sticky top-0 z-50">
65
+ <div class="container mx-auto px-4 py-4 flex justify-between items-center">
66
+ <div class="flex items-center">
67
+ <!-- Логотип -->
68
+ <div class="flex items-center">
69
+ <div class="w-12 h-12 flex items-center justify-center bg-blue-600 rounded-lg mr-3">
70
+ <div class="w-8 h-8 relative">
71
+ <div class="absolute left-0 top-0 w-4 h-8 bg-white rounded-l-md"></div>
72
+ <div class="absolute right-0 top-0 w-4 h-8 bg-white rounded-r-full"></div>
73
+ </div>
74
+ </div>
75
+ <span class="text-2xl font-bold text-gray-800">WebCraft</span>
76
+ </div>
77
+ </div>
78
+ <nav class="hidden md:flex space-x-8">
79
+ <a href="#services" class="text-gray-600 hover:text-blue-600 font-medium">Услуги</a>
80
+ <a href="#portfolio" class="text-gray-600 hover:text-blue-600 font-medium">Портфолио</a>
81
+ <a href="#process" class="text-gray-600 hover:text-blue-600 font-medium">Процесс</a>
82
+ <a href="#testimonials" class="text-gray-600 hover:text-blue-600 font-medium">Отзывы</a>
83
+ <a href="#faq" class="text-gray-600 hover:text-blue-600 font-medium">FAQ</a>
84
+ </nav>
85
+ <div>
86
+ <a href="#contact" class="bg-orange-500 hover:bg-orange-600 text-white font-medium px-6 py-2 rounded-lg shadow-md transition duration-300">Обсудить проект</a>
87
+ </div>
88
+ </div>
89
+ </header>
90
+
91
+ <!-- Hero Section -->
92
+ <section class="gradient-bg text-white relative overflow-hidden">
93
+ <div class="hero-animation" id="code-animation"></div>
94
+ <div class="container mx-auto px-4 py-24 relative z-10">
95
+ <div class="max-w-3xl mx-auto text-center">
96
+ <h1 class="text-4xl md:text-5xl font-bold mb-6 leading-tight">Ваш сайт — ваш главный продавец. Мы делаем его <span class="text-orange-300">неутомимым</span></h1>
97
+ <p class="text-xl mb-8 opacity-90">WebCraft Studio: создаем инструменты роста бизнеса. <span class="font-semibold">+30-70% к конверсии</span> уже через месяц после запуска</p>
98
+ <div class="flex flex-col sm:flex-row justify-center gap-4">
99
+ <a href="#contact" class="bg-orange-500 hover:bg-orange-600 text-white font-bold px-8 py-4 rounded-lg text-lg shadow-lg transition duration-300 flex items-center justify-center">Получить бесплатный аудит сайта →</a>
100
+ <a href="#portfolio" class="bg-white hover:bg-gray-100 text-blue-600 font-bold px-8 py-4 rounded-lg text-lg shadow-lg transition duration-300 flex items-center justify-center">Смотреть примеры</a>
101
+ </div>
102
+ <p class="mt-4 text-sm opacity-70">Ответим за 15 минут • Первые 3 концепта — бесплатно</p>
103
+ </div>
104
+ </div>
105
+ </section>
106
+
107
+ <!-- Problem Section -->
108
+ <section class="py-16 bg-white">
109
+ <div class="container mx-auto px-4">
110
+ <div class="max-w-3xl mx-auto text-center mb-12">
111
+ <h2 class="text-3xl font-bold text-gray-800 mb-4">Сайт не приносит заявок? Вы теряете деньги каждый день</h2>
112
+ <p class="text-lg text-gray-600">84% посетителей уходят с сайта, если он не решает их проблему в первые 10 секунд</p>
113
+ </div>
114
+
115
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
116
+ <div class="bg-gray-50 p-6 rounded-xl border border-gray-200 flex items-start">
117
+ <div class="text-orange-500 bg-orange-100 p-3 rounded-lg mr-4">
118
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
119
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.172 16.172a4 4 0 015.656 0M9 10h.01M15 10h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
120
+ </svg>
121
+ </div>
122
+ <div>
123
+ <h3 class="font-bold text-lg text-gray-800 mb-2">Красивый, но не продающий?</h3>
124
+ <p class="text-gray-600">Дизайн должен работать, а не просто радовать глаз</p>
125
+ </div>
126
+ </div>
127
+
128
+ <div class="bg-gray-50 p-6 rounded-xl border border-gray-200 flex items-start">
129
+ <div class="text-orange-500 bg-orange-100 p-3 rounded-lg mr-4">
130
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
131
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z" />
132
+ </svg>
133
+ </div>
134
+ <div>
135
+ <h3 class="font-bold text-lg text-gray-800 mb-2">Посетители уходят, ничего не купив?</h3>
136
+ <p class="text-gray-600">Неправильная структура отпугивает клиентов</p>
137
+ </div>
138
+ </div>
139
+
140
+ <div class="bg-gray-50 p-6 rounded-xl border border-gray-200 flex items-start">
141
+ <div class="text-orange-500 bg-orange-100 p-3 rounded-lg mr-4">
142
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
143
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 10h18M7 15h1m4 0h1m-7 4h12a3 3 0 003-3V8a3 3 0 00-3-3H6a3 3 0 00-3 3v8a3 3 0 003 3z" />
144
+ </svg>
145
+ </div>
146
+ <div>
147
+ <h3 class="font-bold text-lg text-gray-800 mb-2">Вложения не окупаются?</h3>
148
+ <p class="text-gray-600">Сайт должен приносить прибыль, а не быть расходом</p>
149
+ </div>
150
+ </div>
151
+
152
+ <div class="bg-gray-50 p-6 rounded-xl border border-gray-200 flex items-start">
153
+ <div class="text-orange-500 bg-orange-100 p-3 rounded-lg mr-4">
154
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
155
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z" />
156
+ </svg>
157
+ </div>
158
+ <div>
159
+ <h3 class="font-bold text-lg text-gray-800 mb-2">Не видите результатов SEO?</h3>
160
+ <p class="text-gray-600">Оптимизация должна быть комплексной, а не фо��мальной</p>
161
+ </div>
162
+ </div>
163
+
164
+ <div class="bg-gray-50 p-6 rounded-xl border border-gray-200 flex items-start">
165
+ <div class="text-orange-500 bg-orange-100 p-3 rounded-lg mr-4">
166
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
167
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" />
168
+ </svg>
169
+ </div>
170
+ <div>
171
+ <h3 class="font-bold text-lg text-gray-800 mb-2">Обновляете сайт раз в 5 лет?</h3>
172
+ <p class="text-gray-600">Устаревший дизайн снижает доверие на 62%</p>
173
+ </div>
174
+ </div>
175
+
176
+ <div class="bg-gray-50 p-6 rounded-xl border border-gray-200 flex items-start">
177
+ <div class="text-orange-500 bg-orange-100 p-3 rounded-lg mr-4">
178
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
179
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 3v2m6-2v2M9 19v2m6-2v2M5 9H3m2 6H3m18-6h-2m2 6h-2M7 19h10a2 2 0 002-2V7a2 2 0 00-2-2H7a2 2 0 00-2 2v10a2 2 0 002 2zM9 9h6v6H9V9z" />
180
+ </svg>
181
+ </div>
182
+ <div>
183
+ <h3 class="font-bold text-lg text-gray-800 mb-2">Технические проблемы мешают продажам?</h3>
184
+ <p class="text-gray-600">Медленная загрузка = потеря 53% клиентов</p>
185
+ </div>
186
+ </div>
187
+ </div>
188
+
189
+ <div class="max-w-2xl mx-auto text-center mt-12">
190
+ <p class="text-2xl font-bold text-gray-800">Хватит терять клиентов! Пора запустить <span class="text-blue-600">продающий механизм</span></p>
191
+ <a href="#contact" class="mt-6 inline-block bg-blue-600 hover:bg-blue-700 text-white font-bold px-8 py-3 rounded-lg shadow-md transition duration-300">Обсудить мой проект</a>
192
+ </div>
193
+ </div>
194
+ </section>
195
+
196
+ <!-- Services Section -->
197
+ <section id="services" class="py-16 bg-gray-50">
198
+ <div class="container mx-auto px-4">
199
+ <div class="max-w-3xl mx-auto text-center mb-12">
200
+ <h2 class="text-3xl font-bold text-gray-800 mb-4">Превращаем посетителей в клиентов: наши инструменты для вашего роста</h2>
201
+ <p class="text-lg text-gray-600">Каждый проект начинается с анализа вашей целевой аудитории и заканчивается измеримым результатом</p>
202
+ </div>
203
+
204
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
205
+ <div class="service-card bg-white p-8 rounded-xl shadow-lg border border-gray-200 transition duration-300">
206
+ <div class="text-blue-600 mb-4">
207
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12" fill="none" viewBox="0 0 24 24" stroke="currentColor">
208
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.75 17L9 20l-1 1h8l-1-1-.75-3M3 13h18M5 17h14a2 2 0 002-2V5a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z" />
209
+ </svg>
210
+ </div>
211
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Продающие лендинги</h3>
212
+ <p class="text-gray-600 mb-4">Одностраничные сайты с конверсией до 15%. Идеально для товаров, услуг и акций.</p>
213
+ <div class="flex justify-between items-center">
214
+ <span class="font-bold text-gray-800">от 35 000 ₽</span>
215
+ <a href="#contact" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">Узнать больше →</a>
216
+ </div>
217
+ </div>
218
+
219
+ <div class="service-card bg-white p-8 rounded-xl shadow-lg border border-gray-200 transition duration-300">
220
+ <div class="text-blue-600 mb-4">
221
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12" fill="none" viewBox="0 0 24 24" stroke="currentColor">
222
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 21V5a2 2 0 00-2-2H7a2 2 0 00-2 2v16m14 0h2m-2 0h-5m-9 0H3m2 0h5M9 7h1m-1 4h1m4-4h1m-1 4h1m-5 10v-5a1 1 0 011-1h2a1 1 0 011 1v5m-4 0h4" />
223
+ </svg>
224
+ </div>
225
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Корпоративные сайты</h3>
226
+ <p class="text-gray-600 mb-4">Многостраничные решения для компаний, которые хотят выглядеть профессионально.</p>
227
+ <div class="flex justify-between items-center">
228
+ <span class="font-bold text-gray-800">от 80 000 ₽</span>
229
+ <a href="#contact" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">Узнать больше →</a>
230
+ </div>
231
+ </div>
232
+
233
+ <div class="service-card bg-white p-8 rounded-xl shadow-lg border border-gray-200 transition duration-300">
234
+ <div class="text-blue-600 mb-4">
235
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12" fill="none" viewBox="0 0 24 24" stroke="currentColor">
236
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 8v8m-4-5v5m-4-2v2m-2 4h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z" />
237
+ </svg>
238
+ </div>
239
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Интернет-магазины</h3>
240
+ <p class="text-gray-600 mb-4">Полноценные платформы для онлайн-продаж с удобной административной панелью.</p>
241
+ <div class="flex justify-between items-center">
242
+ <span class="font-bold text-gray-800">от 120 000 ₽</span>
243
+ <a href="#contact" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">Узнать больше →</a>
244
+ </div>
245
+ </div>
246
+
247
+ <div class="service-card bg-white p-8 rounded-xl shadow-lg border border-gray-200 transition duration-300">
248
+ <div class="text-blue-600 mb-4">
249
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12" fill="none" viewBox="0 0 24 24" stroke="currentColor">
250
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4" />
251
+ </svg>
252
+ </div>
253
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Техническая поддержка</h3>
254
+ <p class="text-gray-600 mb-4">Регулярное обновление и обслуживание вашего сайта для стабильной работы.</p>
255
+ <div class="flex justify-between items-center">
256
+ <span class="font-bold text-gray-800">от 5 000 ₽/мес</span>
257
+ <a href="#contact" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">Узнать больше →</a>
258
+ </div>
259
+ </div>
260
+
261
+ <div class="service-card bg-white p-8 rounded-xl shadow-lg border border-gray-200 transition duration-300">
262
+ <div class="text-blue-600 mb-4">
263
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12" fill="none" viewBox="0 0 24 24" stroke="currentColor">
264
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M21 12a9 9 0 01-9 9m9-9a9 9 0 00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9" />
265
+ </svg>
266
+ </div>
267
+ <h3 class="text-xl font-bold text-gray-800 mb-3">SEO-оптимизация</h3>
268
+ <p class="text-gray-600 mb-4">Повышение позиций в поисковиках и привлечение целевого трафика.</p>
269
+ <div class="flex justify-between items-center">
270
+ <span class="font-bold text-gray-800">от 15 000 ₽</span>
271
+ <a href="#contact" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">Узнать больше →</a>
272
+ </div>
273
+ </div>
274
+
275
+ <div class="service-card bg-white p-8 rounded-xl shadow-lg border border-gray-200 transition duration-300">
276
+ <div class="text-blue-600 mb-4">
277
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-12 w-12" fill="none" viewBox="0 0 24 24" stroke="currentColor">
278
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2" />
279
+ </svg>
280
+ </div>
281
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Копирайтинг</h3>
282
+ <p class="text-gray-600 mb-4">Продающие тексты, которые увеличивают конверсию на 30-70%.</p>
283
+ <div class="flex justify-between items-center">
284
+ <span class="font-bold text-gray-800">от 500 ₽/страница</span>
285
+ <a href="#contact" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">Узнать больше →</a>
286
+ </div>
287
+ </div>
288
+ </div>
289
+
290
+ <div class="text-center mt-12">
291
+ <a href="#contact" class="inline-block bg-orange-500 hover:bg-orange-600 text-white font-bold px-8 py-3 rounded-lg shadow-md transition duration-300">Получить индивидуальное предложение</a>
292
+ </div>
293
+ </div>
294
+ </section>
295
+
296
+ <!-- Benefits Section -->
297
+ <section class="py-16 bg-white">
298
+ <div class="container mx-auto px-4">
299
+ <div class="max-w-3xl mx-auto text-center mb-12">
300
+ <h2 class="text-3xl font-bold text-gray-800 mb-4">WebCraft: не просто разработка, а партнерство в росте</h2>
301
+ <p class="text-lg text-gray-600">Наши принципы работы — это ваши гарантии результата</p>
302
+ </div>
303
+
304
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
305
+ <div class="bg-gray-50 p-6 rounded-xl">
306
+ <div class="text-orange-500 mb-4">
307
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10" fill="none" viewBox="0 0 24 24" stroke="currentColor">
308
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z" />
309
+ </svg>
310
+ </div>
311
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Фокус на Продажах</h3>
312
+ <p class="text-gray-600">Ваша прибыль — наш KPI. Мы не просто делаем сайты, а создаем инструменты для роста бизнеса.</p>
313
+ </div>
314
+
315
+ <div class="bg-gray-50 p-6 rounded-xl">
316
+ <div class="text-orange-500 mb-4">
317
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10" fill="none" viewBox="0 0 24 24" stroke="currentColor">
318
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z" />
319
+ </svg>
320
+ </div>
321
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Скорость & Deadlines</h3>
322
+ <p class="text-gray-600">Типовой лендинг за 7 дней. Соблюдаем сроки на 98% благодаря отработанному процессу.</p>
323
+ </div>
324
+
325
+ <div class="bg-gray-50 p-6 rounded-xl">
326
+ <div class="text-orange-500 mb-4">
327
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10" fill="none" viewBox="0 0 24 24" stroke="currentColor">
328
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z" />
329
+ </svg>
330
+ </div>
331
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Дизайн, который Конвертирует</h3>
332
+ <p class="text-gray-600">UI/UX подход. Каждый элемент работает на ваши продажи, а не просто выглядит красиво.</p>
333
+ </div>
334
+
335
+ <div class="bg-gray-50 p-6 rounded-xl">
336
+ <div class="text-orange-500 mb-4">
337
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10" fill="none" viewBox="0 0 24 24" stroke="currentColor">
338
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z" />
339
+ </svg>
340
+ </div>
341
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Техническая Надежность</h3>
342
+ <p class="text-gray-600">��арантия 1 год. Используем только проверенные технологии и хостинги.</p>
343
+ </div>
344
+
345
+ <div class="bg-gray-50 p-6 rounded-xl">
346
+ <div class="text-orange-500 mb-4">
347
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10" fill="none" viewBox="0 0 24 24" stroke="currentColor">
348
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 20h5v-2a3 3 0 00-5.356-1.857M17 20H7m10 0v-2c0-.656-.126-1.283-.356-1.857M7 20H2v-2a3 3 0 015.356-1.857M7 20v-2c0-.656.126-1.283.356-1.857m0 0a5.002 5.002 0 019.288 0M15 7a3 3 0 11-6 0 3 3 0 016 0zm6 3a2 2 0 11-4 0 2 2 0 014 0zM7 10a2 2 0 11-4 0 2 2 0 014 0z" />
349
+ </svg>
350
+ </div>
351
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Персональный Менеджер</h3>
352
+ <p class="text-gray-600">Один специалист ведет проект от брифа до запуска. Вы всегда знаете, на каком этапе работа.</p>
353
+ </div>
354
+
355
+ <div class="bg-gray-50 p-6 rounded-xl">
356
+ <div class="text-orange-500 mb-4">
357
+ <svg xmlns="http://www.w3.org/2000/svg" class="h-10 w-10" fill="none" viewBox="0 0 24 24" stroke="currentColor">
358
+ <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z" />
359
+ </svg>
360
+ </div>
361
+ <h3 class="text-xl font-bold text-gray-800 mb-3">Пост-релиз Поддержка</h3>
362
+ <p class="text-gray-600">Бесплатное обучение, техподдержка 24/7 и регулярные обновления после запуска.</p>
363
+ </div>
364
+ </div>
365
+
366
+ <div class="mt-12 bg-blue-50 border border-blue-200 rounded-xl p-8">
367
+ <div class="flex flex-col md:flex-row items-center">
368
+ <div class="md:w-1/2 mb-6 md:mb-0">
369
+ <h3 class="text-2xl font-bold text-gray-800 mb-3">Хотите узнать больше о нашем подходе?</h3>
370
+ <p class="text-gray-600">Закажите бесплатную консультацию с нашим экспертом</p>
371
+ </div>
372
+ <div class="md:w-1/2 text-center md:text-right">
373
+ <a href="#contact" class="inline-block bg-blue-600 hover:bg-blue-700 text-white font-bold px-8 py-3 rounded-lg shadow-md transition duration-300">Записаться на консультацию</a>
374
+ </div>
375
+ </div>
376
+ </div>
377
+ </div>
378
+ </section>
379
+
380
+ <!-- Portfolio Section -->
381
+ <section id="portfolio" class="py-16 bg-gray-50">
382
+ <div class="container mx-auto px-4">
383
+ <div class="max-w-3xl mx-auto text-center mb-12">
384
+ <h2 class="text-3xl font-bold text-gray-800 mb-4">Наши работы приносят результат</h2>
385
+ <p class="text-lg text-gray-600">Реальные цифры — лучшая реклама нашей работы</p>
386
+ </div>
387
+
388
+ <div class="grid md:grid-cols-2 gap-8 mb-8">
389
+ <div class="bg-white rounded-xl shadow-md overflow-hidden">
390
+ <div class="h-48 bg-gray-200 flex items-center justify-center">
391
+ <span class="text-gray-500">Скриншот сайта "АвтоМастер"</span>
392
+ </div>
393
+ <div class="p-6">
394
+ <h3 class="text-xl font-bold text-gray-800 mb-2">АвтоМастер</h3>
395
+ <p class="text-gray-600 mb-4">Задача: увеличить заявки на ремонт автомобилей на 40%</p>
396
+ <p class="text-gray-700 mb-4">Решение: создали лендинг с формой быстрого заказа и калькулятором стоимости</p>
397
+ <div class="flex justify-between items-center">
398
+ <span class="text-lg font-bold text-blue-600">+65% заявок за 2 месяца</span>
399
+ <a href="#" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">Смотреть кейс →</a>
400
+ </div>
401
+ </div>
402
+ </div>
403
+
404
+ <div class="bg-white rounded-xl shadow-md overflow-hidden">
405
+ <div class="h-48 bg-gray-200 flex items-center justify-center">
406
+ <span class="text-gray-500">Скриншот сайта "EcoClean"</span>
407
+ </div>
408
+ <div class="p-6">
409
+ <h3 class="text-xl font-bold text-gray-800 mb-2">EcoClean</h3>
410
+ <p class="text-gray-600 mb-4">Задача: привлечь клиентов из региона с низкой конкуренцией</p>
411
+ <p class="text-gray-700 mb-4">Решение: разработали SEO-оптимизированный сайт с блогом о клининге</p>
412
+ <div class="flex justify-between items-center">
413
+ <span class="text-lg font-bold text-blue-600">+120% трафика за 3 месяца</span>
414
+ <a href="#" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">Смотреть кейс →</a>
415
+ </div>
416
+ </div>
417
+ </div>
418
+ </div>
419
+
420
+ <div class="grid md:grid-cols-3 gap-8">
421
+ <div class="bg-white rounded-xl shadow-md overflow-hidden">
422
+ <div class="h-48 bg-gray-200 flex items-center justify-center">
423
+ <span class="text-gray-500">Скриншот сайта "LuxuryHomes"</span>
424
+ </div>
425
+ <div class="p-6">
426
+ <h3 class="text-xl font-bold text-gray-800 mb-2">LuxuryHomes</h3>
427
+ <p class="text-gray-600 mb-2">Продажа элитной недвижимости</p>
428
+ <div class="flex justify-between items-center">
429
+ <span class="text-lg font-bold text-blue-600">+45% просмотров</span>
430
+ <a href="#" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">Смотреть →</a>
431
+ </div>
432
+ </div>
433
+ </div>
434
+
435
+ <div class="bg-white rounded-xl shadow-md overflow-hidden">
436
+ <div class="h-48 bg-gray-200 flex items-center justify-center">
437
+ <span class="text-gray-500">Скриншот сайта "FoodExpress"</span>
438
+ </div>
439
+ <div class="p-6">
440
+ <h3 class="text-xl font-bold text-gray-800 mb-2">FoodExpress</h3>
441
+ <p class="text-gray-600 mb-2">Доставка здорового питания</p>
442
+ <div class="flex justify-between items-center">
443
+ <span class="text-lg font-bold text-blue-600">+80% заказов</span>
444
+ <a href="#" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">Смотреть →</a>
445
+ </div>
446
+ </div>
447
+ </div>
448
+
449
+ <div class="bg-white rounded-xl shadow-md overflow-hidden">
450
+ <div class="h-48 bg-gray-200 flex items-center justify-center">
451
+ <span class="text-gray-500">Скриншот сайта "BeautyStudio"</span>
452
+ </div>
453
+ <div class="p-6">
454
+ <h3 class="text-xl font-bold text-gray-800 mb-2">BeautyStudio</h3>
455
+ <p class="text-gray-600 mb-2">Салон красоты премиум-класса</p>
456
+ <div class="flex justify-between items-center">
457
+ <span class="text-lg font-bold text-blue-600">+55% записей</span>
458
+ <a href="#" class="text-blue-600 hover:text-blue-800 font-medium flex items-center">Смотреть →</a>
459
+ </div>
460
+ </div>
461
+ </div>
462
+ </div>
463
+
464
+ <div class="text-center mt-12">
465
+ <a href="#" class="inline-block bg-orange-500 hover:bg-orange-600 text-white font-bold px-8 py-3 rounded-lg shadow-md transition duration-300">Смотреть все кейсы (12+)</a>
466
+ </div>
467
+ </div>
468
+ </section>
469
+
470
+ <!-- Process Section -->
471
+ <section id="process" class="py-16 bg-white">
472
+ <div class="container mx-auto px-4">
473
+ <div class="max-w-3xl mx-auto text-center mb-12">
474
+ <h2 class="text-3xl font-bold text-gray-800 mb-4">Прозрачный путь к вашему сайту за 5 шагов</h2>
475
+ <p class="text-lg text-gray-600">Вы утверждаете каждый этап. Фиксированная цена.</p>
476
+ </div>
477
+
478
+ <div class="relative">
479
+ <div class="hidden md:block absolute left-1/2 transform -translate-x-1/2 h-full w-1 bg-gray-200"></div>
480
+
481
+ <div class="flex flex-col md:flex-row items-center md:items-start mb-12">
482
+ <div class="md:w-1/2 md:pr-16 md:text-right order-1">
483
+ <h3 class="text-xl font-bold text-gray-800 mb-2">1. Заявка & Аудит</h3>
484
+ <p class="text-gray-600">Бесплатный анализ текущего сайта (если есть) и обсуждение ваших целей</p>
485
+ </div>
486
+ <div class="w-16 h-16 rounded-full bg-orange-500 text-white flex items-center justify-center text-2xl font-bold mx-auto my-4 md:my-0 md:mx-0 order-2">1</div>
487
+ <div class="md:w-1/2 md:pl-16 order-3 md:order-3"></div>
488
+ </div>
489
+
490
+ <div class="flex flex-col md:flex-row items-center md:items-start mb-12">
491
+ <div class="md:w-1/2 md:pr-16 order-1 md:order-3"></div>
492
+ <div class="w-16 h-16 rounded-full bg-blue-600 text-white flex items-center justify-center text-2xl font-bold mx-auto my-4 md:my-0 md:mx-0 order-2">2</div>
493
+ <div class="md:w-1/2 md:pl-16 md:text-left order-3">
494
+ <h3 class="text-xl font-bold text-gray-800 mb-2">2. Прототип & Дизайн</h3>
495
+ <p class="text-gray-600">Создаем 3 концепта дизайна. Вы выбираете лучший и вносите правки</p>
496
+ </div>
497
+ </div>
498
+
499
+ <div class="flex flex-col md:flex-row items-center md:items-start mb-12">
500
+ <div class="md:w-1/2 md:pr-16 md:text-right order-1">
501
+ <h3 class="text-xl font-bold text-gray-800 mb-2">3. Разработка</h3>
502
+ <p class="text-gray-600">Программируем сайт на выбранной платформе с учетом SEO и UX</p>
503
+ </div>
504
+ <div class="w-16 h-16 rounded-full bg-orange-500 text-white flex items-center justify-center text-2xl font-bold mx-auto my-4 md:my-0 md:mx-0 order-2">3</div>
505
+ <div class="md:w-1/2 md:pl-16 order-3"></div>
506
+ </div>
507
+
508
+ <div class="flex flex-col md:flex-row items-center md:items-start mb-12">
509
+ <div class="md:w-1/2 md:pr-16 order-1 md:order-3"></div>
510
+ <div class="w-16 h-16 rounded-full bg-blue-600 text-white flex items-center justify-center text-2xl font-bold mx-auto my-4 md:my-0 md:mx-0 order-2">4</div>
511
+ <div class="md:w-1/2 md:pl-16 md:text-left order-3">
512
+ <h3 class="text-xl font-bold text-gray-800 mb-2">4. Тестирование</h3>
513
+ <p class="text-gray-600">Проверяем работу на всех устройствах и устраняем ошибки</p>
514
+ </div>
515
+ </div>
516
+
517
+ <div class="flex flex-col md:flex-row items-center md:items-start">
518
+ <div class="md:w-1/2 md:pr-16 md:text-right order-1">
519
+ <h3 class="text-xl font-bold text-gray-800 mb-2">5. Запуск & Поддержка</h3>
520
+ <p class="text-gray-600">Переносим на хостинг, обучаем работе и предоставляем гарантию 1 год</p>
521
+ </div>
522
+ <div class="w-16 h-16 rounded-full bg-orange-500 text-white flex items-center justify-center text-2xl font-bold mx-auto my-4 md:my-0 md:mx-0 order-2">5</div>
523
+ <div class="md:w-1/2 md:pl-16 order-3"></div>
524
+ </div>
525
+ </div>
526
+
527
+ <div class="mt-12 bg-blue-50 border border-blue-200 rounded-xl p-8">
528
+ <div class="flex flex-col md:flex-row items-center">
529
+ <div class="md:w-2/3 mb-6 md:mb-0">
530
+ <h3 class="text-2xl font-bold text-gray-800 mb-3">Хотите узнать точную стоимость и сроки для вашего проекта?</h3>
531
+ <p class="text-gray-600">Оставьте заявку, и мы подготовим индивидуальное предложение в течение дня</p>
532
+ </div>
533
+ <div class="md:w-1/3 text-center md:text-right">
534
+ <a href="#contact" class="inline-block bg-blue-600 hover:bg-blue-700 text-white font-bold px-8 py-3 rounded-lg shadow-md transition duration-300">Узнать стоимость</a>
535
+ </div>
536
+ </div>
537
+ </div>
538
+ </div>
539
+ </section>
540
+
541
+ <!-- Testimonials Section -->
542
+ <section id="testimonials" class="py-16 bg-gray-50">
543
+ <div class="container mx-auto px-4">
544
+ <div class="max-w-3xl mx-auto text-center mb-12">
545
+ <h2 class="text-3xl font-bold text-gray-800 mb-4">Нас выбирают те, кто ценит результат</h2>
546
+ <p class="text-lg text-gray-600">Реальные отзывы наших клиентов о сотрудничестве</p>
547
+ </div>
548
+
549
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8 mb-12">
550
+ <div class="testimonial-card bg-white p-6 rounded-xl shadow-md">
551
+ <div class="flex items-center mb-4">
552
+ <div class="w-12 h-12 rounded-full bg-gray-300 overflow-hidden mr-4">
553
+ <img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Иван Петров" class="w-full h-full object-cover">
554
+ </div>
555
+ <div>
556
+ <h4 class="font-bold text-gray-800">Иван Петров</h4>
557
+ <p class="text-gray-600 text-sm">АвтоМастер</p>
558
+ </div>
559
+ </div>
560
+ <p class="text-gray-700 mb-4">"После запуска нового сайта заявки увеличились на 65%. Особенно эффективно работает форма быстрого заказа. Благодарю команду WebCraft за профессионализм!"</p>
561
+ <div class="flex">
562
+ <svg class="w-5 h-5 text-yellow-400" fill="currentColor" viewBox="0 0 20 20"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path></svg>
563
+ <svg class="w-5 h-5 text-yellow-400" fill="currentColor" viewBox="0 0 20 20"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path></svg>
564
+ <svg class="w-5 h-5 text-yellow-400" fill="currentColor" viewBox="0 0 20 20"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path></svg>
565
+ <svg class="w-5 h-5 text-yellow-400" fill="currentColor" viewBox="0 0 20 20"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path></svg>
566
+ <svg class="w-5 h-5 text-yellow-400" fill="currentColor" viewBox="0 0 20 20"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path></svg>
567
+ </div>
568
+ </div>
569
+
570
+ <div class="testimonial-card bg-white p-6 rounded-xl shadow-md">
571
+ <div class="flex items-center mb-4">
572
+ <div class="w-12 h-12 rounded-full bg-gray-300 overflow-hidden mr-4">
573
+ <img src="https://randomuser.me/api/portraits/women/44.jpg" alt="Ольга Смирнова" class="w-full h-full object-cover">
574
+ </div>
575
+ <div>
576
+ <h4 class="font-bold text-gray-800">Ольга Смирнова</h4>
577
+ <p class="text-gray-600 text-sm">BeautyStudio</p>
578
+ </div>
579
+ </div>
580
+ <p class="text-gray-700 mb-4">"Сайт стал настоящим помощником для моего салона красоты. Записи онлайн увеличились на 55%, а клиенты отмечают удобство интерфейса. Отдельное спасибо за оперативность!"</p>
581
+ <div class="flex">
582
+ <svg class="w-5 h-5 text-yellow-400" fill="currentColor" viewBox="0 0 20 20"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path></svg>
583
+ <svg class="w-5 h-5 text-yellow-400" fill="currentColor" viewBox="0 0 20 20"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path></svg>
584
+ <svg class="w-5 h-5 text-yellow-400" fill="currentColor" viewBox="0 0 20 20"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path></svg>
585
+ <svg class="w-5 h-5 text-yellow-400" fill="currentColor" viewBox="0 0 20 20"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path></svg>
586
+ <svg class="w-5 h-5 text-yellow-400" fill="currentColor" viewBox="0 0 20 20"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path></svg>
587
+ </div>
588
+ </div>
589
+
590
+ <div class="testimonial-card bg-white p-6 rounded-xl shadow-md">
591
+ <div class="flex items-center mb-4">
592
+ <div class="w-12 h-12 rounded-full bg-gray-300 overflow-hidden mr-4">
593
+ <img src="https://randomuser.me/api/portraits/men/75.jpg" alt="Дмитрий Иванов" class="w-full h-full object-cover">
594
+ </div>
595
+ <div>
596
+ <h4 class="font-bold text-gray-800">Дмитрий Иванов</h4>
597
+ <p class="text-gray-600 text-sm">FoodExpress</p>
598
+ </div>
599
+ </div>
600
+ <p class="text-gray-700 mb-4">"Запустили интернет-магазин с доставкой еды. Уже через месяц заказы выросли на 80%! Особенно радует удобная CRM для менеджеров и автоматизация процессов. Рекомендую!"</p>
601
+ <div class="flex">
602
+ <svg class="w-5 h-5 text-yellow-400" fill="currentColor" viewBox="0 0 20 20"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path></svg>
603
+ <svg class="w-5 h-5 text-yellow-400" fill="currentColor" viewBox="0 0 20 20"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path></svg>
604
+ <svg class="w-5 h-5 text-yellow-400" fill="currentColor" viewBox="0 0 20 20"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"></path></svg>
605
+ <svg class="w-5 h-5 text-yellow-400" fill="currentColor" viewBox="0 0 20 20"><path d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57
606
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=Prime713/webcraft" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
607
+ </html>