From dd92f368824de7f99e23d7d6a20c0a634544106f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:09:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52dfb75..16cbd8d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="largeSmallSizeLargeTitles" - background="noise" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Privacy-First Intelligence" tagIcon={Shield} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "canvas-reveal" }} buttons={[ { text: "Start Searching", href: "#results" }, { text: "Learn More", href: "#features" }, @@ -200,4 +200,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1