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 ( -