From 7ccd0884afaeaea2809d6ac3a3ef61cb71dcb1c5 Mon Sep 17 00:00:00 2001 From: lee-ji-hong Date: Thu, 9 May 2024 15:34:20 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20"=ED=99=88=ED=8E=98=EC=9D=B4=EC=A7=80?= =?UTF-8?q?=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=EB=B0=8F=20UI=20?= =?UTF-8?q?=EC=88=98=EC=A0=95"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/HomePage/index.tsx | 102 ++++++++++++++++------------------- tailwind.config.js | 2 + 2 files changed, 49 insertions(+), 55 deletions(-) diff --git a/src/pages/HomePage/index.tsx b/src/pages/HomePage/index.tsx index a1c79ce..6169a1f 100644 --- a/src/pages/HomePage/index.tsx +++ b/src/pages/HomePage/index.tsx @@ -14,40 +14,36 @@ interface ButtonProps { function HomePage() { return ( -
-
- 로고 - - README-MONSTER - -

- 당신의 프로젝트 README를 - 자동으로 만들 수 있는 가장 빠르고 쉬운 방법 +

+
+

+ README-MONSTER
+ Builder & Generator +

+

+ 사용자가 직관적인 인터페이스를 통해 README 파일을 쉽게 구성할 수 있게 도와주고, 생성형 AI를 이용해 적절한 README 구성을 추천합니다

-
-
-
); @@ -62,27 +58,23 @@ export function Button({ url, color, backgroundColor, description, hover, dark, }; return ( -
- -
- {description} -
-
+
+ {description}
); -} +} \ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index 91cf718..7b56d4a 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -15,9 +15,11 @@ module.exports = { textBlack: "#000000", darkPrimary: "#1e2937", darkSecondary: "#374152", + darkTertiary:"#222222", }, backgroundImage: { 'gradient-dark': 'linear-gradient(#1e2937, #556274) !important', // 새 그라데이션 추가 + 'gradient-test': 'linear-gradient(white, #4B88FF) !important', }, screens: { mobile: "768px",