diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5a28c84..e9967d4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,23 +40,16 @@ export default function LandingPage() {
@@ -77,50 +58,27 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Commitment to Industry"
metrics={[
- {
- icon: Zap,
- label: "Years Experience",
- value: "15+",
- },
- {
- icon: ShieldCheck,
- label: "Projects Completed",
- value: "500+",
- },
- {
- icon: Award,
- label: "Global Standards",
- value: "ISO Certified",
- },
+ { icon: Zap, label: "Years Experience", value: "15+" },
+ { icon: ShieldCheck, label: "Projects Completed", value: "500+" },
+ { icon: Award, label: "Global Standards", value: "ISO Certified" },
]}
metricsAnimation="slide-up"
+ className="text-left items-start"
/>