import Title from "@/components/TempDesignSystem/Text/Title" import { getIntl } from "@/i18n" import styles from "./howItWorks.module.css" export default async function HowItWorks() { const { formatMessage } = await getIntl() return (
{formatMessage({ id: "How it works" })}
) }