{t.texto}{t.fotos.length > 0 && (
{t.fotos.map((url, idx) => (
// eslint-disable-next-line @next/next/no-img-element
))}
)}
'use client'; import { useEffect, useRef } from 'react'; import type { PublicTestimonio } from '@/lib/funnel/public-queries'; function iniciales(nombre: string): string { return nombre .split(/\s+/) .slice(0, 2) .map((p) => p[0]?.toUpperCase() ?? '') .join(''); } function Estrellas({ rating }: { rating: number }) { return (
{t.texto}{t.fotos.length > 0 && (