From 6bd4b0d27e66195ffdb8a4af824d8fcd8827abe4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:33:19 +0000 Subject: [PATCH 1/5] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e05f6cc..878a9c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function HomePage() { Date: Tue, 3 Mar 2026 11:33:20 +0000 Subject: [PATCH 2/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 44 ++++++++---------------------------------- 1 file changed, 8 insertions(+), 36 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 32261f2..47dfc38 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,10 +3,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import Link from "next/link"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { CheckCircle, Twitter, Linkedin, Youtube } from "lucide-react"; +import { CheckCircle } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -73,33 +72,6 @@ export default function AboutPage() { /> -
- -
-
@@ -116,7 +115,7 @@ export default function ArticlesPage() { @@ -228,7 +228,7 @@ export default function HomePage() {