From 75ef04c02f5673f3e4b2c9a453273536e86929c3 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 29 Dec 2025 16:16:01 +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 371750d..4c7ad5c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1264,4 +1264,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From ff49f41100c493596ab93de37276ed440d76de8b Mon Sep 17 00:00:00 2001 From: development Date: Mon, 29 Dec 2025 16:16:02 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d34acf8..5284175 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,8 @@ import MetricCardFive from '@/components/sections/metrics/MetricCardFive'; import TestimonialCardNine from '@/components/sections/testimonial/TestimonialCardNine'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial'; -import { TrendingUp, Users, Award, Target, Rocket, Linkedin, Twitter, Facebook, Instagram } from "lucide-react"; +import MetricCardSix from '@/components/sections/metrics/MetricCardSix'; +import { TrendingUp, Users, Award, Target, Rocket, Linkedin, Twitter, Facebook, Instagram, ArrowUp, Code, Zap, Layers, Globe, Lightbulb } from "lucide-react"; export default function MarketingPage() { return ( @@ -106,6 +107,33 @@ export default function MarketingPage() { /> +
+ +
+
); -} \ No newline at end of file +}