From 6c760b86ce8b984ab895aaa3bcdfd3cf225c837a Mon Sep 17 00:00:00 2001 From: mulika-local Date: Thu, 25 Dec 2025 16:07:19 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d53cfe8..7a71cba 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1272,4 +1272,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file From ef76996dd6014b07146ceb36443c708ae3f67acf Mon Sep 17 00:00:00 2001 From: mulika-local Date: Thu, 25 Dec 2025 16:07:19 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 66 +++++++++++++++++++++++++++++++++++------------- 1 file changed, 49 insertions(+), 17 deletions(-) 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