From abe8adf74a8d7c57422c43196d731bcd752bcea0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 1 Jun 2026 13:24:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f7a898c..a777d06 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -182,6 +182,7 @@ export default function LandingPage() { id: "full-service", value: "Full Service", description: "Content, videos, and websites under one roof"}, ]} metricsAnimation="slide-up" + valueClassName="text-3xl" /> @@ -287,4 +288,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}