From 327d57bc9b482a7d14777ece1147ac55b34ed582 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:25:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 28f575d..51f6e85 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,7 +132,7 @@ export default function HomePage() { id: "2", value: "98", title: "Satisfaction", description: "Client satisfaction rate with our work and support", icon: ThumbsUp, }, { - id: "3", value: "5", title: "Years", description: "Experience in web design and digital solutions", icon: Calendar, + id: "3", value: "6 ", title: "Years", description: "Experience in web design and digital solutions", icon: Calendar, }, { id: "4", value: "24", title: "Support", description: "Hours of customer support availability", icon: Clock, -- 2.49.1