From 8578d95dc53331926b99e12f73a58f14a46d53fc Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 15:08:58 +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 fb234f3..1282512 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1262,4 +1262,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 29423375d72ad2be3abd25f8f717f6a58ecbca6b Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 15:08:59 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 082af85..01c88c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TeamCardThree from '@/components/sections/team/TeamCardThree'; import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven'; import ContactInline from '@/components/sections/contact/ContactInline'; import FooterBase from '@/components/sections/footer/FooterBase'; +import ButtonIconArrow from '@/components/button/ButtonIconArrow'; import { Users, Share2, Handshake, TrendingUp, Linkedin, Twitter, Instagram, Github, Mail } from "lucide-react"; export default function LandingPage() { @@ -17,7 +18,7 @@ export default function LandingPage() { @@ -234,4 +238,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1