From 5211413feccd7b82a925feabe381fc8cfd3d5341 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 17:36:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 441b6ab..828ce58 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,8 +109,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - negativeCard={{ title: "", description: "" }} - positiveCard={{ title: "", description: "" }} + features={[]} /> -- 2.49.1