From e963a856f9b79b484469cecc17907088fcd00192 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 10:52:21 +0000 Subject: [PATCH 1/4] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 8f27f09..4dc94c8 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,7 +28,7 @@ export default function BlogPage() { Date: Fri, 20 Feb 2026 10:52:23 +0000 Subject: [PATCH 2/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 96d2020..7c2d9c2 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -85,8 +85,11 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -131,8 +134,11 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -184,8 +190,11 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} /> -- 2.49.1 From 858b1200d999acb2fac4ea4c3e6088b8d883db68 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 10:52:23 +0000 Subject: [PATCH 3/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index b33064f..a389eb1 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -35,8 +35,11 @@ export default function ShopPage() { console.log("cart") }} /> @@ -80,8 +83,11 @@ export default function ShopPage() { console.log("cart") }} /> -- 2.49.1 From 5bc342ce45f1cbe2a8f6505b9b8e7908c4bef690 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 10:52:24 +0000 Subject: [PATCH 4/4] Update src/app/styles/variables.css --- src/app/styles/variables.css | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 45dc160..cf40728 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -2,21 +2,21 @@ /* Base units */ /* --vw is set by ThemeProvider */ - /* --background: #0a0a0a;; - --card: #1a1a1a;; - --foreground: #fffffae6;; - --primary-cta: #fde047;; - --secondary-cta: #1a1a1a;; - --accent: #737373;; - --background-accent: #737373;; */ + /* --background: #fbfaff;; + --card: #f7f5ff;; + --foreground: #0f0022;; + --primary-cta: #8b5cf6;; + --secondary-cta: #ffffff;; + --accent: #d8cef5;; + --background-accent: #c4a8f9;; */ - --background: #0a0a0a;; - --card: #1a1a1a;; - --foreground: #fffffae6;; - --primary-cta: #fde047;; - --secondary-cta: #1a1a1a;; - --accent: #737373;; - --background-accent: #737373;; + --background: #fbfaff;; + --card: #f7f5ff;; + --foreground: #0f0022;; + --primary-cta: #8b5cf6;; + --secondary-cta: #ffffff;; + --accent: #d8cef5;; + --background-accent: #c4a8f9;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1