Update src/app/page.tsx

This commit is contained in:
2026-02-09 14:07:16 +00:00
parent c4fca0685c
commit fb2b9fd853

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -18,7 +18,7 @@ export default function DashboardPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="mediumLarge" contentWidth="mediumLarge"
sizing="mediumLarge" sizing="mediumLarge"
background="aurora" background="sparkles-gradient"
cardStyle="gradient-bordered" cardStyle="gradient-bordered"
primaryButtonStyle="shadow" primaryButtonStyle="shadow"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
@@ -45,7 +45,7 @@ export default function DashboardPage() {
description="Monitor key metrics in real-time with an intuitive dashboard interface. Track performance, analyze trends, and make data-driven decisions with interactive charts and comprehensive statistics." description="Monitor key metrics in real-time with an intuitive dashboard interface. Track performance, analyze trends, and make data-driven decisions with interactive charts and comprehensive statistics."
tag="Analytics Dashboard" tag="Analytics Dashboard"
tagIcon={Zap} tagIcon={Zap}
background={{ variant: "aurora" }} background={{ variant: "sparkles-gradient" }}
mediaItems={[ mediaItems={[
{ {
imageSrc: "https://img.b2bpic.net/free-vector/dashboard-user-panel-template_52683-29391.jpg", imageAlt: "Dashboard analytics interface" imageSrc: "https://img.b2bpic.net/free-vector/dashboard-user-panel-template_52683-29391.jpg", imageAlt: "Dashboard analytics interface"