diff --git a/src/app/page.tsx b/src/app/page.tsx index 362da59..9a6a47a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,9 +5,9 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import SplitAbout from '@/components/sections/about/SplitAbout'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; const navItems = [{ name: "Home", id: "/" }]; @@ -59,37 +59,38 @@ export default function HomePage() { />
-
-
-