From b5404657cf10c1f7e6b3f63a9faf6d0d15b1b8e0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 13:09:36 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 240 ++++++++++++++--------------------------- 1 file changed, 82 insertions(+), 158 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 58c21fa..d7fd494 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,14 +2,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FooterBase from '@/components/sections/footer/FooterBase'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -export default function LandingPage() { +export default function AboutPage() { return ( -
- -
- -
- +
-
- -
- -
- + +
+ +
+
-- 2.49.1