From 5064fc8e657a1ca17f58e8af82db6cb18c714abb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:07:37 +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 48ab520..8d2c181 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,7 +157,7 @@ export default function LandingPage() { metrics={[ { icon: Users, label: "Satisfied Clients", value: "100+" }, { icon: Award, label: "5 Stars Reviews ", value: "100+ " }, - { icon: Zap, label: "Original Designs", value: "5000+" }, + { icon: Zap, label: "Original Designs", value: "500+" }, { icon: Heart, label: "Marks That Matter", value: "Every One" } ]} useInvertedBackground={false} -- 2.49.1