From 20022e15d92bde1dd22c8dc42187ff6e8a50ac90 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 11:26:40 +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 d275cd8..0c503bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/woman-holds-festive-flower-arrangement-with-bright-chrysanthemum-flowers_169016-51483.jpg" imageAlt="Elegant flower arrangement for a studio" - mediaAnimation="reveal-blur" + mediaAnimation="blur-reveal" frameStyle="card" /> @@ -79,7 +79,7 @@ export default function LandingPage() { ]} carouselMode="auto" gridVariant="four-items-2x2-equal-grid" - animationType="reveal-blur" + animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} /> @@ -95,8 +95,8 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/smiling-female-artist_23-2147781628.jpg", alt: "Event planner avatar" }, { src: "http://img.b2bpic.net/free-photo/happy-senior-woman-with-tablet-cafe_1262-3779.jpg", alt: "Wedding guest avatar" }, ]} - ratingAnimation="reveal-blur" - avatarsAnimation="reveal-blur" + ratingAnimation="blur-reveal" + avatarsAnimation="blur-reveal" useInvertedBackground={false} /> @@ -114,7 +114,7 @@ export default function LandingPage() { { id: "4", title: "How can I keep my flowers fresh longer?", content: "Change the water daily, re-cut stems at an angle every 2-3 days, and keep your arrangement away from direct sunlight, heat sources, and ripening fruit."}, ]} - faqsAnimation="reveal-blur" + faqsAnimation="blur-reveal" textboxLayout="default" useInvertedBackground={false} /> -- 2.49.1