diff --git a/client/app/page.tsx b/client/app/page.tsx index b106ab9..cfce4ae 100644 --- a/client/app/page.tsx +++ b/client/app/page.tsx @@ -1,6 +1,5 @@ "use client"; -import Image from "next/image"; import Link from "next/link"; import { Button } from "@/components/ui/button"; import { @@ -12,7 +11,6 @@ import { Shield, ArrowRight, } from "lucide-react"; -import funnyPhoto from "../bilal.png"; const features = [ { @@ -101,15 +99,6 @@ export default function LandingPage() { Sign in to Dashboard -