Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b1c8d0f18 | |||
| 8fb006543f | |||
| ea9e32ad6e | |||
| 1dcf8e2404 | |||
| 8ef68b476b | |||
| 2d49fe3d58 | |||
| cd42473794 | |||
| 700dc72d46 | |||
| 0b46c80f8e | |||
| 873ab6e92e | |||
| b2a30ae7c5 | |||
| c9572718d8 | |||
| a1b8bf88ca | |||
| 97a4cdffb2 | |||
| 06d49185a9 | |||
| ad8e0ec255 | |||
| ab28e561cf | |||
| a41a6086f9 |
@@ -33,6 +33,7 @@ export default function BlogPage() {
|
|||||||
{ "name": "Menu", "id": "menu" },
|
{ "name": "Menu", "id": "menu" },
|
||||||
{ "name": "Banquets", "id": "banquets" },
|
{ "name": "Banquets", "id": "banquets" },
|
||||||
{ "name": "Delivery", "id": "delivery" },
|
{ "name": "Delivery", "id": "delivery" },
|
||||||
|
{ "name": "Shop", "id": "/shop" },
|
||||||
{ "name": "Contacts", "id": "contacts" }
|
{ "name": "Contacts", "id": "contacts" }
|
||||||
]}
|
]}
|
||||||
button={{ "text": "Book a Table", "href": "#contacts" }}
|
button={{ "text": "Book a Table", "href": "#contacts" }}
|
||||||
|
|||||||
@@ -33,6 +33,8 @@ export default function KazkovyyDimPage() {
|
|||||||
{ name: "Menu", id: "menu" },
|
{ name: "Menu", id: "menu" },
|
||||||
{ name: "Banquets", id: "banquets" },
|
{ name: "Banquets", id: "banquets" },
|
||||||
{ name: "Delivery", id: "delivery" },
|
{ name: "Delivery", id: "delivery" },
|
||||||
|
{ name: "Blog", id: "/blog" },
|
||||||
|
{ name: "Shop", id: "/shop" },
|
||||||
{ name: "Contacts", id: "contacts" }
|
{ name: "Contacts", id: "contacts" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
|
|||||||
@@ -90,8 +90,8 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
{ "name": "Menu", "id": "menu" },
|
{ "name": "Menu", "id": "menu" },
|
||||||
{ "name": "Banquets", "id": "banquets" },
|
{ "name": "Banquets", "id": "banquets" },
|
||||||
{ "name": "Delivery", "id": "delivery" },
|
{ "name": "Delivery", "id": "delivery" },
|
||||||
{ "name": "Contacts", "id": "contacts" },
|
{ "name": "Blog", "id": "/blog" },
|
||||||
{ "name": "Shop", "id": "/shop" }
|
{ "name": "Contacts", "id": "contacts" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
navItemClassName="text-sm font-medium hover:text-primary-cta transition-colors"
|
navItemClassName="text-sm font-medium hover:text-primary-cta transition-colors"
|
||||||
@@ -168,8 +168,8 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
{ "name": "Menu", "id": "menu" },
|
{ "name": "Menu", "id": "menu" },
|
||||||
{ "name": "Banquets", "id": "banquets" },
|
{ "name": "Banquets", "id": "banquets" },
|
||||||
{ "name": "Delivery", "id": "delivery" },
|
{ "name": "Delivery", "id": "delivery" },
|
||||||
{ "name": "Contacts", "id": "contacts" },
|
{ "name": "Blog", "id": "/blog" },
|
||||||
{ "name": "Shop", "id": "/shop" }
|
{ "name": "Contacts", "id": "contacts" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
navItemClassName="text-sm font-medium hover:text-primary-cta transition-colors"
|
navItemClassName="text-sm font-medium hover:text-primary-cta transition-colors"
|
||||||
@@ -253,8 +253,8 @@ export default function ProductPage({ params }: ProductPageProps) {
|
|||||||
{ "name": "Menu", "id": "menu" },
|
{ "name": "Menu", "id": "menu" },
|
||||||
{ "name": "Banquets", "id": "banquets" },
|
{ "name": "Banquets", "id": "banquets" },
|
||||||
{ "name": "Delivery", "id": "delivery" },
|
{ "name": "Delivery", "id": "delivery" },
|
||||||
{ "name": "Contacts", "id": "contacts" },
|
{ "name": "Blog", "id": "/blog" },
|
||||||
{ "name": "Shop", "id": "/shop" }
|
{ "name": "Contacts", "id": "contacts" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
navItemClassName="text-sm font-medium hover:text-primary-cta transition-colors"
|
navItemClassName="text-sm font-medium hover:text-primary-cta transition-colors"
|
||||||
|
|||||||
@@ -43,8 +43,8 @@ export default function ShopPage() {
|
|||||||
{ "name": "Menu", "id": "menu" },
|
{ "name": "Menu", "id": "menu" },
|
||||||
{ "name": "Banquets", "id": "banquets" },
|
{ "name": "Banquets", "id": "banquets" },
|
||||||
{ "name": "Delivery", "id": "delivery" },
|
{ "name": "Delivery", "id": "delivery" },
|
||||||
{ "name": "Contacts", "id": "contacts" },
|
{ "name": "Blog", "id": "/blog" },
|
||||||
{ "name": "Shop", "id": "/shop" }
|
{ "name": "Contacts", "id": "contacts" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
navItemClassName="text-sm font-medium hover:text-primary-cta transition-colors"
|
navItemClassName="text-sm font-medium hover:text-primary-cta transition-colors"
|
||||||
@@ -120,8 +120,8 @@ export default function ShopPage() {
|
|||||||
{ "name": "Menu", "id": "menu" },
|
{ "name": "Menu", "id": "menu" },
|
||||||
{ "name": "Banquets", "id": "banquets" },
|
{ "name": "Banquets", "id": "banquets" },
|
||||||
{ "name": "Delivery", "id": "delivery" },
|
{ "name": "Delivery", "id": "delivery" },
|
||||||
{ "name": "Contacts", "id": "contacts" },
|
{ "name": "Blog", "id": "/blog" },
|
||||||
{ "name": "Shop", "id": "/shop" }
|
{ "name": "Contacts", "id": "contacts" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
navItemClassName="text-sm font-medium hover:text-primary-cta transition-colors"
|
navItemClassName="text-sm font-medium hover:text-primary-cta transition-colors"
|
||||||
|
|||||||
@@ -2,21 +2,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #e3deea;;
|
/* --background: #060000;;;;;;;
|
||||||
--card: #ffffff;;
|
--card: #1d0d0d;;;;;;;
|
||||||
--foreground: #1f2027;;
|
--foreground: #ffe6e6;;;;;;;
|
||||||
--primary-cta: #627dc6;;
|
--primary-cta: #ff3d4a;;;;;;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #1f0a0a;;;;;;;
|
||||||
--accent: #627dc6;;
|
--accent: #7b2d2d;;;;;;;
|
||||||
--background-accent: #627dc6;; */
|
--background-accent: #b8111f;;;;;;; */
|
||||||
|
|
||||||
--background: #e3deea;;
|
--background: #060000;;;;;;;
|
||||||
--card: #ffffff;;
|
--card: #1d0d0d;;;;;;;
|
||||||
--foreground: #1f2027;;
|
--foreground: #ffe6e6;;;;;;;
|
||||||
--primary-cta: #627dc6;;
|
--primary-cta: #ff3d4a;;;;;;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #1f0a0a;;;;;;;
|
||||||
--accent: #627dc6;;
|
--accent: #7b2d2d;;;;;;;
|
||||||
--background-accent: #627dc6;;
|
--background-accent: #b8111f;;;;;;;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user