import { FooterView } from "@/components/layout/Footer"; import { Navigation } from "@/components/layout/Navigation"; export function SubPageLayout(props: { children: React.ReactNode }) { return (