import { useI18n } from '../../lib/i18n'; import { useScrollReveal } from '../../hooks/useScrollReveal'; const testimonials = [1, 2, 3] as const; export default function TestimonialsSection() { const { t } = useI18n(); const { ref, isVisible } = useScrollReveal(); const colors = ['#f59e0b', '#6366f1', '#30a46c']; return (
"{t(`testimonials.${num}.quote`)}"
{/* Author */}