diff --git a/src/app/page.tsx b/src/app/page.tsx index c52c67f..b1ba3d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,11 +5,11 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Twitter, Linkedin, Github } from 'lucide-react'; +import { Twitter, Linkedin, Github, Phone } from 'lucide-react'; export default function LandingPage() { return ( @@ -108,44 +108,52 @@ export default function LandingPage() {