import type { Metadata } from "next"; import { getMessages } from "@/lib/i18n/server"; export const metadata: Metadata = { title: "About — Epicure", description: "The story behind Epicure.", }; export default function AboutPage() { const m = getMessages(undefined); const t = m.marketing.about; return (
{p}
))}