diff --git a/src/app/page.tsx b/src/app/page.tsx index fc72f93..489bac4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,8 +2,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -11,7 +11,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import TextAbout from '@/components/sections/about/TextAbout'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import { Building2, Star } from "lucide-react"; export default function LandingPage() { @@ -75,10 +75,13 @@ export default function LandingPage() {