From c5feb27a638df6952fa13ce309cfc55561d3db1f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 17:11:57 +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 adec4d4..014d480 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,7 @@ export default function HomePage() { tag="AI-Powered 3D Generation" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} buttons={[ { text: "Start Creating", href: "/app/upload" }, { text: "View Gallery", href: "/gallery" }, -- 2.49.1