From afce6646641dcd1e17dbd73d690a5647248aa52c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 21:20:24 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 140 +++++++---------------------------------- 1 file changed, 21 insertions(+), 119 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a279888..844fe74 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,127 +1,29 @@ "use client"; - import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import { Users } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( - - - - -
- -
- -
- -
- - -
+ logoText="Masi Digital" + columns={[{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "Contact", href: "/contact" }] }]} + />
); -} +} \ No newline at end of file