import type { Metadata } from "next";
import { ContentHero } from "@/components/sections/content-page";
import { ContactForm } from "@/components/sections/contact-form";
export const metadata: Metadata={title:"Contact SKPHost"};
export default function Page(){return <><ContentHero eyebrow="Contact" title="Talk to a hosting specialist" description="Tell us what you are building, migrating, or improving. Our team will help identify the right infrastructure path."/><section className="pb-24"><div className="section-shell"><ContactForm/></div></section></>}
