diff --git a/src/app/page.tsx b/src/app/page.tsx index 799a9d8..01e27b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import TextAbout from '@/components/sections/about/TextAbout'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; export default function LandingPage() { return ( @@ -41,7 +41,7 @@ export default function LandingPage() {
-
-
-
-
-
-