Merge version_1 into main #1
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user