From bc51acede38ac98f8bf3acff56f064cf26b928b4 Mon Sep 17 00:00:00 2001 From: belikovme Date: Thu, 27 Feb 2025 18:51:51 +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=B8=D0=B7=D0=B0=D0=B9=D0=BD=20=D0=B8=20=D1=84?= =?UTF-8?q?=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D0=BE=D0=BD=D0=B0=D0=BB=D1=8C?= =?UTF-8?q?=D0=BD=D0=BE=D1=81=D1=82=D1=8C=20=D1=81=D1=82=D1=80=D0=B0=D0=BD?= =?UTF-8?q?=D0=B8=D1=86=20=D0=BA=D0=B0=D1=82=D0=B0=D0=BB=D0=BE=D0=B3=D0=B0?= =?UTF-8?q?,=20=D0=BA=D0=BE=D0=BB=D0=BB=D0=B5=D0=BA=D1=86=D0=B8=D0=B9=20?= =?UTF-8?q?=D0=B8=20=D0=BA=D0=B0=D1=82=D0=B5=D0=B3=D0=BE=D1=80=D0=B8=D0=B9?= =?UTF-8?q?=20=D1=81=20=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD=D0=B8=D0=B5=D0=BC=20=D0=BD=D0=BE=D0=B2=D0=BE?= =?UTF-8?q?=D0=B9=20=D1=86=D0=B2=D0=B5=D1=82=D0=BE=D0=B2=D0=BE=D0=B9=20?= =?UTF-8?q?=D0=BF=D0=B0=D0=BB=D0=B8=D1=82=D1=80=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Footer.tsx | 54 +++++------ components/TabSelector.tsx | 8 +- data/collections.ts | 8 +- data/products.ts | 53 +++++++---- pages/category/[slug].tsx | 151 +++++++++++++++++------------- pages/category/index.tsx | 82 +++++++++++++++- pages/collections/index.tsx | 94 ++++++++++--------- pages/index.tsx | 2 +- pages/new-arrivals/index.tsx | 117 +++++++++++++++++++++++ public/photos/autumn_winter.jpg | Bin 0 -> 47918 bytes public/photos/based_outfit.jpg | Bin 0 -> 24216 bytes public/photos/business_outfit.jpg | Bin 0 -> 29197 bytes public/photos/night_dress.jpg | Bin 0 -> 115874 bytes public/wear/bag1.jpg | Bin 0 -> 24464 bytes public/wear/bag2.jpg | Bin 0 -> 30653 bytes public/wear/classic_bruk1.jpg | Bin 0 -> 17344 bytes public/wear/classic_bruk2.jpg | Bin 0 -> 10905 bytes public/wear/coat1.jpg | Bin 0 -> 96154 bytes public/wear/coat2.jpg | Bin 0 -> 22263 bytes public/wear/hat1.jpg | Bin 0 -> 25166 bytes public/wear/kozh_boots1.jpg | Bin 0 -> 26699 bytes public/wear/kozh_boots2.jpg | Bin 0 -> 20951 bytes public/wear/sherst_sweater1.jpg | Bin 0 -> 42951 bytes public/wear/sherst_sweater2.jpg | Bin 0 -> 26358 bytes public/wear/silk1.jpg | Bin 0 -> 25913 bytes public/wear/silk2.jpg | Bin 0 -> 28184 bytes public/wear/silk_scarf1.jpg | Bin 0 -> 86516 bytes public/wear/silk_scarf2.jpg | Bin 0 -> 19752 bytes 28 files changed, 402 insertions(+), 167 deletions(-) create mode 100644 pages/new-arrivals/index.tsx create mode 100644 public/photos/autumn_winter.jpg create mode 100644 public/photos/based_outfit.jpg create mode 100644 public/photos/business_outfit.jpg create mode 100644 public/photos/night_dress.jpg create mode 100644 public/wear/bag1.jpg create mode 100644 public/wear/bag2.jpg create mode 100644 public/wear/classic_bruk1.jpg create mode 100644 public/wear/classic_bruk2.jpg create mode 100644 public/wear/coat1.jpg create mode 100644 public/wear/coat2.jpg create mode 100644 public/wear/hat1.jpg create mode 100644 public/wear/kozh_boots1.jpg create mode 100644 public/wear/kozh_boots2.jpg create mode 100644 public/wear/sherst_sweater1.jpg create mode 100644 public/wear/sherst_sweater2.jpg create mode 100644 public/wear/silk1.jpg create mode 100644 public/wear/silk2.jpg create mode 100644 public/wear/silk_scarf1.jpg create mode 100644 public/wear/silk_scarf2.jpg diff --git a/components/Footer.tsx b/components/Footer.tsx index 56a4519..d61e72a 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -3,39 +3,39 @@ import { Facebook, Instagram, Twitter, Youtube } from "lucide-react"; export default function Footer() { return ( -