baza , notepp, sertificate pages connected to backend
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import { motion } from "framer-motion";
|
||||
import { ShieldCheck, BookOpen, Flame } from "lucide-react";
|
||||
import { ShieldCheck } from "lucide-react";
|
||||
import { useTranslations } from "next-intl";
|
||||
import { NormativeCard } from "./normativeCard";
|
||||
|
||||
@@ -21,27 +21,6 @@ const fadeUpView = (delay = 0) => ({
|
||||
export default function NormativBazaPage() {
|
||||
const t = useTranslations();
|
||||
|
||||
const cards = [
|
||||
{
|
||||
icon: BookOpen,
|
||||
title: t("about.normativBaza.cards.card1.title"),
|
||||
text: t("about.normativBaza.cards.card1.text"),
|
||||
number: "01",
|
||||
},
|
||||
{
|
||||
icon: Flame,
|
||||
title: t("about.normativBaza.cards.card2.title"),
|
||||
text: t("about.normativBaza.cards.card2.text"),
|
||||
number: "02",
|
||||
},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: t("about.normativBaza.cards.card3.title"),
|
||||
text: t("about.normativBaza.cards.card3.text"),
|
||||
number: "03",
|
||||
},
|
||||
];
|
||||
|
||||
return (
|
||||
<div className="bg-[#0f0e0d] text-white min-h-screen pt-10 pb-20">
|
||||
{/* ── Hero ── */}
|
||||
|
||||
Reference in New Issue
Block a user