From 35974ef69765725ffbb270a1e4981df7e8a9daa1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 05:12:10 +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 c6364de..fc04af3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1299,4 +1299,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From 29ada469f10499e7dabf4cd1fb23a01a843c9bd4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 05:12:11 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 686e156..78de733 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -6,12 +6,12 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import ProductCardFour from '@/components/sections/product/ProductCardFour'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo'; +import TeamCardOne from '@/components/sections/team/TeamCardOne'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; -import { Sparkles, Home, Shield, Award, Star, Mail, TrendingUp, DollarSign, FileCheck, Building2, Users } from "lucide-react"; +import { Sparkles, Home, Shield, Award, Star, Mail, TrendingUp, DollarSign, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -152,26 +152,23 @@ export default function LandingPage() {
- @@ -294,4 +291,4 @@ export default function LandingPage() {
); -} \ No newline at end of file +} -- 2.49.1