From 0709cd02e3435aa6e510d344c30f7c7e08756ba3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 19:34:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 749a5ac..7bc0cc5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,9 +125,9 @@ export default function LandingPage() { tagIcon={Users} tagAnimation="slide-up" kpiItems={[ - { value: "500+", label: "Happy Brides" }, + { value: "50+", label: "Happy Brides" }, { value: "5.0★", label: "Average Rating" }, - { value: "10+", label: "Years of Excellence" } + { value: "4.5+", label: "Month of Excellence" } ]} testimonials={[ { @@ -233,7 +233,7 @@ export default function LandingPage() {