Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions client/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"use client";

import Image from "next/image";
import Link from "next/link";
import { Button } from "@/components/ui/button";
import {
Expand All @@ -12,7 +11,6 @@ import {
Shield,
ArrowRight,
} from "lucide-react";
import funnyPhoto from "../bilal.png";

const features = [
{
Expand Down Expand Up @@ -101,15 +99,6 @@ export default function LandingPage() {
<Link href="/login">Sign in to Dashboard</Link>
</Button>
</div>
<div className="mt-10 flex justify-center">
<Image
src={funnyPhoto}
alt="Funny team moment"
className="rounded-xl border"
width={260}
priority
/>
</div>
</div>
</section>

Expand Down
Binary file removed client/bilal.png
Binary file not shown.
Loading