From 41ca7e47ebb6e313c458a2ddcc604ad7de1cfcb2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 08:48:17 +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 1fd1876..ceb0d21 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { metrics={[ { id: "1", icon: Star, title: "Customer Rating", value: "4.1/5★" }, { id: "2", icon: Users, title: "Satisfied Clients", value: "10+" }, - { id: "3", icon: CheckCircle, title: "Projects Completed", value: "15+" }, + { id: "3", icon: CheckCircle, title: "Years Active", value: "Established" }, ]} animationType="slide-up" textboxLayout="default" @@ -136,7 +136,7 @@ export default function LandingPage() {