From d927dfc65b6c1811443dba2f7efafc92052c8957 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 12:50:20 +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 e2e05b7..5ab5c53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { { value: "98%", label: "Client Satisfaction" }, { value: "3x", label: "Avg Revenue Increase" }, { value: "14 days", label: "Avg Time to Results" }, - ]; + ] as const; const socialProofLogos = [ { @@ -228,7 +228,7 @@ export default function LandingPage() {