-
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
9 changed files
with
82 additions
and
62 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
export const Pages = [ | ||
// { href: '/about', title: 'ABOUT US' }, | ||
{ href: '/products', title: 'SHOP' }, | ||
// { href: '/contacts', title: 'COMMUNITY' }, | ||
// { href: '/contacts', title: 'CONTACTS' }, | ||
export const PRODUCTS_FILTER = [ | ||
{ id: 1, title: 'Bouquet' }, | ||
{ id: 2, title: 'Flower Basket' }, | ||
{ id: 3, title: 'Flower Box' }, | ||
{ id: 4, title: 'Vase Arragement' }, | ||
{ id: 5, title: 'Plants' }, | ||
]; | ||
|
||
export const ProductsFilter = [ | ||
{ title: 'New' }, | ||
{ title: 'Bouquet' }, | ||
{ title: 'Flower Basket' }, | ||
{ title: 'Flower Box' }, | ||
{ title: 'Vase Arragement' }, | ||
{ title: 'Plants' }, | ||
]; | ||
export const DEFAULT_PRODUCT = { | ||
title: '', | ||
category: '', | ||
price: '', | ||
description: '', | ||
}; |
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