From dff4d2a529573677f0f74db0ff6d2a03def1db45 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 07:46:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b8fadab..ef55775 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { buttonAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} - animationType="depth-3d" + animationType="blur-reveal" gridVariant="bento-grid" products={[ { @@ -97,7 +97,7 @@ export default function LandingPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - animationType="depth-3d" + animationType="blur-reveal" features={[ { id: "precision", title: "Precision Craftsmanship", tags: ["Accuracy", "Quality Control", "ISO Certified"], -- 2.49.1