From 1b8e0d80bbfc7afc1a487951467f3843bef7d501 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Thu, 25 Dec 2025 16:05:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 57 +++++++++++------------------------------------- 1 file changed, 13 insertions(+), 44 deletions(-) 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() {
-