diff --git a/src/app/page.tsx b/src/app/page.tsx index 854a7e6..c9a5dd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { @@ -31,26 +31,11 @@ export default function LandingPage() {
-
-