diff --git a/src/app/page.tsx b/src/app/page.tsx
index 088184e..1d67a01 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,16 +2,18 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
-import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
-import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TextAbout from '@/components/sections/about/TextAbout';
-import { Star } from "lucide-react";
+import ContactCenter from '@/components/sections/contact/ContactCenter';
+import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
+import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
+import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
+import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
+import { MapPin, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,46 +34,35 @@ export default function LandingPage() {