From c506682a3e00b296bf4c111aa436132b9a674c20 Mon Sep 17 00:00:00 2001 From: belikovme Date: Fri, 28 Feb 2025 11:09:40 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D0=B5=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BB=D0=BB=D0=B5=D0=BA=D1=86=D0=B8=D0=B9=20=D0=B8=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D0=B4=D1=83=D0=BA=D1=82=D0=BE=D0=B2,=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D1=82=D1=8C=20=D1=81=D0=B2=D1=8F?= =?UTF-8?q?=D0=B7=D1=8C=20=D0=BC=D0=B5=D0=B6=D0=B4=D1=83=20=D0=BA=D0=BE?= =?UTF-8?q?=D0=BB=D0=BB=D0=B5=D0=BA=D1=86=D0=B8=D1=8F=D0=BC=D0=B8=20=D0=B8?= =?UTF-8?q?=20=D1=82=D0=BE=D0=B2=D0=B0=D1=80=D0=B0=D0=BC=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Collections.tsx | 2 +- components/Footer.tsx | 2 +- components/Hero.tsx | 6 +++--- components/NewArrivals.tsx | 2 +- components/PopularCategories.tsx | 2 +- components/TabSelector.tsx | 2 +- data/collections.ts | 4 ++-- data/products.ts | 18 ++++++++++++++++++ pages/category/index.tsx | 4 ++-- pages/collections/[slug].tsx | 17 ++++++----------- pages/index.tsx | 2 +- pages/new-arrivals/index.tsx | 6 +++--- 12 files changed, 40 insertions(+), 27 deletions(-) diff --git a/components/Collections.tsx b/components/Collections.tsx index 00039c0..5610390 100644 --- a/components/Collections.tsx +++ b/components/Collections.tsx @@ -10,7 +10,7 @@ interface CollectionsProps { export default function Collections({ collections }: CollectionsProps) { return (
-

Коллекции

+

Коллекции

{collections.map((collection, index) => ( diff --git a/components/Footer.tsx b/components/Footer.tsx index d61e72a..df5dfb9 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -3,7 +3,7 @@ import { Facebook, Instagram, Twitter, Youtube } from "lucide-react"; export default function Footer() { return ( -