From 1ca3632967ce038f4d6415c457dd40a6b0e135b2 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 22 Dec 2025 11:03:55 +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 e8cf313..3b4a27b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1265,4 +1265,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From 6ad5da0ea79fda899191ff4ed8ec65d9bf7e8b65 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 22 Dec 2025 11:03:56 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 47 +++++++++++++++++++---------------------------- 1 file changed, 19 insertions(+), 28 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f84ada6..b269959 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroLogoBillboardSplitImage from '@/components/sections/hero/HeroLogoBillboardSplitImage'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import FeatureCardEighteen from '@/components/sections/feature/FeatureCardEighteen'; +import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; @@ -72,36 +72,27 @@ export default function LandingPage() {
-
@@ -345,4 +336,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}