Skip to content

Commit abc2454

Browse files
committed
package.json changes
1 parent 85c45c7 commit abc2454

5 files changed

Lines changed: 273 additions & 1400 deletions

File tree

frontend/app/page.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
"use client";
22

33
import { useCallback, useEffect, useState } from "react";
4-
import Image from "next/image";
54
import { Loader2 } from "lucide-react";
65
import { Badge } from "@/components/ui/badge";
76
import { Card } from "@/components/ui/card";
@@ -97,13 +96,12 @@ export default function Home() {
9796
used for medical decision-making.
9897
</div>
9998
</div>
100-
<Image
99+
<img
101100
src="/logo.png"
102101
alt="Cloud2 Labs"
103102
width={140}
104103
height={50}
105104
className="shrink-0 opacity-90 transition-opacity hover:opacity-100"
106-
priority
107105
/>
108106
</header>
109107

0 commit comments

Comments
 (0)