Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-08 19:42:18 +00:00

View File

@@ -39,9 +39,9 @@ export default function AboutPage() {
<AboutMetric
title="About Our Agency"
metrics={[
{ id: "1", icon: Award, label: "Industry Experience", value: "8+ Years" },
{ id: "2", icon: Users, label: "Happy Clients", value: "100+" },
{ id: "3", icon: Zap, label: "Projects Completed", value: "250+" },
{ icon: Award, label: "Industry Experience", value: "8+ Years" },
{ icon: Users, label: "Happy Clients", value: "100+" },
{ icon: Zap, label: "Projects Completed", value: "250+" },
]}
metricsAnimation="slide-up"
useInvertedBackground={false}