diff --git a/src/app/page.tsx b/src/app/page.tsx index ba7813e..c4504aa 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 ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import ContactText from '@/components/sections/contact/ContactText'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextAbout from '@/components/sections/about/TextAbout'; import { BarChart2, Database, Zap } from "lucide-react"; @@ -32,16 +32,11 @@ export default function LandingPage() {