From c67c695fe6876b7a88a311bb292a1237fe656cca Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:51:38 +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 677aa14..2b43a7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="compact" sizing="large" - background="noise" + background="circleGradient" cardStyle="outline" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -48,7 +48,7 @@ export default function LandingPage() { { text: "Start Free Trial", href: "#contact" }, { text: "View Documentation", href: "#" } ]} - background={{ variant: "noise" }} + background={{ variant: "radial-gradient" }} dashboard={{ title: "Enterprise Analytics Hub", logoIcon: Brain, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APBJFWldSeNNopDVPyjMitUF1w/a-sleek-premium-ai-dashboard-interface-f-1772484498452-4dbaf6a7.png", searchPlaceholder: "Search analytics...", buttons: [ @@ -58,7 +58,7 @@ export default function LandingPage() { sidebarItems: [ { icon: BarChart3 }, { icon: Zap, active: true }, - { icon: "Settings" } + { icon: Code } ], stats: [ { title: "Processing Speed", values: [2400, 3500, 4800], valueSuffix: "ms", description: "Average latency reduced" }, -- 2.49.1