From ae8df3a0601f0c949c5d11d9b94b5722e0cfa045 Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 16:50:15 +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 2afa173..191aa5d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1275,4 +1275,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 19c28b2f0672bdd29cc5b7dd9c0a69f82e6fbf1b Mon Sep 17 00:00:00 2001 From: development Date: Sun, 28 Dec 2025 16:50:15 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e6e954..80668ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,6 +7,7 @@ import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import TeamCardThree from '@/components/sections/team/TeamCardThree'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; +import MetricCardFive from '@/components/sections/metrics/MetricCardFive'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Linkedin } from "lucide-react"; @@ -239,6 +240,39 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1