import { useTranslations } from "next-intl"; import { Guides } from "@/pages/about/aboutDetail/guides"; export default function NotePPPage() { const t = useTranslations(); return (

{t("about.notePPPage.title")}

); }