From faac96448565700fb4f04c4da264a5baf78ecb70 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 03:10:20 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 125 +++++++++++++++++++++++++++++++++-------- 1 file changed, 102 insertions(+), 23 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d0caba4..5ad0a41 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,13 +1,14 @@ "use client"; -import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import TeamCardTen from "@/components/sections/team/TeamCardTen"; +import MediaAbout from "@/components/sections/about/MediaAbout"; import TextAbout from "@/components/sections/about/TextAbout"; +import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; +import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Shield, Zap } from "lucide-react"; +import { Shield, Target, Award, Star, Zap, MapPin } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -66,51 +67,129 @@ export default function AboutPage() { /> -
- +
+
+ +
+
-
+
+ +
+ +
+
+ +
+