diff --git a/src/app/routes/public/LandingPage.tsx b/src/app/routes/public/LandingPage.tsx
index b4e219e..650dce2 100644
--- a/src/app/routes/public/LandingPage.tsx
+++ b/src/app/routes/public/LandingPage.tsx
@@ -3,9 +3,9 @@ import Button from "@/shared/components/button/Button";
import { useAuthInfo } from "@/features/auth/hooks/useAuthInfo";
import { Link } from "react-router";
import { ROUTES } from "@/shared/constants/routes";
-import firstImageUrl from "@/assets/images/landing_interests.png";
-import secondImageUrl from "@/assets/images/landing_notifications.png";
-import thirdImageUrl from "@/assets/images/landing_comments.png";
+import firstImageUrl from "@/assets/images/landing_interests.svg";
+import secondImageUrl from "@/assets/images/landing_notifications.svg";
+import thirdImageUrl from "@/assets/images/landing_comments.svg";
export default function LandingPage() {
const { user } = useAuthInfo();
@@ -13,33 +13,35 @@ export default function LandingPage() {
return (
-
- ๋ง์๋๋ก ๊ณจ๋ผ ๋ณด๋ ๋ชจ๋ ๋ด์ค
-
- ๋ชจ๋ด
+
+
+ ๋ง์๋๋ก ๊ณจ๋ผ ๋ณด๋ ๋ชจ๋ ๋ด์ค
-
+
+ ๋ชจ๋ด
+
+
diff --git a/src/assets/images/landing_comments.png b/src/assets/images/landing_comments.png
deleted file mode 100644
index 03868f7..0000000
Binary files a/src/assets/images/landing_comments.png and /dev/null differ
diff --git a/src/assets/images/landing_comments.svg b/src/assets/images/landing_comments.svg
new file mode 100644
index 0000000..4118ddc
--- /dev/null
+++ b/src/assets/images/landing_comments.svg
@@ -0,0 +1,104 @@
+
+
\ No newline at end of file
diff --git a/src/assets/images/landing_interests.png b/src/assets/images/landing_interests.png
deleted file mode 100644
index a4d5a6a..0000000
Binary files a/src/assets/images/landing_interests.png and /dev/null differ
diff --git a/src/assets/images/landing_interests.svg b/src/assets/images/landing_interests.svg
new file mode 100644
index 0000000..85ee3cc
--- /dev/null
+++ b/src/assets/images/landing_interests.svg
@@ -0,0 +1,123 @@
+
+
\ No newline at end of file
diff --git a/src/assets/images/landing_notifications.png b/src/assets/images/landing_notifications.png
deleted file mode 100644
index ffadb09..0000000
Binary files a/src/assets/images/landing_notifications.png and /dev/null differ
diff --git a/src/assets/images/landing_notifications.svg b/src/assets/images/landing_notifications.svg
new file mode 100644
index 0000000..b17ef72
--- /dev/null
+++ b/src/assets/images/landing_notifications.svg
@@ -0,0 +1,119 @@
+
+
\ No newline at end of file
diff --git a/src/assets/readme/landing.png b/src/assets/readme/landing.png
index 42ca37a..2536ee7 100644
Binary files a/src/assets/readme/landing.png and b/src/assets/readme/landing.png differ
diff --git a/src/features/articles/components/NewsCard.tsx b/src/features/articles/components/NewsCard.tsx
index eff7f85..211d745 100644
--- a/src/features/articles/components/NewsCard.tsx
+++ b/src/features/articles/components/NewsCard.tsx
@@ -32,23 +32,23 @@ export default function NewsCard({ article, onClick }: NewsCardProps) {
onClick={onClick}
>
-
{article.title}
-
{article.summary}
+
{article.title}
+
{article.summary}
-
{formattedDate}
-
|
+
{formattedDate}
+
|
- ์ฝ์
-
+ ์ฝ์
+
{article.viewCount}
-
|
+
|

-
+
{article.commentCount}
diff --git a/src/features/comments/components/CommentCard.tsx b/src/features/comments/components/CommentCard.tsx
index ba55463..9a670ad 100644
--- a/src/features/comments/components/CommentCard.tsx
+++ b/src/features/comments/components/CommentCard.tsx
@@ -75,13 +75,13 @@ export default function CommentCard({
return (
-
{userNickname}
-
ยท
-
+ {userNickname}
+ ยท
+
{formatDistanceToNow(createdAt, { addSuffix: true, locale: ko })}
{isMyComment && (
@@ -120,7 +120,7 @@ export default function CommentCard({
) : (
)}
- {likeCount}
+ {likeCount}
@@ -147,7 +147,7 @@ export default function CommentCard({
) : (
)}
diff --git a/src/features/comments/components/CommentHistoryCard.tsx b/src/features/comments/components/CommentHistoryCard.tsx
index 3caecbf..8d53a23 100644
--- a/src/features/comments/components/CommentHistoryCard.tsx
+++ b/src/features/comments/components/CommentHistoryCard.tsx
@@ -26,7 +26,7 @@ export default function CommentHistoryCard({
};
return (
-
+
{articleTitle}
@@ -45,11 +45,11 @@ export default function CommentHistoryCard({

-
{content}
+
{content}