diff --git a/src/app/page.tsx b/src/app/page.tsx index 27ee388..a9f51a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal"; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import AboutMetric from '@/components/sections/about/AboutMetric'; import FeatureCardEleven from '@/components/sections/feature/FeatureCardEleven'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import FaqBase from '@/components/sections/faq/FaqBase'; @@ -115,67 +115,36 @@ export default function LandingPage() {