diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index e8e6164..c28294e 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -101,4 +101,4 @@ export default function BlogPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8e8209b..eb020ea 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1409,4 +1409,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index f01d1ef..6390887 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -257,4 +257,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index e5cb2ab..c93cf2c 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -97,8 +97,7 @@ function ProductPageContent({ params }: ProductPageProps) { {"name":"About","id":"about"}, {"name":"Menu","id":"products"}, {"name":"Reviews","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -147,8 +146,7 @@ function ProductPageContent({ params }: ProductPageProps) { {"name":"About","id":"about"}, {"name":"Menu","id":"products"}, {"name":"Reviews","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -204,8 +202,7 @@ function ProductPageContent({ params }: ProductPageProps) { {"name":"About","id":"about"}, {"name":"Menu","id":"products"}, {"name":"Reviews","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => setCartOpen(true) }} /> @@ -262,4 +259,4 @@ function ProductPageContent({ params }: ProductPageProps) { ); -} \ No newline at end of file +} diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 393998a..216bb0d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -40,8 +40,7 @@ function ShopPageContent() { {"name":"About","id":"about"}, {"name":"Menu","id":"products"}, {"name":"Reviews","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => console.log("cart") }} /> @@ -89,8 +88,7 @@ function ShopPageContent() { {"name":"About","id":"about"}, {"name":"Menu","id":"products"}, {"name":"Reviews","id":"testimonials"}, - {"name":"Contact","id":"contact"}, - {"name":"Shop","id":"/shop"} + {"name":"Contact","id":"contact"} ]} button={{ text: "Cart", onClick: () => console.log("cart") }} /> @@ -130,4 +128,4 @@ export default function ShopPage() { ); -} \ No newline at end of file +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a44f622..8c620e9 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,23 +2,23 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #e3deea;; - --card: #ffffff;; - --foreground: #27231f;; - --primary-cta: #27231f;; - --secondary-cta: #ffffff;; - --accent: #c68a62;; - --background-accent: #c68a62;; */ + /* --background: #1a0d0d;; + --card: #2e1a1a;; + --foreground: #f4d9c7;; + --primary-cta: #c9a876;; + --secondary-cta: #2e1a1a;; + --accent: #d4a574;; + --background-accent: #8b6f47;; */ - --background: #e3deea;; - --card: #ffffff;; - --foreground: #27231f;; - --primary-cta: #27231f;; + --background: #1a0d0d;; + --card: #2e1a1a;; + --foreground: #f4d9c7;; + --primary-cta: #c9a876;; --primary-cta-text: #e3deea;; - --secondary-cta: #ffffff;; + --secondary-cta: #2e1a1a;; --secondary-cta-text: #27231f;; - --accent: #c68a62;; - --background-accent: #c68a62;; + --accent: #d4a574;; + --background-accent: #8b6f47;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);