Update src/app/page.tsx
This commit is contained in:
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="compact"
|
contentWidth="compact"
|
||||||
sizing="large"
|
sizing="large"
|
||||||
background="noise"
|
background="circleGradient"
|
||||||
cardStyle="outline"
|
cardStyle="outline"
|
||||||
primaryButtonStyle="double-inset"
|
primaryButtonStyle="double-inset"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
{ text: "Start Free Trial", href: "#contact" },
|
{ text: "Start Free Trial", href: "#contact" },
|
||||||
{ text: "View Documentation", href: "#" }
|
{ text: "View Documentation", href: "#" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "noise" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
dashboard={{
|
dashboard={{
|
||||||
title: "Enterprise Analytics Hub", logoIcon: Brain,
|
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: [
|
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: [
|
sidebarItems: [
|
||||||
{ icon: BarChart3 },
|
{ icon: BarChart3 },
|
||||||
{ icon: Zap, active: true },
|
{ icon: Zap, active: true },
|
||||||
{ icon: "Settings" }
|
{ icon: Code }
|
||||||
],
|
],
|
||||||
stats: [
|
stats: [
|
||||||
{ title: "Processing Speed", values: [2400, 3500, 4800], valueSuffix: "ms", description: "Average latency reduced" },
|
{ title: "Processing Speed", values: [2400, 3500, 4800], valueSuffix: "ms", description: "Average latency reduced" },
|
||||||
|
|||||||
Reference in New Issue
Block a user