From 3d4ec1a7c4a27219e83c894ced1fb2ec06ada485 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 23:15:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e8c596..3b3dcee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,7 +104,6 @@ export default function LandingPage() { { id: "response", icon: Zap, title: "Avg Response Time", value: "30 mins" }, { id: "rating", icon: Star, title: "Customer Rating", value: "4.9/5" } ]} - gridVariant="four-items-2x2-equal-grid" animationType="scale-rotate" textboxLayout="default" useInvertedBackground={false} -- 2.49.1