diff --git a/components/Footer.tsx b/components/Footer.tsx
new file mode 100644
index 0000000..5ad74f4
--- /dev/null
+++ b/components/Footer.tsx
@@ -0,0 +1,37 @@
+export default function Footer() {
+
+ return (
+
+ );
+}
\ No newline at end of file
diff --git a/components/Header.tsx b/components/Header.tsx
index d9b783c..2aa4928 100644
--- a/components/Header.tsx
+++ b/components/Header.tsx
@@ -38,14 +38,9 @@ export default function Header() {
Магазины
-
+
diff --git a/pages/index.tsx b/pages/index.tsx
index f2032cb..0ca91af 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -8,6 +8,7 @@ import CookieNotification from '../components/CookieNotification';
import fs from 'fs';
import path from 'path';
import { Heart } from 'lucide-react';
+import Footer from '../components/Footer';
// Типы для свойств компонента
interface HomeProps {
@@ -83,10 +84,10 @@ export default function Home({ heroImages, products }: HomeProps) {
transition={{ delay: 0.2 }}
className="text-3xl text-center font-medium mb-12"
>
- Новинки
+ Коллекция
-
+
{products.map((product, index) => (
-
+
@@ -195,7 +165,7 @@ export async function getStaticProps() {
id: 2,
name: 'Костюм хлопок',
price: 12800,
- images: ['/wear/pidzak1.jpg', '/wear/pidzak2.jpg'],
+ images: ['/wear/pidzak2.jpg', '/wear/pidzak1.jpg'],
description: 'Стильный костюм для особых случаев',
isNew: true
},