From f72c22f54402695b6cf48aaf529c5e247439f078 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:03:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) 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() { />
-
-
-
-- 2.49.1