"use client" import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { BarChart3, Grid, LayoutDashboard, LineChart, TrendingUp, Settings, DollarSign, AlertCircle, CheckCircle, Clock } from "lucide-react"; export default function DashboardPage() { return (
); }