From 7dd18994e51a5cb2f1e2d566f16dc4b8dd442054 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:27:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 07d7a77..bb3f691 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Level Up Your Game" tagIcon={Gamepad2} tagAnimation="slide-up" - background={{ variant: "canvas-reveal" }} + background={{ variant: "circleGradient" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AR8cPkVIx4877lfR19d2tKlMKG/a-dynamic-gaming-hero-image-featuring-mu-1772544222254-10deb046.png" imageAlt="Gaming equipment and peripherals" buttons={[ @@ -55,7 +55,6 @@ export default function LandingPage() { { text: "Read News", href: "news" } ]} buttonAnimation="slide-up" - useInvertedBackground={false} /> -- 2.49.1