diff --git a/src/app/page.tsx b/src/app/page.tsx index a9f51a6..941e676 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 FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import FaqBase from '@/components/sections/faq/FaqBase'; @@ -115,36 +115,68 @@ export default function LandingPage() {
-
@@ -397,4 +429,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file