From 6efaff36036f54ed5ab83f40c7150d8c8abbac16 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Fri, 26 Dec 2025 13:30:27 +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 b7824d3..ddb72d1 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 +} -- 2.49.1 From 8d2c14819b60b053599f9edc28c811f93dc98fd2 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Fri, 26 Dec 2025 13:30:28 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 75 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 74 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 35c39d5..e398daf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import FeatureCardTwenty from '@/components/sections/feature/FeatureCardTwenty'; import ProductCardSix from '@/components/sections/product/ProductCardSix'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; import FaqBase from '@/components/sections/faq/FaqBase'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseSocial from '@/components/sections/footer/FooterBaseSocial'; @@ -269,6 +270,78 @@ export default function Page() { /> +
+ +
+
); -} \ No newline at end of file +} -- 2.49.1