diff --git a/src/app/page.tsx b/src/app/page.tsx index ffab97f..fc256f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,8 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FeatureBorderGlow from '@/components/sections/feature/FeatureBorderGlow'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; @@ -125,29 +126,54 @@ export default function LandingPage() {