From b747c9cf0cb9750f930eeb8ca201b7af58ad781c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 15:55:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c5b0d95..565f4ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSmallSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="outline" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "Schedule Demo", href: "https://calendly.com/aiforcedemo" } ]} buttonAnimation="blur-reveal" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} dashboard={{ title: "AI Analytics Hub", logoIcon: Brain, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUFgRphRyR9JxxLIEmr3fC3XcR/a-futuristic-ai-dashboard-interface-with-1772639580952-45f070e8.png", imageAlt: "AI Dashboard Interface", searchPlaceholder: "Search AI insights...", buttons: [ @@ -68,9 +68,9 @@ export default function LandingPage() { { icon: Settings } ], stats: [ - { title: "Automation Rate", values: ["65", "78", "89"], valueSuffix: "%", description: "Tasks automated successfully" }, - { title: "Accuracy", values: ["92", "94", "96"], valueSuffix: "%", description: "Model prediction accuracy" }, - { title: "Time Saved", values: ["240", "360", "480"], valueSuffix: "hrs/mo", description: "Hours saved monthly" } + { title: "Automation Rate", values: [65, 78, 89], valueSuffix: "%", description: "Tasks automated successfully" }, + { title: "Accuracy", values: [92, 94, 96], valueSuffix: "%", description: "Model prediction accuracy" }, + { title: "Time Saved", values: [240, 360, 480], valueSuffix: "hrs/mo", description: "Hours saved monthly" } ], chartTitle: "Performance Growth", chartData: [ { value: 45 }, -- 2.49.1