style: slicing home page, adjust for mobile view

slicing home page, adjust for mobile view
This commit is contained in:
fredy.siswanto
2025-02-20 01:37:35 +07:00
parent fe441ad5ac
commit f17627bdf2
13 changed files with 412 additions and 128 deletions
+1
View File
@@ -6,5 +6,6 @@ export type TNews = {
title: string
content: string
image: string
tag?: Array<string>
}[]
}