"use client"; import { Card, CardContent } from "@/components/ui/card"; import { Reveal } from "@/components/landing-page/Reveal"; import { Separator } from "@/components/ui/separator"; import Image from "next/image"; import { useTranslations } from "next-intl"; export default function AboutPage() { const t = useTranslations("AboutPage"); return (
{t("subtitle")}
{t.rich("whatIs.p1", { b: (chunks) => {chunks}, })}
{t("whatIs.p2")}
{t("vision.text")}
{t("mission.title")}