diff --git a/public/images/award.png b/public/images/award.png new file mode 100644 index 0000000..b8ae541 Binary files /dev/null and b/public/images/award.png differ diff --git a/src/app/page.tsx b/src/app/page.tsx index e5e2b14..b211072 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -367,7 +367,7 @@ export default function App() { - + {/* */}
diff --git a/src/components/Winners.tsx b/src/components/Winners.tsx index 337e9a7..9e67740 100644 --- a/src/components/Winners.tsx +++ b/src/components/Winners.tsx @@ -1,12 +1,13 @@ +import Image from "next/image"; import InsertArrowIcon from "./icons/InsertArrowIcon"; const Winners = () => { return ( -
-
- awards +
+
+ awards
-
+