import { PageRootSection } from "@/components/page-root-section"; export default function NotFound() { return (

Could not find requested resource

); }