From 38b43b40086f32c374b06a708438d8efdc16717e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:01:32 +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 aa9467b..3e4cb55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -85,7 +85,7 @@ export default function LandingPage() { mediaAnimation="slide-up" imagePosition="right" tag="Why Choose Us" - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" /> @@ -111,7 +111,7 @@ export default function LandingPage() { mediaAnimation="slide-up" imagePosition="left" tag="Our Story" - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" /> @@ -123,7 +123,7 @@ export default function LandingPage() { useInvertedBackground={false} tag="Weekly Updates" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" products={[ { id: "1", name: "Home & Living", price: "40-70% Off", imageSrc: "http://img.b2bpic.net/free-photo/close-up-zero-waste-food-containers_23-2149316620.jpg", imageAlt: "Home decor, kitchenware, bedding, and storage items" @@ -140,7 +140,7 @@ export default function LandingPage() { buttons={[ { text: "Follow for New Arrivals", href: "https://www.tiktok.com/@trendybinzoshawa" } ]} - buttonAnimation="slide-up" + buttonAnimation="blur-reveal" /> @@ -155,7 +155,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/woman-is-working-modern-workspace_344912-157.jpg", alt: "Customer 3" }, { src: "http://img.b2bpic.net/free-photo/smiling-woman-holding-bags-showing-thumb-up_1262-5695.jpg", alt: "Customer 4" } ]} - ratingAnimation="entrance-slide" + ratingAnimation="blur-reveal" avatarsAnimation="slide-up" useInvertedBackground={false} /> @@ -206,7 +206,7 @@ export default function LandingPage() { textPosition="left" useInvertedBackground={false} animationType="smooth" - faqsAnimation="entrance-slide" + faqsAnimation="blur-reveal" /> -- 2.49.1