@@ -23,7 +23,7 @@ const slides = [
2323 {
2424 id : 1 ,
2525 title : "์ฝ๊ณ ๋นจ๋ผ์" ,
26- content : "1๋ถ๋ง์ ์๋ฐํผ์ ๋ง๋ค์ด ๋ณด์ธ์!\n๋งํฌ๋ฅผ ๋ณต์ฌํ์ฌ ์ด๋์๋ ์ง ์ฌ์ฉํ์ธ์." ,
26+ content : "1๋ถ๋ง์ ์ํฌํผ์ ๋ง๋ค์ด ๋ณด์ธ์!\n๋งํฌ๋ฅผ ๋ณต์ฌํ์ฌ ์ด๋์๋ ์ง ์ฌ์ฉํ์ธ์." ,
2727 image : "/images/land/s2.svg" ,
2828 } ,
2929 {
@@ -65,7 +65,7 @@ const slides = [
6565 {
6666 id : 7 ,
6767 title : "์ฝ๊ณ ๋นจ๋ผ์" ,
68- content : "1๋ถ๋ง์ ์๋ฐํผ์ ๋ง๋ค์ด ๋ณด์ธ์!\n๋งํฌ๋ฅผ ๋ณต์ฌํ์ฌ ์ด๋์๋ ์ง ์ฌ์ฉํ์ธ์." ,
68+ content : "1๋ถ๋ง์ ์ํฌํผ์ ๋ง๋ค์ด ๋ณด์ธ์!\n๋งํฌ๋ฅผ ๋ณต์ฌํ์ฌ ์ด๋์๋ ์ง ์ฌ์ฉํ์ธ์." ,
6969 image : "/images/land/s2.png" ,
7070 } ,
7171 {
@@ -273,7 +273,7 @@ export default function LandingPage() {
273273 src = { slides [ currentSlide ] . blackAreaImage || "" }
274274 alt = { slides [ currentSlide ] . blackAreaTitle || "" }
275275 fill
276- className = "object-contain transition-transform duration-500 hover:scale-105 "
276+ className = "object-contain transition-transform duration-500"
277277 sizes = "(max-width: 768px) 100vw, 600px"
278278 />
279279 </ div >
@@ -284,7 +284,7 @@ export default function LandingPage() {
284284 { /* ํ
์คํธ ์น์
- ์ฅ์ ์์ ์ ๊ฑฐ */ }
285285 < motion . div className = "relative" >
286286 < motion . h2
287- className = "text-center font-hakgyo text-4xl font-bold tracking-tight md:text-5xl lg:text-6xl"
287+ className = "text-center font-hakgyo text-4xl font-bold tracking-tight md:text-4xl lg:text-6xl"
288288 style = { {
289289 background : "linear-gradient(to right, #71db77, #56c45d)" ,
290290 WebkitBackgroundClip : "text" ,
@@ -488,7 +488,7 @@ export default function LandingPage() {
488488 src = { slides [ currentSlide ] . image }
489489 alt = { slides [ currentSlide ] . title }
490490 fill
491- className = "object-contain transition-transform duration-500 hover:scale-105 "
491+ className = "object-contain transition-transform duration-500"
492492 sizes = "(max-width: 768px) 100vw, 600px"
493493 />
494494 </ div >
@@ -499,7 +499,7 @@ export default function LandingPage() {
499499 { /* ํ
์คํธ ์น์
*/ }
500500 < motion . div className = "relative" >
501501 < motion . h2
502- className = "text-center font-hakgyo text-4xl font-bold tracking-tight md:text-5xl lg:text-6xl"
502+ className = "text-center font-hakgyo text-4xl font-bold tracking-tight md:text-4xl lg:text-6xl"
503503 style = { {
504504 color : "#ffffff" ,
505505 letterSpacing : "-0.02em" ,
@@ -585,7 +585,7 @@ export default function LandingPage() {
585585 className = { `fixed ${
586586 isLargeScreen
587587 ? "right-12 top-1/2 -translate-y-1/2 space-y-4"
588- : "bottom-12 left-1/2 flex -translate-x-1/2 space-x -4"
588+ : "bottom-12 left-12 flex flex-col space-y -4"
589589 } `}
590590 >
591591 { slides . slice ( 1 ) . map ( ( _ , index ) => (
0 commit comments