diff --git a/src/components/sections/AboutSection.astro b/src/components/sections/AboutSection.astro
index d1232ca..1941fd0 100644
--- a/src/components/sections/AboutSection.astro
+++ b/src/components/sections/AboutSection.astro
@@ -59,18 +59,18 @@ const features = [
-
-
10+
-
Years Experience
-
-
-
100%
-
Client Satisfaction
-
-
+ {
+ siteConfig.whyUs.stats.map((stat) => (
+
+
+ {stat.value}
+
+
+ {stat.label}
+
+
+ ))
+ }
diff --git a/src/config/site.ts b/src/config/site.ts
index e897ac0..e9a776c 100644
--- a/src/config/site.ts
+++ b/src/config/site.ts
@@ -107,6 +107,11 @@ export const siteConfig = {
variant: "accent",
},
] as Card[],
+ stats: [
+ { value: "10+", label: "Years Experience" },
+ { value: "100%", label: "Client Satisfaction" },
+ { value: "12hr", label: "Response Time" },
+ ],
},
contact: {