From b39a6b2a081b2f4fe77eec891a6c41bb734ea9e3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 22:33:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 342a03b..ce5b81c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,7 +134,7 @@ export default function LandingPage() { { text: "Shop Collections", href: "#products" }, { text: "Learn More", href: "#about" } ]} - buttonAnimation="entrance-slide" + buttonAnimation="text-stagger" useInvertedBackground={false} /> @@ -151,8 +151,8 @@ export default function LandingPage() { useInvertedBackground={true} imageSrc={resolveAsset("about-luxury-item")?.url} imageAlt={resolveAsset("about-luxury-item")?.alt} - mediaAnimation="entrance-slide" - metricsAnimation="entrance-slide" + mediaAnimation="text-stagger" + metricsAnimation="text-stagger" /> @@ -229,7 +229,7 @@ export default function LandingPage() { ]} imageSrc={resolveAsset("faq-customer-service")?.url} imageAlt={resolveAsset("faq-customer-service")?.alt} - mediaAnimation="entrance-slide" + mediaAnimation="text-stagger" title="Frequently Asked Questions" description="Find quick answers to common inquiries about our products and services, ensuring a smooth and confident shopping experience." faqsAnimation="slide-up" @@ -251,7 +251,7 @@ export default function LandingPage() { useInvertedBackground={true} imageSrc={resolveAsset("contact-luxury-desk")?.url} imageAlt={resolveAsset("contact-luxury-desk")?.alt} - mediaAnimation="entrance-slide" + mediaAnimation="text-stagger" mediaPosition="right" buttonText="Send Message" />