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