From ff9bfe383f54eab23ef2829c723885ea32ee0221 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 22:28:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f47768d..71219f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,7 +93,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="largeSmallSizeMediumTitles" - background="noiseDiagonalGradient" + background="plain" cardStyle="layered-gradient" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -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" />