diff --git a/apps/landing/devup.json b/apps/landing/devup.json index e83e008..b100ac5 100644 --- a/apps/landing/devup.json +++ b/apps/landing/devup.json @@ -119,13 +119,26 @@ } }, "typography": { - "displaySm": { - "fontFamily": "Pretendard", - "fontWeight": 700, - "fontSize": "48px", - "lineHeight": 1.3, - "letterSpacing": "-0.02em" - }, + "displaySm": [ + { + "fontFamily": "Pretendard", + "fontWeight": 700, + "fontSize": "32px", + "lineHeight": 1.3, + "letterSpacing": "-0.02em" + }, + null, + null, + { + "fontFamily": "Pretendard", + "fontWeight": 700, + "fontSize": "48px", + "lineHeight": 1.3, + "letterSpacing": "-0.02em" + }, + null, + null + ], "h1": [ { "fontFamily": "Pretendard", @@ -479,14 +492,7 @@ }, null, null - ], - "dispalySm": { - "fontFamily": "Pretendard", - "fontWeight": 700, - "fontSize": "32px", - "lineHeight": 1.3, - "letterSpacing": "-0.02em" - } + ] } } } \ No newline at end of file diff --git a/apps/landing/src/app/page.tsx b/apps/landing/src/app/page.tsx index 66a2da1..b61eaf4 100644 --- a/apps/landing/src/app/page.tsx +++ b/apps/landing/src/app/page.tsx @@ -51,16 +51,28 @@ export default function HomePage() {
- - - + + + Lorem ipsum dolor sit amet,
consectetur adipiscing elit.
@@ -72,15 +84,19 @@ export default function HomePage() { Etiam auctor cursus urna sit amet elementum.
+
-