diff --git a/src/app/page.tsx b/src/app/page.tsx index 66cbebf..198dd91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; export default function LandingPage() { return ( @@ -148,6 +149,25 @@ export default function LandingPage() { /> +
+ +
+