diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ba2d4f..196826f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { @@ -121,7 +121,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} metrics={[ - { id: "m1", value: "10+", title: "Years of Experience", description: "Expertise in Kurukshetra", icon: Award }, + { id: "m1", value: "25+", title: "Years of Experience", description: "Expertise in Kurukshetra", icon: Award }, { id: "m2", value: "1000+", title: "Happy Clients", description: "Trusted by home buyers", icon: Users }, { id: "m3", value: "5-Star", title: "Average Rating", description: "Exceptional service record", icon: Star }, ]}