From e2f58ee99e2e2773d901ca5eabaaa4e6c960830b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 18:17:26 +0000 Subject: [PATCH] Switch to version 1: remove src/pages/AboutPage.tsx --- src/pages/AboutPage.tsx | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 src/pages/AboutPage.tsx diff --git a/src/pages/AboutPage.tsx b/src/pages/AboutPage.tsx deleted file mode 100644 index 5f7f9ec..0000000 --- a/src/pages/AboutPage.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; -import AboutTextSplit from "@/components/sections/about/AboutTextSplit"; -import AboutFeaturesSplit from "@/components/sections/about/AboutFeaturesSplit"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; - -export default function AboutPage() { - return ( -
- - - - -
- ); -}