From bf715bf00afd13ba7be51ad3c387ae4590fbaed9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 07:37:31 +0000 Subject: [PATCH] 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 fb5085c..5b84f8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Creative Portfolio" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "View My Work", href: "#portfolio" }, { text: "Read My Insights", href: "#blog" }, @@ -246,7 +246,7 @@ export default function LandingPage() { description="Join a community of brands and creators who receive regular insights, behind-the-scenes updates, and exclusive perspectives on digital culture and creative strategy." tagIcon={Mail} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AW66CauBVhRScl9rYrxfTSGurB/warm-inviting-visual-for-newsletter-sign-1772696033895-c0e8a448.png" imageAlt="Creative community connection" -- 2.49.1