From 6bd9b4d09e76e5f40c9b517689ba50b8d64c2d65 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:28:16 +0000 Subject: [PATCH 1/2] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 300 ++----------------------------------- 1 file changed, 12 insertions(+), 288 deletions(-) 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} /> -
- -
- -
- -
- -
- -
- -
- -
- -