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" },