From 7fb10c930e4d6827612223857e9e7710d6ec649f Mon Sep 17 00:00:00 2001 From: Zikil Date: Tue, 11 Mar 2025 22:42:30 +0700 Subject: [PATCH] update --- {frontend => frontend old}/.dockerignore | 0 {frontend => frontend old}/.gitignore | 0 {frontend => frontend old}/Dockerfile | 0 {frontend => frontend old}/README.md | 0 {frontend => frontend old}/app.json | 0 .../components/AddToCartButton.tsx | 0 .../components/Collections.tsx | 0 .../components/CookieNotification.tsx | 0 {frontend => frontend old}/components/Footer.tsx | 0 {frontend => frontend old}/components/Header.tsx | 0 {frontend => frontend old}/components/Hero.tsx | 0 .../components/NewArrivals.tsx | 0 .../components/PopularCategories.tsx | 0 .../components/TabSelector.tsx | 0 .../components/admin/AdminLayout.tsx | 0 .../components/admin/AdminSidebar.tsx | 0 .../components/admin/ProductForm.tsx | 0 .../components/admin/ProductImageUploader.tsx | 0 .../components/admin/ProductVariantManager.tsx | 0 .../components/admin/Sidebar.tsx | 0 {frontend => frontend old}/data/categories.ts | 0 {frontend => frontend old}/data/collections.ts | 0 {frontend => frontend old}/data/products.ts | 0 {frontend => frontend old}/next.config.js | 0 {frontend => frontend old}/package-lock.json | 0 {frontend => frontend old}/package.json | 0 {frontend => frontend old}/pages/_app.tsx | 0 .../pages/account/addresses.tsx | 0 .../pages/account/change-password.tsx | 0 {frontend => frontend old}/pages/account/edit.tsx | 0 {frontend => frontend old}/pages/account/index.tsx | 0 {frontend => frontend old}/pages/account/orders.tsx | 0 .../pages/account/orders/[id].tsx | 0 .../pages/admin/categories/[id].tsx | 0 .../pages/admin/categories/create.tsx | 0 .../pages/admin/categories/index.tsx | 0 .../pages/admin/collections/index.tsx | 0 .../pages/admin/customers/[id].tsx | 0 .../pages/admin/customers/index.tsx | 0 {frontend => frontend old}/pages/admin/index.tsx | 0 .../pages/admin/orders/[id].tsx | 0 .../pages/admin/orders/index.tsx | 0 .../pages/admin/products/[id].tsx | 0 .../pages/admin/products/create.tsx | 0 .../pages/admin/products/index.tsx | 0 {frontend => frontend old}/pages/all-products.tsx | 0 {frontend => frontend old}/pages/api/hello.js | 0 {frontend => frontend old}/pages/cart.tsx | 0 .../pages/category/[slug].tsx | 0 {frontend => frontend old}/pages/category/index.tsx | 0 {frontend => frontend old}/pages/checkout.tsx | 0 .../pages/collections/[slug].tsx | 0 .../pages/collections/index.tsx | 0 .../pages/forgot-password.tsx | 0 {frontend => frontend old}/pages/index.tsx | 0 {frontend => frontend old}/pages/login.tsx | 0 .../pages/new-arrivals/index.tsx | 0 {frontend => frontend old}/pages/order-success.tsx | 0 {frontend => frontend old}/pages/order-tracking.tsx | 0 {frontend => frontend old}/pages/product/[slug].tsx | 0 {frontend => frontend old}/pages/register.tsx | 0 .../pages/reset-password/[token].tsx | 0 {frontend => frontend old}/postcss.config.js | 0 .../public/category/dress.jpg | Bin {frontend => frontend old}/public/category/hat.jpg | Bin .../public/category/jacket.jpg | Bin .../public/category/pants.jpg | Bin .../public/category/scarf.jpg | Bin .../public/category/shoes.jpg | Bin {frontend => frontend old}/public/category/silk.jpg | Bin .../public/category/sweaters.jpg | Bin {frontend => frontend old}/public/favicon.ico | Bin .../public/hero_photos/hero1.png | Bin .../public/hero_photos/photo_main_main_1.png | Bin .../public/hero_photos/photo_main_main_3.png | Bin {frontend => frontend old}/public/logo.png | Bin {frontend => frontend old}/public/logotip.png | Bin .../public/photos/autumn_winter.jpg | Bin .../public/photos/based_outfit.jpg | Bin .../public/photos/business_outfit.jpg | Bin .../public/photos/head_photo.png | Bin .../public/photos/night_dress.jpg | Bin {frontend => frontend old}/public/photos/photo1.jpg | Bin {frontend => frontend old}/public/photos/photo2.jpg | Bin {frontend => frontend old}/public/vercel.svg | 0 {frontend => frontend old}/public/wear/bag1.jpg | Bin {frontend => frontend old}/public/wear/bag2.jpg | Bin .../public/wear/classic_bruk1.jpg | Bin .../public/wear/classic_bruk2.jpg | Bin {frontend => frontend old}/public/wear/coat1.jpg | Bin {frontend => frontend old}/public/wear/coat2.jpg | Bin {frontend => frontend old}/public/wear/hat1.jpg | Bin .../public/wear/jumpsuit_1.jpg | Bin .../public/wear/jumpsuit_2.jpg | Bin .../public/wear/kozh_boots1.jpg | Bin .../public/wear/kozh_boots2.jpg | Bin {frontend => frontend old}/public/wear/palto1.jpg | Bin {frontend => frontend old}/public/wear/palto2.jpg | Bin {frontend => frontend old}/public/wear/pidzak1.jpg | Bin {frontend => frontend old}/public/wear/pidzak2.jpg | Bin .../public/wear/sherst_sweater1.jpg | Bin .../public/wear/sherst_sweater2.jpg | Bin {frontend => frontend old}/public/wear/silk1.jpg | Bin {frontend => frontend old}/public/wear/silk2.jpg | Bin .../public/wear/silk_scarf1.jpg | Bin .../public/wear/silk_scarf2.jpg | Bin .../public/wear/sorochka1.jpg | Bin .../public/wear/sorochka2.jpg | Bin {frontend => frontend old}/services/analytics.ts | 0 {frontend => frontend old}/services/api.ts | 0 {frontend => frontend old}/services/auth.ts | 0 {frontend => frontend old}/services/cart.ts | 0 {frontend => frontend old}/services/catalog.ts | 0 {frontend => frontend old}/services/orders.ts | 0 {frontend => frontend old}/services/users.ts | 0 {frontend => frontend old}/styles/Home.module.css | 0 {frontend => frontend old}/styles/globals.css | 0 {frontend => frontend old}/tailwind.config.js | 0 {frontend => frontend old}/tsconfig.json | 0 119 files changed, 0 insertions(+), 0 deletions(-) rename {frontend => frontend old}/.dockerignore (100%) rename {frontend => frontend old}/.gitignore (100%) rename {frontend => frontend old}/Dockerfile (100%) rename {frontend => frontend old}/README.md (100%) rename {frontend => frontend old}/app.json (100%) rename {frontend => frontend old}/components/AddToCartButton.tsx (100%) rename {frontend => frontend old}/components/Collections.tsx (100%) rename {frontend => frontend old}/components/CookieNotification.tsx (100%) rename {frontend => frontend old}/components/Footer.tsx (100%) rename {frontend => frontend old}/components/Header.tsx (100%) rename {frontend => frontend old}/components/Hero.tsx (100%) rename {frontend => frontend old}/components/NewArrivals.tsx (100%) rename {frontend => frontend old}/components/PopularCategories.tsx (100%) rename {frontend => frontend old}/components/TabSelector.tsx (100%) rename {frontend => frontend old}/components/admin/AdminLayout.tsx (100%) rename {frontend => frontend old}/components/admin/AdminSidebar.tsx (100%) rename {frontend => frontend old}/components/admin/ProductForm.tsx (100%) rename {frontend => frontend old}/components/admin/ProductImageUploader.tsx (100%) rename {frontend => frontend old}/components/admin/ProductVariantManager.tsx (100%) rename {frontend => frontend old}/components/admin/Sidebar.tsx (100%) rename {frontend => frontend old}/data/categories.ts (100%) rename {frontend => frontend old}/data/collections.ts (100%) rename {frontend => frontend old}/data/products.ts (100%) rename {frontend => frontend old}/next.config.js (100%) rename {frontend => frontend old}/package-lock.json (100%) rename {frontend => frontend old}/package.json (100%) rename {frontend => frontend old}/pages/_app.tsx (100%) rename {frontend => frontend old}/pages/account/addresses.tsx (100%) rename {frontend => frontend old}/pages/account/change-password.tsx (100%) rename {frontend => frontend old}/pages/account/edit.tsx (100%) rename {frontend => frontend old}/pages/account/index.tsx (100%) rename {frontend => frontend old}/pages/account/orders.tsx (100%) rename {frontend => frontend old}/pages/account/orders/[id].tsx (100%) rename {frontend => frontend old}/pages/admin/categories/[id].tsx (100%) rename {frontend => frontend old}/pages/admin/categories/create.tsx (100%) rename {frontend => frontend old}/pages/admin/categories/index.tsx (100%) rename {frontend => frontend old}/pages/admin/collections/index.tsx (100%) rename {frontend => frontend old}/pages/admin/customers/[id].tsx (100%) rename {frontend => frontend old}/pages/admin/customers/index.tsx (100%) rename {frontend => frontend old}/pages/admin/index.tsx (100%) rename {frontend => frontend old}/pages/admin/orders/[id].tsx (100%) rename {frontend => frontend old}/pages/admin/orders/index.tsx (100%) rename {frontend => frontend old}/pages/admin/products/[id].tsx (100%) rename {frontend => frontend old}/pages/admin/products/create.tsx (100%) rename {frontend => frontend old}/pages/admin/products/index.tsx (100%) rename {frontend => frontend old}/pages/all-products.tsx (100%) rename {frontend => frontend old}/pages/api/hello.js (100%) rename {frontend => frontend old}/pages/cart.tsx (100%) rename {frontend => frontend old}/pages/category/[slug].tsx (100%) rename {frontend => frontend old}/pages/category/index.tsx (100%) rename {frontend => frontend old}/pages/checkout.tsx (100%) rename {frontend => frontend old}/pages/collections/[slug].tsx (100%) rename {frontend => frontend old}/pages/collections/index.tsx (100%) rename {frontend => frontend old}/pages/forgot-password.tsx (100%) rename {frontend => frontend old}/pages/index.tsx (100%) rename {frontend => frontend old}/pages/login.tsx (100%) rename {frontend => frontend old}/pages/new-arrivals/index.tsx (100%) rename {frontend => frontend old}/pages/order-success.tsx (100%) rename {frontend => frontend old}/pages/order-tracking.tsx (100%) rename {frontend => frontend old}/pages/product/[slug].tsx (100%) rename {frontend => frontend old}/pages/register.tsx (100%) rename {frontend => frontend old}/pages/reset-password/[token].tsx (100%) rename {frontend => frontend old}/postcss.config.js (100%) rename {frontend => frontend old}/public/category/dress.jpg (100%) rename {frontend => frontend old}/public/category/hat.jpg (100%) rename {frontend => frontend old}/public/category/jacket.jpg (100%) rename {frontend => frontend old}/public/category/pants.jpg (100%) rename {frontend => frontend old}/public/category/scarf.jpg (100%) rename {frontend => frontend old}/public/category/shoes.jpg (100%) rename {frontend => frontend old}/public/category/silk.jpg (100%) rename {frontend => frontend old}/public/category/sweaters.jpg (100%) rename {frontend => frontend old}/public/favicon.ico (100%) rename {frontend => frontend old}/public/hero_photos/hero1.png (100%) rename {frontend => frontend old}/public/hero_photos/photo_main_main_1.png (100%) rename {frontend => frontend old}/public/hero_photos/photo_main_main_3.png (100%) rename {frontend => frontend old}/public/logo.png (100%) rename {frontend => frontend old}/public/logotip.png (100%) rename {frontend => frontend old}/public/photos/autumn_winter.jpg (100%) rename {frontend => frontend old}/public/photos/based_outfit.jpg (100%) rename {frontend => frontend old}/public/photos/business_outfit.jpg (100%) rename {frontend => frontend old}/public/photos/head_photo.png (100%) rename {frontend => frontend old}/public/photos/night_dress.jpg (100%) rename {frontend => frontend old}/public/photos/photo1.jpg (100%) rename {frontend => frontend old}/public/photos/photo2.jpg (100%) rename {frontend => frontend old}/public/vercel.svg (100%) rename {frontend => frontend old}/public/wear/bag1.jpg (100%) rename {frontend => frontend old}/public/wear/bag2.jpg (100%) rename {frontend => frontend old}/public/wear/classic_bruk1.jpg (100%) rename {frontend => frontend old}/public/wear/classic_bruk2.jpg (100%) rename {frontend => frontend old}/public/wear/coat1.jpg (100%) rename {frontend => frontend old}/public/wear/coat2.jpg (100%) rename {frontend => frontend old}/public/wear/hat1.jpg (100%) rename {frontend => frontend old}/public/wear/jumpsuit_1.jpg (100%) rename {frontend => frontend old}/public/wear/jumpsuit_2.jpg (100%) rename {frontend => frontend old}/public/wear/kozh_boots1.jpg (100%) rename {frontend => frontend old}/public/wear/kozh_boots2.jpg (100%) rename {frontend => frontend old}/public/wear/palto1.jpg (100%) rename {frontend => frontend old}/public/wear/palto2.jpg (100%) rename {frontend => frontend old}/public/wear/pidzak1.jpg (100%) rename {frontend => frontend old}/public/wear/pidzak2.jpg (100%) rename {frontend => frontend old}/public/wear/sherst_sweater1.jpg (100%) rename {frontend => frontend old}/public/wear/sherst_sweater2.jpg (100%) rename {frontend => frontend old}/public/wear/silk1.jpg (100%) rename {frontend => frontend old}/public/wear/silk2.jpg (100%) rename {frontend => frontend old}/public/wear/silk_scarf1.jpg (100%) rename {frontend => frontend old}/public/wear/silk_scarf2.jpg (100%) rename {frontend => frontend old}/public/wear/sorochka1.jpg (100%) rename {frontend => frontend old}/public/wear/sorochka2.jpg (100%) rename {frontend => frontend old}/services/analytics.ts (100%) rename {frontend => frontend old}/services/api.ts (100%) rename {frontend => frontend old}/services/auth.ts (100%) rename {frontend => frontend old}/services/cart.ts (100%) rename {frontend => frontend old}/services/catalog.ts (100%) rename {frontend => frontend old}/services/orders.ts (100%) rename {frontend => frontend old}/services/users.ts (100%) rename {frontend => frontend old}/styles/Home.module.css (100%) rename {frontend => frontend old}/styles/globals.css (100%) rename {frontend => frontend old}/tailwind.config.js (100%) rename {frontend => frontend old}/tsconfig.json (100%) diff --git a/frontend/.dockerignore b/frontend old/.dockerignore similarity index 100% rename from frontend/.dockerignore rename to frontend old/.dockerignore diff --git a/frontend/.gitignore b/frontend old/.gitignore similarity index 100% rename from frontend/.gitignore rename to frontend old/.gitignore diff --git a/frontend/Dockerfile b/frontend old/Dockerfile similarity index 100% rename from frontend/Dockerfile rename to frontend old/Dockerfile diff --git a/frontend/README.md b/frontend old/README.md similarity index 100% rename from frontend/README.md rename to frontend old/README.md diff --git a/frontend/app.json b/frontend old/app.json similarity index 100% rename from frontend/app.json rename to frontend old/app.json diff --git a/frontend/components/AddToCartButton.tsx b/frontend old/components/AddToCartButton.tsx similarity index 100% rename from frontend/components/AddToCartButton.tsx rename to frontend old/components/AddToCartButton.tsx diff --git a/frontend/components/Collections.tsx b/frontend old/components/Collections.tsx similarity index 100% rename from frontend/components/Collections.tsx rename to frontend old/components/Collections.tsx diff --git a/frontend/components/CookieNotification.tsx b/frontend old/components/CookieNotification.tsx similarity index 100% rename from frontend/components/CookieNotification.tsx rename to frontend old/components/CookieNotification.tsx diff --git a/frontend/components/Footer.tsx b/frontend old/components/Footer.tsx similarity index 100% rename from frontend/components/Footer.tsx rename to frontend old/components/Footer.tsx diff --git a/frontend/components/Header.tsx b/frontend old/components/Header.tsx similarity index 100% rename from frontend/components/Header.tsx rename to frontend old/components/Header.tsx diff --git a/frontend/components/Hero.tsx b/frontend old/components/Hero.tsx similarity index 100% rename from frontend/components/Hero.tsx rename to frontend old/components/Hero.tsx diff --git a/frontend/components/NewArrivals.tsx b/frontend old/components/NewArrivals.tsx similarity index 100% rename from frontend/components/NewArrivals.tsx rename to frontend old/components/NewArrivals.tsx diff --git a/frontend/components/PopularCategories.tsx b/frontend old/components/PopularCategories.tsx similarity index 100% rename from frontend/components/PopularCategories.tsx rename to frontend old/components/PopularCategories.tsx diff --git a/frontend/components/TabSelector.tsx b/frontend old/components/TabSelector.tsx similarity index 100% rename from frontend/components/TabSelector.tsx rename to frontend old/components/TabSelector.tsx diff --git a/frontend/components/admin/AdminLayout.tsx b/frontend old/components/admin/AdminLayout.tsx similarity index 100% rename from frontend/components/admin/AdminLayout.tsx rename to frontend old/components/admin/AdminLayout.tsx diff --git a/frontend/components/admin/AdminSidebar.tsx b/frontend old/components/admin/AdminSidebar.tsx similarity index 100% rename from frontend/components/admin/AdminSidebar.tsx rename to frontend old/components/admin/AdminSidebar.tsx diff --git a/frontend/components/admin/ProductForm.tsx b/frontend old/components/admin/ProductForm.tsx similarity index 100% rename from frontend/components/admin/ProductForm.tsx rename to frontend old/components/admin/ProductForm.tsx diff --git a/frontend/components/admin/ProductImageUploader.tsx b/frontend old/components/admin/ProductImageUploader.tsx similarity index 100% rename from frontend/components/admin/ProductImageUploader.tsx rename to frontend old/components/admin/ProductImageUploader.tsx diff --git a/frontend/components/admin/ProductVariantManager.tsx b/frontend old/components/admin/ProductVariantManager.tsx similarity index 100% rename from frontend/components/admin/ProductVariantManager.tsx rename to frontend old/components/admin/ProductVariantManager.tsx diff --git a/frontend/components/admin/Sidebar.tsx b/frontend old/components/admin/Sidebar.tsx similarity index 100% rename from frontend/components/admin/Sidebar.tsx rename to frontend old/components/admin/Sidebar.tsx diff --git a/frontend/data/categories.ts b/frontend old/data/categories.ts similarity index 100% rename from frontend/data/categories.ts rename to frontend old/data/categories.ts diff --git a/frontend/data/collections.ts b/frontend old/data/collections.ts similarity index 100% rename from frontend/data/collections.ts rename to frontend old/data/collections.ts diff --git a/frontend/data/products.ts b/frontend old/data/products.ts similarity index 100% rename from frontend/data/products.ts rename to frontend old/data/products.ts diff --git a/frontend/next.config.js b/frontend old/next.config.js similarity index 100% rename from frontend/next.config.js rename to frontend old/next.config.js diff --git a/frontend/package-lock.json b/frontend old/package-lock.json similarity index 100% rename from frontend/package-lock.json rename to frontend old/package-lock.json diff --git a/frontend/package.json b/frontend old/package.json similarity index 100% rename from frontend/package.json rename to frontend old/package.json diff --git a/frontend/pages/_app.tsx b/frontend old/pages/_app.tsx similarity index 100% rename from frontend/pages/_app.tsx rename to frontend old/pages/_app.tsx diff --git a/frontend/pages/account/addresses.tsx b/frontend old/pages/account/addresses.tsx similarity index 100% rename from frontend/pages/account/addresses.tsx rename to frontend old/pages/account/addresses.tsx diff --git a/frontend/pages/account/change-password.tsx b/frontend old/pages/account/change-password.tsx similarity index 100% rename from frontend/pages/account/change-password.tsx rename to frontend old/pages/account/change-password.tsx diff --git a/frontend/pages/account/edit.tsx b/frontend old/pages/account/edit.tsx similarity index 100% rename from frontend/pages/account/edit.tsx rename to frontend old/pages/account/edit.tsx diff --git a/frontend/pages/account/index.tsx b/frontend old/pages/account/index.tsx similarity index 100% rename from frontend/pages/account/index.tsx rename to frontend old/pages/account/index.tsx diff --git a/frontend/pages/account/orders.tsx b/frontend old/pages/account/orders.tsx similarity index 100% rename from frontend/pages/account/orders.tsx rename to frontend old/pages/account/orders.tsx diff --git a/frontend/pages/account/orders/[id].tsx b/frontend old/pages/account/orders/[id].tsx similarity index 100% rename from frontend/pages/account/orders/[id].tsx rename to frontend old/pages/account/orders/[id].tsx diff --git a/frontend/pages/admin/categories/[id].tsx b/frontend old/pages/admin/categories/[id].tsx similarity index 100% rename from frontend/pages/admin/categories/[id].tsx rename to frontend old/pages/admin/categories/[id].tsx diff --git a/frontend/pages/admin/categories/create.tsx b/frontend old/pages/admin/categories/create.tsx similarity index 100% rename from frontend/pages/admin/categories/create.tsx rename to frontend old/pages/admin/categories/create.tsx diff --git a/frontend/pages/admin/categories/index.tsx b/frontend old/pages/admin/categories/index.tsx similarity index 100% rename from frontend/pages/admin/categories/index.tsx rename to frontend old/pages/admin/categories/index.tsx diff --git a/frontend/pages/admin/collections/index.tsx b/frontend old/pages/admin/collections/index.tsx similarity index 100% rename from frontend/pages/admin/collections/index.tsx rename to frontend old/pages/admin/collections/index.tsx diff --git a/frontend/pages/admin/customers/[id].tsx b/frontend old/pages/admin/customers/[id].tsx similarity index 100% rename from frontend/pages/admin/customers/[id].tsx rename to frontend old/pages/admin/customers/[id].tsx diff --git a/frontend/pages/admin/customers/index.tsx b/frontend old/pages/admin/customers/index.tsx similarity index 100% rename from frontend/pages/admin/customers/index.tsx rename to frontend old/pages/admin/customers/index.tsx diff --git a/frontend/pages/admin/index.tsx b/frontend old/pages/admin/index.tsx similarity index 100% rename from frontend/pages/admin/index.tsx rename to frontend old/pages/admin/index.tsx diff --git a/frontend/pages/admin/orders/[id].tsx b/frontend old/pages/admin/orders/[id].tsx similarity index 100% rename from frontend/pages/admin/orders/[id].tsx rename to frontend old/pages/admin/orders/[id].tsx diff --git a/frontend/pages/admin/orders/index.tsx b/frontend old/pages/admin/orders/index.tsx similarity index 100% rename from frontend/pages/admin/orders/index.tsx rename to frontend old/pages/admin/orders/index.tsx diff --git a/frontend/pages/admin/products/[id].tsx b/frontend old/pages/admin/products/[id].tsx similarity index 100% rename from frontend/pages/admin/products/[id].tsx rename to frontend old/pages/admin/products/[id].tsx diff --git a/frontend/pages/admin/products/create.tsx b/frontend old/pages/admin/products/create.tsx similarity index 100% rename from frontend/pages/admin/products/create.tsx rename to frontend old/pages/admin/products/create.tsx diff --git a/frontend/pages/admin/products/index.tsx b/frontend old/pages/admin/products/index.tsx similarity index 100% rename from frontend/pages/admin/products/index.tsx rename to frontend old/pages/admin/products/index.tsx diff --git a/frontend/pages/all-products.tsx b/frontend old/pages/all-products.tsx similarity index 100% rename from frontend/pages/all-products.tsx rename to frontend old/pages/all-products.tsx diff --git a/frontend/pages/api/hello.js b/frontend old/pages/api/hello.js similarity index 100% rename from frontend/pages/api/hello.js rename to frontend old/pages/api/hello.js diff --git a/frontend/pages/cart.tsx b/frontend old/pages/cart.tsx similarity index 100% rename from frontend/pages/cart.tsx rename to frontend old/pages/cart.tsx diff --git a/frontend/pages/category/[slug].tsx b/frontend old/pages/category/[slug].tsx similarity index 100% rename from frontend/pages/category/[slug].tsx rename to frontend old/pages/category/[slug].tsx diff --git a/frontend/pages/category/index.tsx b/frontend old/pages/category/index.tsx similarity index 100% rename from frontend/pages/category/index.tsx rename to frontend old/pages/category/index.tsx diff --git a/frontend/pages/checkout.tsx b/frontend old/pages/checkout.tsx similarity index 100% rename from frontend/pages/checkout.tsx rename to frontend old/pages/checkout.tsx diff --git a/frontend/pages/collections/[slug].tsx b/frontend old/pages/collections/[slug].tsx similarity index 100% rename from frontend/pages/collections/[slug].tsx rename to frontend old/pages/collections/[slug].tsx diff --git a/frontend/pages/collections/index.tsx b/frontend old/pages/collections/index.tsx similarity index 100% rename from frontend/pages/collections/index.tsx rename to frontend old/pages/collections/index.tsx diff --git a/frontend/pages/forgot-password.tsx b/frontend old/pages/forgot-password.tsx similarity index 100% rename from frontend/pages/forgot-password.tsx rename to frontend old/pages/forgot-password.tsx diff --git a/frontend/pages/index.tsx b/frontend old/pages/index.tsx similarity index 100% rename from frontend/pages/index.tsx rename to frontend old/pages/index.tsx diff --git a/frontend/pages/login.tsx b/frontend old/pages/login.tsx similarity index 100% rename from frontend/pages/login.tsx rename to frontend old/pages/login.tsx diff --git a/frontend/pages/new-arrivals/index.tsx b/frontend old/pages/new-arrivals/index.tsx similarity index 100% rename from frontend/pages/new-arrivals/index.tsx rename to frontend old/pages/new-arrivals/index.tsx diff --git a/frontend/pages/order-success.tsx b/frontend old/pages/order-success.tsx similarity index 100% rename from frontend/pages/order-success.tsx rename to frontend old/pages/order-success.tsx diff --git a/frontend/pages/order-tracking.tsx b/frontend old/pages/order-tracking.tsx similarity index 100% rename from frontend/pages/order-tracking.tsx rename to frontend old/pages/order-tracking.tsx diff --git a/frontend/pages/product/[slug].tsx b/frontend old/pages/product/[slug].tsx similarity index 100% rename from frontend/pages/product/[slug].tsx rename to frontend old/pages/product/[slug].tsx diff --git a/frontend/pages/register.tsx b/frontend old/pages/register.tsx similarity index 100% rename from frontend/pages/register.tsx rename to frontend old/pages/register.tsx diff --git a/frontend/pages/reset-password/[token].tsx b/frontend old/pages/reset-password/[token].tsx similarity index 100% rename from frontend/pages/reset-password/[token].tsx rename to frontend old/pages/reset-password/[token].tsx diff --git a/frontend/postcss.config.js b/frontend old/postcss.config.js similarity index 100% rename from frontend/postcss.config.js rename to frontend old/postcss.config.js diff --git a/frontend/public/category/dress.jpg b/frontend old/public/category/dress.jpg similarity index 100% rename from frontend/public/category/dress.jpg rename to frontend old/public/category/dress.jpg diff --git a/frontend/public/category/hat.jpg b/frontend old/public/category/hat.jpg similarity index 100% rename from frontend/public/category/hat.jpg rename to frontend old/public/category/hat.jpg diff --git a/frontend/public/category/jacket.jpg b/frontend old/public/category/jacket.jpg similarity index 100% rename from frontend/public/category/jacket.jpg rename to frontend old/public/category/jacket.jpg diff --git a/frontend/public/category/pants.jpg b/frontend old/public/category/pants.jpg similarity index 100% rename from frontend/public/category/pants.jpg rename to frontend old/public/category/pants.jpg diff --git a/frontend/public/category/scarf.jpg b/frontend old/public/category/scarf.jpg similarity index 100% rename from frontend/public/category/scarf.jpg rename to frontend old/public/category/scarf.jpg diff --git a/frontend/public/category/shoes.jpg b/frontend old/public/category/shoes.jpg similarity index 100% rename from frontend/public/category/shoes.jpg rename to frontend old/public/category/shoes.jpg diff --git a/frontend/public/category/silk.jpg b/frontend old/public/category/silk.jpg similarity index 100% rename from frontend/public/category/silk.jpg rename to frontend old/public/category/silk.jpg diff --git a/frontend/public/category/sweaters.jpg b/frontend old/public/category/sweaters.jpg similarity index 100% rename from frontend/public/category/sweaters.jpg rename to frontend old/public/category/sweaters.jpg diff --git a/frontend/public/favicon.ico b/frontend old/public/favicon.ico similarity index 100% rename from frontend/public/favicon.ico rename to frontend old/public/favicon.ico diff --git a/frontend/public/hero_photos/hero1.png b/frontend old/public/hero_photos/hero1.png similarity index 100% rename from frontend/public/hero_photos/hero1.png rename to frontend old/public/hero_photos/hero1.png diff --git a/frontend/public/hero_photos/photo_main_main_1.png b/frontend old/public/hero_photos/photo_main_main_1.png similarity index 100% rename from frontend/public/hero_photos/photo_main_main_1.png rename to frontend old/public/hero_photos/photo_main_main_1.png diff --git a/frontend/public/hero_photos/photo_main_main_3.png b/frontend old/public/hero_photos/photo_main_main_3.png similarity index 100% rename from frontend/public/hero_photos/photo_main_main_3.png rename to frontend old/public/hero_photos/photo_main_main_3.png diff --git a/frontend/public/logo.png b/frontend old/public/logo.png similarity index 100% rename from frontend/public/logo.png rename to frontend old/public/logo.png diff --git a/frontend/public/logotip.png b/frontend old/public/logotip.png similarity index 100% rename from frontend/public/logotip.png rename to frontend old/public/logotip.png diff --git a/frontend/public/photos/autumn_winter.jpg b/frontend old/public/photos/autumn_winter.jpg similarity index 100% rename from frontend/public/photos/autumn_winter.jpg rename to frontend old/public/photos/autumn_winter.jpg diff --git a/frontend/public/photos/based_outfit.jpg b/frontend old/public/photos/based_outfit.jpg similarity index 100% rename from frontend/public/photos/based_outfit.jpg rename to frontend old/public/photos/based_outfit.jpg diff --git a/frontend/public/photos/business_outfit.jpg b/frontend old/public/photos/business_outfit.jpg similarity index 100% rename from frontend/public/photos/business_outfit.jpg rename to frontend old/public/photos/business_outfit.jpg diff --git a/frontend/public/photos/head_photo.png b/frontend old/public/photos/head_photo.png similarity index 100% rename from frontend/public/photos/head_photo.png rename to frontend old/public/photos/head_photo.png diff --git a/frontend/public/photos/night_dress.jpg b/frontend old/public/photos/night_dress.jpg similarity index 100% rename from frontend/public/photos/night_dress.jpg rename to frontend old/public/photos/night_dress.jpg diff --git a/frontend/public/photos/photo1.jpg b/frontend old/public/photos/photo1.jpg similarity index 100% rename from frontend/public/photos/photo1.jpg rename to frontend old/public/photos/photo1.jpg diff --git a/frontend/public/photos/photo2.jpg b/frontend old/public/photos/photo2.jpg similarity index 100% rename from frontend/public/photos/photo2.jpg rename to frontend old/public/photos/photo2.jpg diff --git a/frontend/public/vercel.svg b/frontend old/public/vercel.svg similarity index 100% rename from frontend/public/vercel.svg rename to frontend old/public/vercel.svg diff --git a/frontend/public/wear/bag1.jpg b/frontend old/public/wear/bag1.jpg similarity index 100% rename from frontend/public/wear/bag1.jpg rename to frontend old/public/wear/bag1.jpg diff --git a/frontend/public/wear/bag2.jpg b/frontend old/public/wear/bag2.jpg similarity index 100% rename from frontend/public/wear/bag2.jpg rename to frontend old/public/wear/bag2.jpg diff --git a/frontend/public/wear/classic_bruk1.jpg b/frontend old/public/wear/classic_bruk1.jpg similarity index 100% rename from frontend/public/wear/classic_bruk1.jpg rename to frontend old/public/wear/classic_bruk1.jpg diff --git a/frontend/public/wear/classic_bruk2.jpg b/frontend old/public/wear/classic_bruk2.jpg similarity index 100% rename from frontend/public/wear/classic_bruk2.jpg rename to frontend old/public/wear/classic_bruk2.jpg diff --git a/frontend/public/wear/coat1.jpg b/frontend old/public/wear/coat1.jpg similarity index 100% rename from frontend/public/wear/coat1.jpg rename to frontend old/public/wear/coat1.jpg diff --git a/frontend/public/wear/coat2.jpg b/frontend old/public/wear/coat2.jpg similarity index 100% rename from frontend/public/wear/coat2.jpg rename to frontend old/public/wear/coat2.jpg diff --git a/frontend/public/wear/hat1.jpg b/frontend old/public/wear/hat1.jpg similarity index 100% rename from frontend/public/wear/hat1.jpg rename to frontend old/public/wear/hat1.jpg diff --git a/frontend/public/wear/jumpsuit_1.jpg b/frontend old/public/wear/jumpsuit_1.jpg similarity index 100% rename from frontend/public/wear/jumpsuit_1.jpg rename to frontend old/public/wear/jumpsuit_1.jpg diff --git a/frontend/public/wear/jumpsuit_2.jpg b/frontend old/public/wear/jumpsuit_2.jpg similarity index 100% rename from frontend/public/wear/jumpsuit_2.jpg rename to frontend old/public/wear/jumpsuit_2.jpg diff --git a/frontend/public/wear/kozh_boots1.jpg b/frontend old/public/wear/kozh_boots1.jpg similarity index 100% rename from frontend/public/wear/kozh_boots1.jpg rename to frontend old/public/wear/kozh_boots1.jpg diff --git a/frontend/public/wear/kozh_boots2.jpg b/frontend old/public/wear/kozh_boots2.jpg similarity index 100% rename from frontend/public/wear/kozh_boots2.jpg rename to frontend old/public/wear/kozh_boots2.jpg diff --git a/frontend/public/wear/palto1.jpg b/frontend old/public/wear/palto1.jpg similarity index 100% rename from frontend/public/wear/palto1.jpg rename to frontend old/public/wear/palto1.jpg diff --git a/frontend/public/wear/palto2.jpg b/frontend old/public/wear/palto2.jpg similarity index 100% rename from frontend/public/wear/palto2.jpg rename to frontend old/public/wear/palto2.jpg diff --git a/frontend/public/wear/pidzak1.jpg b/frontend old/public/wear/pidzak1.jpg similarity index 100% rename from frontend/public/wear/pidzak1.jpg rename to frontend old/public/wear/pidzak1.jpg diff --git a/frontend/public/wear/pidzak2.jpg b/frontend old/public/wear/pidzak2.jpg similarity index 100% rename from frontend/public/wear/pidzak2.jpg rename to frontend old/public/wear/pidzak2.jpg diff --git a/frontend/public/wear/sherst_sweater1.jpg b/frontend old/public/wear/sherst_sweater1.jpg similarity index 100% rename from frontend/public/wear/sherst_sweater1.jpg rename to frontend old/public/wear/sherst_sweater1.jpg diff --git a/frontend/public/wear/sherst_sweater2.jpg b/frontend old/public/wear/sherst_sweater2.jpg similarity index 100% rename from frontend/public/wear/sherst_sweater2.jpg rename to frontend old/public/wear/sherst_sweater2.jpg diff --git a/frontend/public/wear/silk1.jpg b/frontend old/public/wear/silk1.jpg similarity index 100% rename from frontend/public/wear/silk1.jpg rename to frontend old/public/wear/silk1.jpg diff --git a/frontend/public/wear/silk2.jpg b/frontend old/public/wear/silk2.jpg similarity index 100% rename from frontend/public/wear/silk2.jpg rename to frontend old/public/wear/silk2.jpg diff --git a/frontend/public/wear/silk_scarf1.jpg b/frontend old/public/wear/silk_scarf1.jpg similarity index 100% rename from frontend/public/wear/silk_scarf1.jpg rename to frontend old/public/wear/silk_scarf1.jpg diff --git a/frontend/public/wear/silk_scarf2.jpg b/frontend old/public/wear/silk_scarf2.jpg similarity index 100% rename from frontend/public/wear/silk_scarf2.jpg rename to frontend old/public/wear/silk_scarf2.jpg diff --git a/frontend/public/wear/sorochka1.jpg b/frontend old/public/wear/sorochka1.jpg similarity index 100% rename from frontend/public/wear/sorochka1.jpg rename to frontend old/public/wear/sorochka1.jpg diff --git a/frontend/public/wear/sorochka2.jpg b/frontend old/public/wear/sorochka2.jpg similarity index 100% rename from frontend/public/wear/sorochka2.jpg rename to frontend old/public/wear/sorochka2.jpg diff --git a/frontend/services/analytics.ts b/frontend old/services/analytics.ts similarity index 100% rename from frontend/services/analytics.ts rename to frontend old/services/analytics.ts diff --git a/frontend/services/api.ts b/frontend old/services/api.ts similarity index 100% rename from frontend/services/api.ts rename to frontend old/services/api.ts diff --git a/frontend/services/auth.ts b/frontend old/services/auth.ts similarity index 100% rename from frontend/services/auth.ts rename to frontend old/services/auth.ts diff --git a/frontend/services/cart.ts b/frontend old/services/cart.ts similarity index 100% rename from frontend/services/cart.ts rename to frontend old/services/cart.ts diff --git a/frontend/services/catalog.ts b/frontend old/services/catalog.ts similarity index 100% rename from frontend/services/catalog.ts rename to frontend old/services/catalog.ts diff --git a/frontend/services/orders.ts b/frontend old/services/orders.ts similarity index 100% rename from frontend/services/orders.ts rename to frontend old/services/orders.ts diff --git a/frontend/services/users.ts b/frontend old/services/users.ts similarity index 100% rename from frontend/services/users.ts rename to frontend old/services/users.ts diff --git a/frontend/styles/Home.module.css b/frontend old/styles/Home.module.css similarity index 100% rename from frontend/styles/Home.module.css rename to frontend old/styles/Home.module.css diff --git a/frontend/styles/globals.css b/frontend old/styles/globals.css similarity index 100% rename from frontend/styles/globals.css rename to frontend old/styles/globals.css diff --git a/frontend/tailwind.config.js b/frontend old/tailwind.config.js similarity index 100% rename from frontend/tailwind.config.js rename to frontend old/tailwind.config.js diff --git a/frontend/tsconfig.json b/frontend old/tsconfig.json similarity index 100% rename from frontend/tsconfig.json rename to frontend old/tsconfig.json