diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7464147..fb80d9f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -7,7 +7,7 @@ import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleC
import FeatureBento from "@/components/sections/feature/FeatureBento";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
-import ContactCTA from "@/components/sections/contact/ContactCTA";
+import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBase from "@/components/sections/footer/FooterBase";
import ProductCardThree from "@/components/sections/product/ProductCardThree";
import { Sparkles, ShoppingBag, Award, Users, Star, Sparkle, Zap } from "lucide-react";
@@ -112,12 +112,11 @@ export default function BeautyDjelfaPage() {
avatarsAnimation="none"
useInvertedBackground={false}
/>
-