diff --git a/src/app/page.tsx b/src/app/page.tsx index 4dc0e87..32c9041 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,16 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqBase from '@/components/sections/faq/FaqBase'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; export default function LandingPage() { return ( @@ -112,57 +112,61 @@ export default function LandingPage() {
-
-
-
); -} +} \ No newline at end of file