-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
131 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
|
||
import type { IProduct } from '~/interfaces/product.interface'; | ||
|
||
export const boxes: IProduct[] = [ | ||
{ | ||
img: '/boxes/1.jpeg', | ||
name: 'Новогоднее настроение', | ||
description: | ||
'Универсальная коробка с крышкой, идеальна для подарков. Размер: 20×20×10 см. Стоимость за штуку: 550 тенге. От 10 штук: 450 тенге.', | ||
}, | ||
{ | ||
img: '/boxes/2.jpeg', | ||
name: 'Подарочная коробка с разделением', | ||
description: | ||
'Коробка с отделениями для удобного хранения сладостей. Размер: 33×21×11 см. Стоимость за штуку: 750 тенге. От 10 штук: 650 тенге.', | ||
}, | ||
{ | ||
img: '/boxes/3.jpeg', | ||
name: 'Классическая гофрокоробка', | ||
description: | ||
'Четырехклапанная коробка из гофрокартона. Размер: 27×24×10 см. Стоимость за штуку: 650 тенге. От 10 штук: 550 тенге.', | ||
}, | ||
{ | ||
img: '/boxes/4.jpeg', | ||
name: 'Подарочная коробка "С Новым Годом"', | ||
description: | ||
'Тематическая коробка для подарков с крышкой. Размер: 30×30×20 см. Стоимость за штуку: 790 тенге. От 10 штук: 720 тенге.', | ||
}, | ||
{ | ||
img: '/boxes/5.jpeg', | ||
name: 'Коробка для сладостей', | ||
description: | ||
'Идеальна для клубники в шоколаде. Материал: картон. Размер: 25×15×7 см. Стоимость за штуку: 600 тенге. От 10 штук: 500 тенге.', | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,40 @@ | ||
import type { ICategory } from '~/interfaces/category.interface'; | ||
import { exclusive } from './exclusive'; | ||
import { newYear } from './new_year'; | ||
import { solid } from './solid'; | ||
|
||
export const categories: ICategory[] = [ | ||
{ | ||
id: 1, | ||
name: 'Эксклюзив', | ||
data: exclusive, | ||
metaTitle: | ||
'Эксклюзивные картонные коробки на заказ - Подарочные коробки для бизнеса и личных нужд | Korobka2.kz', | ||
metaDescription: | ||
'Картонные эксклюзивные коробки для упаковки подарков, товаров и для корпоративных нужд. Идеальны для особых случаев и подарков. Заказ оптом и в розницу по Казахстану.', | ||
metaKeywords: | ||
'эксклюзивные коробки, подарочные коробки, упаковочные коробки, коробки на заказ, корпоративные коробки, Алматы, Казахстан', | ||
}, | ||
{ | ||
id: 2, | ||
name: 'Новогодние', | ||
data: newYear, | ||
metaTitle: | ||
'Новогодние картонные коробки для подарков - Упаковка для Нового года | Korobka2.kz', | ||
metaDescription: | ||
'Новогодние картонные коробки для подарков на заказ. Идеальные упаковки для новогодних подарков, украшений и сувениров. Оптовые и розничные продажи по Казахстану.', | ||
metaKeywords: | ||
'новогодние коробки, подарочные коробки, упаковка для новогодних подарков, коробки для сувениров, коробки на заказ, Алматы, Казахстан', | ||
}, | ||
{ | ||
id: 3, | ||
name: 'Однотонные', | ||
data: [], | ||
data: solid, | ||
metaTitle: | ||
'Однотонные картонные коробки для упаковки товаров и подарков | Korobka2.kz', | ||
metaDescription: | ||
'Однотонные картонные коробки для упаковки товаров, подарков и бизнес-потребностей. Прочные и стильные упаковки для разных целей. Оптовая и розничная продажа по Казахстану.', | ||
metaKeywords: | ||
'однотонные коробки, картонные коробки, упаковка товаров, подарочные коробки, упаковка для бизнеса, Алматы, Казахстан', | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import type { IProduct } from '~/interfaces/product.interface'; | ||
|
||
export const newYear: IProduct[] = [ | ||
{ | ||
img: '/new_year/1.jpg', | ||
name: 'Вкус зимы', | ||
description: | ||
'Размер:230*170*80 мм. Конструкция:откидная. Материал: микрогофрокартон. 1-9шт: 745тг. 10-49шт: 600тг. 50-499шт: 550тг. 500-1000шт: 480тг.', | ||
}, | ||
{ | ||
img: '/new_year/2.jpg', | ||
name: 'Лесная сказка', | ||
description: | ||
'Размер:350*250*90мм. Конструкция:крышка+дно. Материал: микрогофрокартон 2мм+крышка. 1-9шт: 640тг. 10-49шт: 515тг. 50-499шт: 475тг. 500-1000шт: 410тг.', | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import type { IProduct } from '~/interfaces/product.interface'; | ||
|
||
export const solid: IProduct[] = [ | ||
{ | ||
img: '/solid/1.avif', | ||
name: 'Бурая коробка', | ||
description: | ||
'Стоимость: от 1 до 10 штук — 260 тг, от 11 до 50 штук — 220 тг, от 51 до 500 штук — 190 тг. *цена указана на штуку.', | ||
}, | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.