diff --git a/src/app/page.tsx b/src/app/page.tsx index bda607e..9aab829 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; -import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; +import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; import MediaAbout from "@/components/sections/about/MediaAbout"; import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; import ContactSplit from "@/components/sections/contact/ContactSplit"; @@ -62,23 +62,40 @@ export default function LandingPage() {