From 17a191fc56ba5805f05cc905cb4ad70f0f9f6fce Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 09:06:41 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index de74ed2..d168b4b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -80,7 +80,7 @@ export default function ContactPage() { tagIcon={Mail} tagAnimation="slide-up" background={{ - variant: "glowing-orb"}} + variant: "circleGradient"}} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Subscribe" -- 2.49.1 From fd5512d98ecdcfc72ef862930fe3b149c2875127 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 09:06:42 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1fb4c10..5e22381 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function HomePage() { tag="Premium Fashion" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0q02b2" imageAlt="TrendCart Fashion Collection" imagePosition="right" @@ -199,7 +199,7 @@ export default function HomePage() { description="Subscribe to our newsletter and receive exclusive offers, new arrivals, and style tips delivered to your inbox." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Subscribe" -- 2.49.1 From a2aac3a5c69e961e023652166827c675b9e57b70 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 09:06:42 +0000 Subject: [PATCH 3/3] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 18aa85a..d663505 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -93,7 +93,7 @@ export default function ShopPage() { description="Subscribe now and receive a special discount code for your next purchase, plus early access to new collections." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "circleGradient" }} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Subscribe" -- 2.49.1