From 82ca66ddba698901fe5d471d0ba6115b7f3ee667 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 31 May 2026 05:45:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index eefbca3..d59169d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,6 +124,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="bento-grid" useInvertedBackground={false} + animationType="blur-reveal" products={[ { id: "fashion-store", name: "Trendsetter Fashion", price: "Luxury & Style", imageSrc: "http://img.b2bpic.net/free-photo/empty-chic-boutique-filled-with-new-collection-designer-clothes-racks_482257-118548.jpg", imageAlt: "Stylish fashion storefront"}, @@ -206,6 +207,7 @@ export default function LandingPage() {