Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fec5ee9af5 | |||
| d5fa4d12f6 | |||
| 280da3310e | |||
| b136c42372 | |||
| 694f8416bb | |||
| eb94c1ba42 | |||
| 835d81afc1 |
@@ -97,8 +97,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
{"name":"About","id":"about"},
|
{"name":"About","id":"about"},
|
||||||
{"name":"Menu","id":"products"},
|
{"name":"Menu","id":"products"},
|
||||||
{"name":"Reviews","id":"testimonials"},
|
{"name":"Reviews","id":"testimonials"},
|
||||||
{"name":"Contact","id":"contact"},
|
{"name":"Contact","id":"contact"}
|
||||||
{"name":"Shop","id":"/shop"}
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
@@ -147,8 +146,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
{"name":"About","id":"about"},
|
{"name":"About","id":"about"},
|
||||||
{"name":"Menu","id":"products"},
|
{"name":"Menu","id":"products"},
|
||||||
{"name":"Reviews","id":"testimonials"},
|
{"name":"Reviews","id":"testimonials"},
|
||||||
{"name":"Contact","id":"contact"},
|
{"name":"Contact","id":"contact"}
|
||||||
{"name":"Shop","id":"/shop"}
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
@@ -204,8 +202,7 @@ function ProductPageContent({ params }: ProductPageProps) {
|
|||||||
{"name":"About","id":"about"},
|
{"name":"About","id":"about"},
|
||||||
{"name":"Menu","id":"products"},
|
{"name":"Menu","id":"products"},
|
||||||
{"name":"Reviews","id":"testimonials"},
|
{"name":"Reviews","id":"testimonials"},
|
||||||
{"name":"Contact","id":"contact"},
|
{"name":"Contact","id":"contact"}
|
||||||
{"name":"Shop","id":"/shop"}
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
button={{ text: "Cart", onClick: () => setCartOpen(true) }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -40,8 +40,7 @@ function ShopPageContent() {
|
|||||||
{"name":"About","id":"about"},
|
{"name":"About","id":"about"},
|
||||||
{"name":"Menu","id":"products"},
|
{"name":"Menu","id":"products"},
|
||||||
{"name":"Reviews","id":"testimonials"},
|
{"name":"Reviews","id":"testimonials"},
|
||||||
{"name":"Contact","id":"contact"},
|
{"name":"Contact","id":"contact"}
|
||||||
{"name":"Shop","id":"/shop"}
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||||
/>
|
/>
|
||||||
@@ -89,8 +88,7 @@ function ShopPageContent() {
|
|||||||
{"name":"About","id":"about"},
|
{"name":"About","id":"about"},
|
||||||
{"name":"Menu","id":"products"},
|
{"name":"Menu","id":"products"},
|
||||||
{"name":"Reviews","id":"testimonials"},
|
{"name":"Reviews","id":"testimonials"},
|
||||||
{"name":"Contact","id":"contact"},
|
{"name":"Contact","id":"contact"}
|
||||||
{"name":"Shop","id":"/shop"}
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
button={{ text: "Cart", onClick: () => console.log("cart") }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -2,23 +2,23 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #e3deea;;
|
/* --background: #1a0d0d;;
|
||||||
--card: #ffffff;;
|
--card: #2e1a1a;;
|
||||||
--foreground: #27231f;;
|
--foreground: #f4d9c7;;
|
||||||
--primary-cta: #27231f;;
|
--primary-cta: #c9a876;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #2e1a1a;;
|
||||||
--accent: #c68a62;;
|
--accent: #d4a574;;
|
||||||
--background-accent: #c68a62;; */
|
--background-accent: #8b6f47;; */
|
||||||
|
|
||||||
--background: #e3deea;;
|
--background: #1a0d0d;;
|
||||||
--card: #ffffff;;
|
--card: #2e1a1a;;
|
||||||
--foreground: #27231f;;
|
--foreground: #f4d9c7;;
|
||||||
--primary-cta: #27231f;;
|
--primary-cta: #c9a876;;
|
||||||
--primary-cta-text: #e3deea;;
|
--primary-cta-text: #e3deea;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #2e1a1a;;
|
||||||
--secondary-cta-text: #27231f;;
|
--secondary-cta-text: #27231f;;
|
||||||
--accent: #c68a62;;
|
--accent: #d4a574;;
|
||||||
--background-accent: #c68a62;;
|
--background-accent: #8b6f47;;
|
||||||
|
|
||||||
/* 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