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 +}