diff --git a/src/app/page.tsx b/src/app/page.tsx index 797f17c..e3e9a67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import HeroBillboardSplit from '@/components/sections/hero/HeroBillboardSplit'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import ContactCenterForm from '@/components/sections/contact/ContactCenterForm'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterSocial from '@/components/sections/footer/FooterSocial'; import FeatureCardEighteen from '@/components/sections/feature/FeatureCardEighteen'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; @@ -14,7 +14,6 @@ import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import BlogCardEleven from '@/components/sections/blog/BlogCardEleven'; -import ContactText from '@/components/sections/contact/ContactText'; import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow'; import { Heart, Star, Quote, Instagram, Facebook, MapPin, Phone, Clock, CheckCircle2, Check, Sparkles } from "lucide-react"; @@ -343,15 +342,6 @@ export default function LandingPage() { /> -
- -
-
-