diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 195dbac..03170fd 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -1,13 +1,8 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import FeatureBento from '@/components/sections/feature/FeatureBento'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import Link from "next/link"; -import { Zap, Mail, Lock, Upload, FileText, Share2, Clock, Settings, HelpCircle, User, CheckCircle, Shield } from 'lucide-react'; export default function DashboardPage() { return ( @@ -28,296 +23,25 @@ export default function DashboardPage() { brandName="RetinoCare AI" navItems={[ { name: "Dashboard", id: "dashboard" }, - { name: "Analysis", id: "analysis" }, + { name: "Analysis", id: "/analysis" }, { name: "Reports", id: "reports" }, - { name: "About", id: "about" }, + { name: "About", id: "/about" }, ]} button={{ - text: "Login", - href: "#login", + text: "Login", href: "#login" }} animateOnLoad={true} /> -
- -
- -
- -
- -
- -
- -
- -
- -