'use client' import { motion } from 'framer-motion' import { Language } from '@/lib/types' import { t } from '@/lib/i18n' import { Server, ShieldCheck, Bot } from 'lucide-react' import GlassCard from '../ui/GlassCard' import GradientText from '../ui/GradientText' import FadeInView from '../ui/FadeInView' import BrandName from '../ui/BrandName' interface SolutionSlideProps { lang: Language } const icons = [Server, ShieldCheck, Bot] const colors = ['from-blue-500 to-cyan-500', 'from-indigo-500 to-purple-500', 'from-purple-500 to-pink-500'] export default function SolutionSlide({ lang }: SolutionSlideProps) { const i = t(lang) return (
{pillar.desc}