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