diff --git a/src/app/page.tsx b/src/app/page.tsx index 155cf18..c8ae628 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Globe, PlayCircle, RefreshCw, Shield, Zap, CircleDot } from "lucide-react"; export default function LandingPage() { @@ -30,14 +30,10 @@ export default function LandingPage() {
-
-
-
); -} +} \ No newline at end of file