diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 6469a4d..3d57902 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -2,13 +2,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
+import FeatureCardFour from '@/components/sections/feature/FeatureCardFour';
import FooterBase from '@/components/sections/footer/FooterBase';
+import HeroFull from '@/components/sections/hero/HeroFull';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
-import SplitAbout from '@/components/sections/about/SplitAbout';
-import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
-import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Briefcase, Building, Diamond, Eye, Heart, Instagram, Lightbulb, LineChart, Linkedin, Mail, Shield, Star, Twitter, Users } from "lucide-react";
+import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
+import TestimonialCardFour from '@/components/sections/testimonial/TestimonialCardFour';
+import { ArrowRight, Book, Globe, Lightbulb, Mail, MessageCircle, Quote, Sparkles, Star, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,40 +30,13 @@ export default function LandingPage() {