diff --git a/app/page.tsx b/app/page.tsx index 4441a28..c715f03 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,5 +1,6 @@ import type { Metadata } from "next"; import Link from "next/link"; +import Image from "next/image"; import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/Card"; export const metadata: Metadata = { @@ -41,7 +42,7 @@ export default function HomePage() { center.
- + {/* Prizes Section */}