From eb2ba80e8696013b88c02335ab9f4fb1e867965b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 02:38:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e43e551..0c543f0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,7 +130,6 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} animationType="blur-reveal" - animationType="blur-reveal" products={[ { id: "case-abstract-vibe", @@ -201,6 +200,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={true} + animationType="background-highlight" testimonials={[ { id: "1", -- 2.49.1