From de203651946a90358e7566a621a9e59413755c75 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 17:28:42 +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 f4809de..09aad4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -168,7 +168,7 @@ export default function LandingPage() { { text: "Send Email", href: "mailto:your.email@example.com" }, { text: "LinkedIn Profile", href: "https://linkedin.com" } ]} - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1