diff --git a/src/app/page.tsx b/src/app/page.tsx index bb761b2..cf6c585 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,10 +3,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import AboutMetric from '@/components/sections/about/AboutMetric'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; +import ContactText from '@/components/sections/contact/ContactText'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterBase from '@/components/sections/footer/FooterBase'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; @@ -166,23 +166,20 @@ export default function LandingPage() {