From 6e659e22484a12b46a1c42eeebf0d57907711050 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 12:12:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69eed1a..58cc337 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,8 +105,8 @@ export default function LandingPage() { { text: "지금 구매하기", href: "#products" }, { text: "특별한 선물", href: "#" } ]} - tagAnimation="entrance-slide" - buttonAnimation="entrance-slide" + tagAnimation="directional-hover" + buttonAnimation="directional-hover" /> @@ -122,8 +122,8 @@ export default function LandingPage() { useInvertedBackground={true} imageSrc={getAssetUrl("about-chocolate-making")} imageAlt={getAssetAlt("about-chocolate-making")} - mediaAnimation="entrance-slide" - metricsAnimation="entrance-slide" + mediaAnimation="directional-hover" + metricsAnimation="directional-hover" /> @@ -136,7 +136,7 @@ export default function LandingPage() { ]} animationType="slide-up" title="달콤한 여정의 특별함" - description="최고급 재료와 혁신적인 레시피로 당신의 오감을 만족시킬 초콜릿을 만듭니다." + description="최고급 재료와 혁신적인 레시피로 당신의 오감을 만족시킬 초콜릿을 만듭사." textboxLayout="default" useInvertedBackground={false} /> @@ -172,7 +172,7 @@ export default function LandingPage() { ]} cardTitle="달콤한 여정, 고객님들의 찬사" cardTag="진심 어린 후기" - buttonAnimation="entrance-slide" + buttonAnimation="directional-hover" cardAnimation="slide-up" useInvertedBackground={false} /> @@ -187,11 +187,11 @@ export default function LandingPage() { ]} imageSrc={getAssetUrl("faq-chocolate-questions")} imageAlt={getAssetAlt("faq-chocolate-questions")} - mediaAnimation="entrance-slide" + mediaAnimation="directional-hover" mediaPosition="right" title="자주 묻는 질문" description="달콤한 여정에 대해 궁금한 점들을 해결해 드립니다. 더 궁금한 사항은 언제든지 문의해주세요." - tagAnimation="entrance-slide" + tagAnimation="directional-hover" faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} @@ -203,7 +203,7 @@ export default function LandingPage() { tag="문의하기" title="달콤한 여정과 함께하세요" description="궁금한 점이 있으시다면 언제든지 문의해 주세요. 친절하게 답변해 드리겠습니다." - tagAnimation="entrance-slide" + tagAnimation="directional-hover" background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="이메일 주소를 입력하세요" -- 2.49.1