From b1daa38ca2739cb0aad6cbadf48329a1ba1855f7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 06:50:16 +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 c08dbf5..686e030 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tag="3D Tech Experience" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "plain" }} buttons={[ { text: "Browse Products", href: "#products" }, { text: "Learn More", href: "#about" } -- 2.49.1