diff --git a/src/app/page.tsx b/src/app/page.tsx index a0152fc..8af3498 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,10 +70,10 @@ export default function LandingPage() { imageAlt="Design Studio" mediaAnimation="slide-up" metrics={[ + { value: "20+", title: "Years Experience" }, { value: "500+", title: "Designs Created" }, { value: "50+", title: "Industry Awards" }, - { value: "100+", title: "Global Clients" }, - { value: "20+", title: "Years Experience" } + { value: "100+", title: "Global Clients" } ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -187,4 +187,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file