From fbca151f7742bb01f22dc18d3ebed860d5d9920c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 02:30:56 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 56 ++++++++++++------------------------------ 1 file changed, 16 insertions(+), 40 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 352c2bc..471dcf5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,29 +8,27 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { Award } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( ); -} +} \ No newline at end of file -- 2.49.1