From b0611304dd3b1917819f018c78081ff061c2fc7f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 08:58:18 +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 43b7689..9e0bc86 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 08:58:19 +0000 Subject: [PATCH 2/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 7d059af..080f218 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -85,14 +85,13 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} + button={{ text: "Order Now", href: "contact" }} />
@@ -129,14 +128,13 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} + button={{ text: "Order Now", href: "contact" }} />
@@ -180,14 +178,13 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} + button={{ text: "Order Now", href: "contact" }} />
From 8f0673e65353e0626049d47956ecb922b9195102 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 08:58:20 +0000 Subject: [PATCH 3/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index c4f7d05..d3933e1 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -35,14 +35,13 @@ export default function ShopPage() { console.log("cart") }} + button={{ text: "Order Now", href: "contact" }} />
@@ -78,14 +77,13 @@ export default function ShopPage() { console.log("cart") }} + button={{ text: "Order Now", href: "contact" }} />
From 5137fd0c9cc9b87aa1221daaee953910e3411a18 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 08:58:20 +0000 Subject: [PATCH 4/4] Update src/app/styles/variables.css --- src/app/styles/variables.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a168d55..13ef4fe 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: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; + /* --background: #fffafa;; + --card: #fff7f7;; + --foreground: #1a0000;; --primary-cta: #e63946;; --secondary-cta: #ffffff;; - --accent: #e63946;; - --background-accent: #e8bea8;; */ + --accent: #f5c4c7;; + --background-accent: #f09199;; */ - --background: #f5f5f5;; - --card: #ffffff;; - --foreground: #1c1c1c;; + --background: #fffafa;; + --card: #fff7f7;; + --foreground: #1a0000;; --primary-cta: #e63946;; --secondary-cta: #ffffff;; - --accent: #e63946;; - --background-accent: #e8bea8;; + --accent: #f5c4c7;; + --background-accent: #f09199;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);