'use client'; import type { RobotSpec } from '@/data/robots'; export function ProductSpecTable({ specs }: { specs: RobotSpec[] }) { return (