diff --git a/components/common/NewsAppearance.tsx b/components/common/NewsAppearance.tsx index 252f9083..c05f28d8 100644 --- a/components/common/NewsAppearance.tsx +++ b/components/common/NewsAppearance.tsx @@ -96,16 +96,18 @@ const NewsAppearance = ({ sectionTitle, news }: { sectionTitle: string; news: Ne - {news.map((item) => ( - - - - ))} + {news.map((item, index) => { + return ( + + + + ); + })} ); diff --git a/public/news/0.png b/public/news/0.png new file mode 100644 index 00000000..1179a71a Binary files /dev/null and b/public/news/0.png differ diff --git a/public/news/1.png b/public/news/1.png new file mode 100644 index 00000000..74b6929f Binary files /dev/null and b/public/news/1.png differ diff --git a/public/news/2.png b/public/news/2.png new file mode 100644 index 00000000..e36821f2 Binary files /dev/null and b/public/news/2.png differ diff --git a/public/news/3.png b/public/news/3.png new file mode 100644 index 00000000..fbd95892 Binary files /dev/null and b/public/news/3.png differ diff --git a/public/news/4.png b/public/news/4.png new file mode 100644 index 00000000..66f9a8e9 Binary files /dev/null and b/public/news/4.png differ diff --git a/public/news/5.png b/public/news/5.png new file mode 100644 index 00000000..e2032143 Binary files /dev/null and b/public/news/5.png differ diff --git a/public/news/6.png b/public/news/6.png new file mode 100644 index 00000000..50c59a26 Binary files /dev/null and b/public/news/6.png differ