diff --git a/src/app/page.tsx b/src/app/page.tsx
index 72fd79c..9f74692 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
-import { Clock, Smile, Wrench } from "lucide-react";
+import { Zap, Square, Shield, Home, Wrench, Clock, Smile } from "lucide-react";
export default function LandingPage() {
return (
@@ -26,253 +26,82 @@ export default function LandingPage() {
headingFontWeight="semibold"
>
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
+
);
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 07770e5..4f1851f 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -6,9 +6,9 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
-import { Calendar, CheckCircle, Shield } from "lucide-react";
+import { Droplets, ArrowDown, Hammer, AlertCircle, Calendar, CheckCircle, Shield } from "lucide-react";
-export default function LandingPage() {
+export default function ServicesPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);