import type { Metadata } from "next";
import { GenericPage } from "@/components/sections/content-page";
export const metadata: Metadata={title:"Infrastructure built around customer growth"};
export default function Page(){return <GenericPage eyebrow="Company" title="Infrastructure built around customer growth" description="SKPHost helps businesses deploy and operate reliable digital infrastructure with clear service, strong technology, and long-term thinking."/>}