diff --git a/app/[locale]/about/baza/page.tsx b/app/[locale]/about/baza/page.tsx index 30aea75..b27f0b7 100644 --- a/app/[locale]/about/baza/page.tsx +++ b/app/[locale]/about/baza/page.tsx @@ -4,7 +4,6 @@ import { Statistics } from "@/components/pages/home"; export default function Baza() { return (
-
- {/* Layered gradient overlay — dark at bottom, semi at top */}
-
-
- {/* Subtle grain texture overlay */}
-
-
+ - {card.text} -
-{t("about.normativBaza.bottomText")} diff --git a/components/pages/about/aboutDetail/normativeCard.tsx b/components/pages/about/aboutDetail/normativeCard.tsx new file mode 100644 index 0000000..9409b62 --- /dev/null +++ b/components/pages/about/aboutDetail/normativeCard.tsx @@ -0,0 +1,65 @@ +"use client"; + +import { motion } from "framer-motion"; +import { useTranslations } from "next-intl"; +import { Award } from "lucide-react"; +import { normativeData } from "@/lib/demoData"; + +export function NormativeCard() { + const t = useTranslations(); + + return ( +
+ {t(doc)} +
+