From 0e38650435d975202346252d1b1e55fdae12310e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 21:06:38 +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 c708a30..f81aa32 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -17,7 +17,7 @@ export default function BlogPage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" From 453197c965b5ac19ed9ed034139b85ab45efd7cf Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 21:06:39 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c184d2..1f36a4a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -20,7 +20,7 @@ export default function VapeQuitPage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -46,7 +46,7 @@ export default function VapeQuitPage() { Date: Fri, 13 Feb 2026 21:06:40 +0000 Subject: [PATCH 3/4] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 97e782d..0d9eaaf 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -74,7 +74,7 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="rounded" contentWidth="compact" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -123,7 +123,7 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="rounded" contentWidth="compact" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -179,7 +179,7 @@ export default function ProductPage({ params }: ProductPageProps) { borderRadius="rounded" contentWidth="compact" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" From 4114ec5011e1cbc872ea6655256c5736212fa853 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 21:06:41 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 2c08d91..8b58e83 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -27,7 +27,7 @@ export default function ShopPage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -75,7 +75,7 @@ export default function ShopPage() { borderRadius="rounded" contentWidth="compact" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow"