File size: 21,246 Bytes
a162457
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b523b5d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<!DOCTYPE html>
<html lang="ru">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Белорусское постельное бельё | Традиционное качество</title>
    <link rel="icon" type="image/x-icon" href="/static/favicon.ico">
    <script src="https://cdn.tailwindcss.com"></script>
    <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
    <script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
    <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
    <script src="https://unpkg.com/feather-icons"></script>
    <style>
        .hero-pattern {
            background-image: url('http://static.photos/textures/1200x630/42');
            background-size: cover;
            background-position: center;
        }
        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        .transition-slow {
            transition: all 0.5s ease;
        }
    </style>
</head>
<body class="font-sans bg-gray-50">
    <!-- Header -->
    <header class="bg-white shadow-md">
        <div class="container mx-auto px-4 py-3 flex justify-between items-center">
            <div class="flex items-center space-x-2">
                <i data-feather="home" class="text-blue-600"></i>
                <a href="index.html" class="text-2xl font-bold text-blue-600">БелПостель</a>
            </div>
            <nav class="hidden md:flex space-x-8">
                <a href="index.html" class="text-gray-700 hover:text-blue-600 transition-slow">Главная</a>
                <a href="catalog.html" class="text-gray-700 hover:text-blue-600 transition-slow">Каталог</a>
                <a href="about.html" class="text-gray-700 hover:text-blue-600 transition-slow">О нас</a>
                <a href="contact.html" class="text-gray-700 hover:text-blue-600 transition-slow">Контакты</a>
            </nav>
            <div class="flex items-center space-x-4">
                <a href="cart.html" class="relative">
                    <i data-feather="shopping-cart" class="text-gray-700 hover:text-blue-600"></i>
                    <span class="absolute -top-2 -right-2 bg-blue-600 text-white text-xs rounded-full h-5 w-5 flex items-center justify-center">0</span>
                </a>
                <a href="login.html" class="hidden md:block bg-blue-600 text-white px-4 py-2 rounded hover:bg-blue-700 transition-slow">Войти</a>
                <button class="md:hidden" id="mobile-menu-button">
                    <i data-feather="menu" class="text-gray-700"></i>
                </button>
            </div>
        </div>
        <!-- Mobile menu -->
        <div class="md:hidden hidden bg-white py-2 px-4 shadow-md" id="mobile-menu">
            <a href="index.html" class="block py-2 text-gray-700 hover:text-blue-600">Главная</a>
            <a href="catalog.html" class="block py-2 text-gray-700 hover:text-blue-600">Каталог</a>
            <a href="about.html" class="block py-2 text-gray-700 hover:text-blue-600">О нас</a>
            <a href="contact.html" class="block py-2 text-gray-700 hover:text-blue-600">Контакты</a>
            <a href="login.html" class="block py-2 text-gray-700 hover:text-blue-600">Войти</a>
        </div>
    </header>

    <!-- Hero Section -->
    <section class="hero-pattern text-white py-20">
        <div class="container mx-auto px-4 text-center bg-black bg-opacity-50 py-10 rounded-lg">
            <h1 class="text-4xl md:text-5xl font-bold mb-6" data-aos="fade-down">Белорусское постельное бельё</h1>
            <p class="text-xl mb-8 max-w-2xl mx-auto" data-aos="fade-up">Традиционное качество, проверенное временем. Натуральные ткани, ручная работа.</p>
            <a href="catalog.html" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-lg inline-block transition-slow" data-aos="zoom-in">В каталог</a>
        </div>
    </section>

    <!-- Features -->
    <section class="py-16 bg-white">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center mb-12">Почему выбирают нас</h2>
            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
                <div class="text-center p-6 rounded-lg bg-gray-50" data-aos="fade-up">
                    <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
                        <i data-feather="check-circle" class="text-blue-600 w-8 h-8"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-2">100% хлопок</h3>
                    <p class="text-gray-600">Только натуральные материалы из экологически чистого белорусского хлопка</p>
                </div>
                <div class="text-center p-6 rounded-lg bg-gray-50" data-aos="fade-up" data-aos-delay="100">
                    <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
                        <i data-feather="shield" class="text-blue-600 w-8 h-8"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-2">Гарантия качества</h3>
                    <p class="text-gray-600">Все изделия проходят строгий контроль перед отправкой</p>
                </div>
                <div class="text-center p-6 rounded-lg bg-gray-50" data-aos="fade-up" data-aos-delay="200">
                    <div class="bg-blue-100 w-16 h-16 rounded-full flex items-center justify-center mx-auto mb-4">
                        <i data-feather="truck" class="text-blue-600 w-8 h-8"></i>
                    </div>
                    <h3 class="text-xl font-semibold mb-2">Быстрая доставка</h3>
                    <p class="text-gray-600">Отправка в день заказа по всей Беларуси и СНГ</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Popular Products -->
    <section class="py-16 bg-gray-50">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center mb-12">Популярные товары</h2>
            <div class="grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-4 gap-6">
                <!-- Product 1 -->
                <div class="bg-white rounded-lg overflow-hidden shadow-md product-card transition-slow" data-aos="zoom-in">
                    <a href="product.html">
                        <img src="http://static.photos/textiles/640x360/1" alt="Постельное бельё" class="w-full h-48 object-cover">
                        <div class="p-4">
                            <h3 class="font-semibold text-lg mb-2">Комплект "Минские узоры"</h3>
                            <div class="flex justify-between items-center">
                                <span class="text-gray-800 font-bold">89.90 руб</span>
                                <button class="bg-blue-600 text-white p-2 rounded-full hover:bg-blue-700">
                                    <i data-feather="shopping-cart" class="w-4 h-4"></i>
                                </button>
                            </div>
                        </div>
                    </a>
                </div>
                <!-- Product 2 -->
                <div class="bg-white rounded-lg overflow-hidden shadow-md product-card transition-slow" data-aos="zoom-in" data-aos-delay="100">
                    <a href="product.html">
                        <img src="http://static.photos/textiles/640x360/2" alt="Постельное бельё" class="w-full h-48 object-cover">
                        <div class="p-4">
                            <h3 class="font-semibold text-lg mb-2">Комплект "Белорусская нива"</h3>
                            <div class="flex justify-between items-center">
                                <span class="text-gray-800 font-bold">99.90 руб</span>
                                <button class="bg-blue-600 text-white p-2 rounded-full hover:bg-blue-700">
                                    <i data-feather="shopping-cart" class="w-4 h-4"></i>
                                </button>
                            </div>
                        </div>
                    </a>
                </div>
                <!-- Product 3 -->
                <div class="bg-white rounded-lg overflow-hidden shadow-md product-card transition-slow" data-aos="zoom-in" data-aos-delay="200">
                    <a href="product.html">
                        <img src="http://static.photos/textiles/640x360/3" alt="Постельное бельё" class="w-full h-48 object-cover">
                        <div class="p-4">
                            <h3 class="font-semibold text-lg mb-2">Комплект "Витебские вечера"</h3>
                            <div class="flex justify-between items-center">
                                <span class="text-gray-800 font-bold">109.90 руб</span>
                                <button class="bg-blue-600 text-white p-2 rounded-full hover:bg-blue-700">
                                    <i data-feather="shopping-cart" class="w-4 h-4"></i>
                                </button>
                            </div>
                        </div>
                    </a>
                </div>
                <!-- Product 4 -->
                <div class="bg-white rounded-lg overflow-hidden shadow-md product-card transition-slow" data-aos="zoom-in" data-aos-delay="300">
                    <a href="product.html">
                        <img src="http://static.photos/textiles/640x360/4" alt="Постельное бельё" class="w-full h-48 object-cover">
                        <div class="p-4">
                            <h3 class="font-semibold text-lg mb-2">Комплект "Гродненский букет"</h3>
                            <div class="flex justify-between items-center">
                                <span class="text-gray-800 font-bold">119.90 руб</span>
                                <button class="bg-blue-600 text-white p-2 rounded-full hover:bg-blue-700">
                                    <i data-feather="shopping-cart" class="w-4 h-4"></i>
                                </button>
                            </div>
                        </div>
                    </a>
                </div>
            </div>
            <div class="text-center mt-10">
                <a href="catalog.html" class="inline-block bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-lg transition-slow">Смотреть весь каталог</a>
            </div>
        </div>
    </section>

    <!-- Testimonials -->
    <section class="py-16 bg-white">
        <div class="container mx-auto px-4">
            <h2 class="text-3xl font-bold text-center mb-12">Отзывы наших клиентов</h2>
            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
                <div class="bg-gray-50 p-6 rounded-lg" data-aos="fade-right">
                    <div class="flex items-center mb-4">
                        <img src="http://static.photos/people/200x200/1" alt="Клиент" class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <h4 class="font-semibold">Ольга Иванова</h4>
                            <div class="flex text-yellow-400">
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                            </div>
                        </div>
                    </div>
                    <p class="text-gray-600">"Покупаю бельё в этом магазине уже третий раз. Качество на высоте, стирки выдерживает много, не линяет и не садится. Рекомендую!"</p>
                </div>
                <div class="bg-gray-50 p-6 rounded-lg" data-aos="fade-right" data-aos-delay="100">
                    <div class="flex items-center mb-4">
                        <img src="http://static.photos/people/200x200/2" alt="Клиент" class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <h4 class="font-semibold">Анна Петрова</h4>
                            <div class="flex text-yellow-400">
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                            </div>
                        </div>
                    </div>
                    <p class="text-gray-600">"Очень приятные на ощупь ткани, красивые традиционные узоры. Доставили быстро, упаковано аккуратно. Обязательно закажу ещё."</p>
                </div>
                <div class="bg-gray-50 p-6 rounded-lg" data-aos="fade-right" data-aos-delay="200">
                    <div class="flex items-center mb-4">
                        <img src="http://static.photos/people/200x200/3" alt="Клиент" class="w-12 h-12 rounded-full mr-4">
                        <div>
                            <h4 class="font-semibold">Ирина Смирнова</h4>
                            <div class="flex text-yellow-400">
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                                <i data-feather="star" class="w-4 h-4 fill-current"></i>
                            </div>
                        </div>
                    </div>
                    <p class="text-gray-600">"Порадовало внимание к деталям - все швы ровные, узоры симметричные. Чувствуется ручная работа. Спасибо за качественный продукт!"</p>
                </div>
            </div>
        </div>
    </section>

    <!-- About -->
    <section class="py-16 bg-gray-50">
        <div class="container mx-auto px-4">
            <div class="flex flex-col md:flex-row items-center">
                <div class="md:w-1/2 mb-8 md:mb-0 md:pr-8" data-aos="fade-right">
                    <img src="http://static.photos/workspace/640x360/1" alt="Производство" class="rounded-lg shadow-md w-full">
                </div>
                <div class="md:w-1/2" data-aos="fade-left">
                    <h2 class="text-3xl font-bold mb-6">О нашем производстве</h2>
                    <p class="text-gray-600 mb-4">Мы - белорусская семейная компания с многолетними традициями в производстве качественного постельного белья. Наши изделия шьются вручную с любовью и вниманием к каждой детали.</p>
                    <p class="text-gray-600 mb-6">Используем только натуральный хлопок высшего качества, выращенный на белорусских полях. Все красители экологически безопасны и сертифицированы.</p>
                    <a href="about.html" class="inline-block bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-lg transition-slow">Подробнее о нас</a>
                </div>
            </div>
        </div>
    </section>

    <!-- Newsletter -->
    <section class="py-16 bg-blue-600 text-white">
        <div class="container mx-auto px-4 text-center">
            <h2 class="text-3xl font-bold mb-4">Подпишитесь на рассылку</h2>
            <p class="mb-8 max-w-2xl mx-auto">Получайте эксклюзивные предложения, новости о скидках и полезные советы по уходу за постельным бельём.</p>
            <form class="max-w-md mx-auto flex">
                <input type="email" placeholder="Ваш email" class="flex-grow px-4 py-3 rounded-l-lg focus:outline-none text-gray-800">
                <button type="submit" class="bg-blue-800 hover:bg-blue-900 px-6 py-3 rounded-r-lg font-semibold transition-slow">Подписаться</button>
            </form>
        </div>
    </section>

    <!-- Footer -->
    <footer class="bg-gray-800 text-white py-12">
        <div class="container mx-auto px-4">
            <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
                <div>
                    <h3 class="text-xl font-bold mb-4">БелПостель</h3>
                    <p class="text-gray-400">Качественное белорусское постельное бельё с 1995 года.</p>
                    <div class="flex space-x-4 mt-4">
                        <a href="#" class="text-gray-400 hover:text-white"><i data-feather="facebook"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white"><i data-feather="instagram"></i></a>
                        <a href="#" class="text-gray-400 hover:text-white"><i data-feather="youtube"></i></a>
                    </div>
                </div>
                <div>
                    <h4 class="font-semibold mb-4">Меню</h4>
                    <ul class="space-y-2">
                        <li><a href="index.html" class="text-gray-400 hover:text-white">Главная</a></li>
                        <li><a href="catalog.html" class="text-gray-400 hover:text-white">Каталог</a></li>
                        <li><a href="about.html" class="text-gray-400 hover:text-white">О нас</a></li>
                        <li><a href="contact.html" class="text-gray-400 hover:text-white">Контакты</a></li>
                    </ul>
                </div>
                <div>
                    <h4 class="font-semibold mb-4">Помощь</h4>
                    <ul class="space-y-2">
                        <li><a href="delivery.html" class="text-gray-400 hover:text-white">Доставка и оплата</a></li>
                        <li><a href="return.html" class="text-gray-400 hover:text-white">Возврат и обмен</a></li>
                        <li><a href="faq.html" class="text-gray-400 hover:text-white">FAQ</a></li>
                        <li><a href="size.html" class="text-gray-400 hover:text-white">Таблица размеров</a></li>
                    </ul>
                </div>
                <div>
                    <h4 class="font-semibold mb-4">Контакты</h4>
                    <ul class="space-y-2">
                        <li class="flex items-center"><i data-feather="phone" class="mr-2 w-4 h-4"></i> +375 (29) 123-45-67</li>
                        <li class="flex items-center"><i data-feather="mail" class="mr-2 w-4 h-4"></i> info@belpostel.by</li>
                        <li class="flex items-center"><i data-feather="map-pin" class="mr-2 w-4 h-4"></i> г. Минск, ул. Ткацкая, 15</li>
                    </ul>
                </div>
            </div>
            <div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400">
                <p>© 2023 БелПостель. Все права защищены.</p>
            </div>
        </div>
    </footer>

    <script>
        // Mobile menu toggle
        document.getElementById('mobile-menu-button').addEventListener('click', function() {
            const menu = document.getElementById('mobile-menu');
            menu.classList.toggle('hidden');
        });

        // Initialize AOS and Feather Icons
        AOS.init({
            duration: 800,
            easing: 'ease-in-out',
            once: true
        });
        feather.replace();
    </script>
</body>
</html>