diff --git a/src/app/page.tsx b/src/app/page.tsx index cea675d..d8e81e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,314 +4,129 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroLogo from '@/components/sections/hero/HeroLogo'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; export default function LandingPage() { return (
-
-
-
-
-
); -} +} \ No newline at end of file