From b54e8b6f283d503e8595c58230041e6407a7b67a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 22:47:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cb9377..d92c4d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="inset" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -55,7 +55,7 @@ export default function LandingPage() { { text: "See Demo", href: "#" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} dashboard={{ title: "Tappy Dashboard Hub", logoIcon: Brain, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AaiE62qW6lQfu5yKjCWpp5ywaz/a-professional-user-avatar-headshot-for--1772837081393-0b48672a.png", searchPlaceholder: "Search tasks, projects, AI agents...", buttons: [ @@ -69,15 +69,15 @@ export default function LandingPage() { ], stats: [ { - title: "AI Tasks Completed", values: ["2847", "3156", "4203"], + title: "AI Tasks Completed", values: [2847, 3156, 4203], valuePrefix: "", valueSuffix: "", description: "This month" }, { - title: "Time Saved", values: ["156", "234", "342"], + title: "Time Saved", values: [156, 234, 342], valuePrefix: "", valueSuffix: "h", description: "Team hours automated" }, { - title: "Active Projects", values: ["42", "58", "73"], + title: "Active Projects", values: [42, 58, 73], valuePrefix: "", valueSuffix: "", description: "Running simultaneously" } ], @@ -293,7 +293,7 @@ export default function LandingPage() { { text: "Start Free Trial", href: "#pricing" }, { text: "Schedule Demo", href: "#" } ]} - background={{ variant: "radial-gradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1