diff --git a/src/app/page.tsx b/src/app/page.tsx index 76d5eb3..8c6b035 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import BlogCardOne from '@/components/sections/blog/BlogCardOne'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; export default function LandingPage() { return ( @@ -41,131 +41,105 @@ export default function LandingPage() {