diff --git a/src/app/page.tsx b/src/app/page.tsx index c0ddbe6..a3d234e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import AboutMetric from '@/components/sections/about/AboutMetric'; -import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; @@ -81,13 +81,17 @@ export default function LandingPage() {
-