From 00427c2157a21c25ccddeba0d6c36b40b41de33b Mon Sep 17 00:00:00 2001 From: mulika-local Date: Thu, 25 Dec 2025 16:11:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 66 ++++++++++++------------------------------------ 1 file changed, 16 insertions(+), 50 deletions(-) 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 +}