diff --git a/src/app/page.tsx b/src/app/page.tsx index 4352725..9595b0a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,13 +4,13 @@ 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 FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; +import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { @@ -59,13 +59,14 @@ export default function LandingPage() {