diff --git a/src/app/page.tsx b/src/app/page.tsx index 941e676..d54a573 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,33 @@ export default function LandingPage() {
-
@@ -429,4 +395,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}