import type { Metadata } from "next";
import { GenericPage } from "@/components/sections/content-page";
export const metadata: Metadata={title:"Hosting insights for modern teams"};
export default function Page(){return <GenericPage eyebrow="Resources" title="Hosting insights for modern teams" description="Practical guidance covering infrastructure, website performance, security, operations, and business growth."/>}