diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f1397a..6b7bc6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,25 +88,19 @@ export default function LandingPage() { leftCarouselItems={[ { imageSrc: getAssetUrl("hero-left-carousel-1"), imageAlt: getAssetAlt("hero-left-carousel-1") }, { imageSrc: getAssetUrl("hero-left-carousel-2"), imageAlt: getAssetAlt("hero-left-carousel-2") }, - { imageSrc: getAssetUrl("hero-left-carousel-3"), imageAlt: getAssetAlt("hero-left-carousel-3") }, - { imageSrc: getAssetUrl("hero-left-carousel-4"), imageAlt: getAssetAlt("hero-left-carousel-4") }, - { imageSrc: getAssetUrl("hero-left-carousel-5"), imageAlt: getAssetAlt("hero-left-carousel-5") }, - { imageSrc: getAssetUrl("hero-left-carousel-6"), imageAlt: getAssetAlt("hero-left-carousel-6") } + { imageSrc: getAssetUrl("hero-left-carousel-3"), imageAlt: getAssetAlt("hero-left-carousel-3") } ]} rightCarouselItems={[ { imageSrc: getAssetUrl("hero-right-carousel-1"), imageAlt: getAssetAlt("hero-right-carousel-1") }, { imageSrc: getAssetUrl("hero-right-carousel-2"), imageAlt: getAssetAlt("hero-right-carousel-2") }, - { imageSrc: getAssetUrl("hero-right-carousel-3"), imageAlt: getAssetAlt("hero-right-carousel-3") }, - { imageSrc: getAssetUrl("hero-right-carousel-4"), imageAlt: getAssetAlt("hero-right-carousel-4") }, - { imageSrc: getAssetUrl("hero-right-carousel-5"), imageAlt: getAssetAlt("hero-right-carousel-5") }, - { imageSrc: getAssetUrl("hero-right-carousel-6"), imageAlt: getAssetAlt("hero-right-carousel-6") } + { imageSrc: getAssetUrl("hero-right-carousel-3"), imageAlt: getAssetAlt("hero-right-carousel-3") } ]} buttons={[ { text: "지금 구매하기", href: "#products" }, { text: "특별한 선물", href: "#" } ]} - tagAnimation="hover-magnetic" - buttonAnimation="hover-magnetic" + tagAnimation="slide-up" + buttonAnimation="slide-up" /> @@ -122,8 +116,8 @@ export default function LandingPage() { useInvertedBackground={true} imageSrc={getAssetUrl("about-chocolate-making")} imageAlt={getAssetAlt("about-chocolate-making")} - mediaAnimation="hover-magnetic" - metricsAnimation="hover-magnetic" + mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -172,7 +166,7 @@ export default function LandingPage() { ]} cardTitle="달콤한 여정, 고객님들의 찬사" cardTag="진심 어린 후기" - buttonAnimation="hover-magnetic" + buttonAnimation="slide-up" cardAnimation="slide-up" useInvertedBackground={false} /> @@ -187,11 +181,11 @@ export default function LandingPage() { ]} imageSrc={getAssetUrl("faq-chocolate-questions")} imageAlt={getAssetAlt("faq-chocolate-questions")} - mediaAnimation="hover-magnetic" + mediaAnimation="slide-up" mediaPosition="right" title="자주 묻는 질문" description="달콤한 여정에 대해 궁금한 점들을 해결해 드립니다. 더 궁금한 사항은 언제든지 문의해주세요." - tagAnimation="hover-magnetic" + tagAnimation="slide-up" faqsAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} @@ -203,7 +197,7 @@ export default function LandingPage() { tag="문의하기" title="달콤한 여정과 함께하세요" description="궁금한 점이 있으시다면 언제든지 문의해 주세요. 친절하게 답변해 드리겠습니다." - tagAnimation="hover-magnetic" + tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="이메일 주소를 입력하세요"