From 8827318056fd9d44e46a353b51a3a64d1c9dbdc4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 23:20:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b73559..094d949 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Next-Gen Gaming" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} buttons={[ { text: "Play Now", href: "#" }, { text: "Watch Trailer", href: "#" } -- 2.49.1