diff --git a/src/app/careers/page.tsx b/src/app/careers/page.tsx
index 560f46a..208a407 100644
--- a/src/app/careers/page.tsx
+++ b/src/app/careers/page.tsx
@@ -2,13 +2,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FaqBase from '@/components/sections/faq/FaqBase';
-import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
-import FooterBase from '@/components/sections/footer/FooterBase';
+import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import TeamCardSix from '@/components/sections/team/TeamCardSix';
+import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
+import { Facebook, Instagram, Twitter, ChevronRight } from "lucide-react";
-export default function LandingPage() {
+export default function CareersPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 380a1d2..6facd13 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import FooterCard from '@/components/sections/footer/FooterCard';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import { Facebook, Instagram, Twitter } from "lucide-react";
+import { Facebook, Instagram, Twitter, MessageCircle } from "lucide-react";
export default function LandingPage() {
return (
@@ -26,25 +26,15 @@ export default function LandingPage() {
@@ -53,23 +43,16 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index d3a90dc..0ebb442 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -2,12 +2,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterCard from '@/components/sections/footer/FooterCard';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
-import { Facebook, Globe, Instagram, ShieldCheck, Truck, Twitter } from "lucide-react";
+import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
+import { Facebook, Instagram, Twitter } from "lucide-react";
-export default function LandingPage() {
+export default function ServicesPage() {
return (
-
-
-
+
+
+
-
-
-
+
+
+
-
+
);
-}
+}
\ No newline at end of file
diff --git a/src/app/why-choose-us/page.tsx b/src/app/why-choose-us/page.tsx
new file mode 100644
index 0000000..6164561
--- /dev/null
+++ b/src/app/why-choose-us/page.tsx
@@ -0,0 +1,67 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import FooterCard from '@/components/sections/footer/FooterCard';
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import SplitAbout from '@/components/sections/about/SplitAbout';
+import { Facebook, Instagram, Twitter, ShieldCheck, Clock, Award } from "lucide-react";
+
+export default function WhyChooseUsPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file