-
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
33 changed files
with
168 additions
and
34 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 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
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,28 @@ | ||
import type { IProduct } from '~/interfaces/product.interface'; | ||
|
||
export const balloons: IProduct[] = [ | ||
{ | ||
img: '/balloons/1.webp', | ||
name: 'Коробка 700*700*700 красная', | ||
description: | ||
'Универсальная коробка с крышкой, идеальна для подарков. Размер: 20×20×10 см. Стоимость за штуку: 550 тенге. От 10 штук: 450 тенге.', | ||
}, | ||
{ | ||
img: '/balloons/2.webp', | ||
name: 'Коробка 700*700*700 тиффани', | ||
description: | ||
'Размер: 700*700*700 мм. Конструкция: крышка + дно. Материал: трехслойный картон. Цвет: тиффани. Цены: 1-9 шт: 3900 тг, 10-49 шт: 3500 тг, 50-499 шт: 3000 тг, 500-1000 шт: 2800 тг.', | ||
}, | ||
{ | ||
img: '/balloons/3.webp', | ||
name: 'Коробка 700*700*700 розовая', | ||
description: | ||
'Размер: 700*700*700 мм. Конструкция: крышка + дно. Материал: трехслойный картон. Цвет: розовый. Цены: 1-9 шт: 3900 тг, 10-49 шт: 3500 тг, 50-499 шт: 3000 тг, 500-1000 шт: 2800 тг.', | ||
}, | ||
{ | ||
img: '/balloons/4.jpg', | ||
name: 'Коробка 700*700*700 Желтая', | ||
description: | ||
'Размер: 700*700*700 мм. Конструкция: крышка + дно. Материал: трехслойный картон. Цвет: желтый. Цены: 1-9 шт: 3900 тг, 10-49 шт: 3500 тг, 50-499 шт: 3000 тг, 500-1000 шт: 2800 тг.', | ||
}, | ||
]; |
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,35 +1,34 @@ | ||
|
||
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 тенге.', | ||
}, | ||
{ | ||
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
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
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "Интернет магазин подарочных коробок", | ||
"author": "Alikhan <[email protected]>", | ||
"homepage": "https://korobka2.kz/", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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.
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.
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