From fce14dc1fb7225012c4cd6e39b009bd3d94f45c4 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:39:11 +0000 Subject: [PATCH] Deploy --- src/components/sections/StatsSection.tsx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/components/sections/StatsSection.tsx diff --git a/src/components/sections/StatsSection.tsx b/src/components/sections/StatsSection.tsx new file mode 100644 index 0000000..ed57d18 --- /dev/null +++ b/src/components/sections/StatsSection.tsx @@ -0,0 +1,22 @@ +export default function StatsSection() { + return ( +
+
+
+
+
10+
+
Years of Experience
+
+
+
500+
+
Jobs Completed
+
+
+
100%
+
Insured & Guaranteed
+
+
+
+
+ ) +} \ No newline at end of file