import type { Metadata } from 'next'; import Link from 'next/link'; import ChevronRight from 'lucide-react/dist/esm/icons/chevron-right'; import { Navbar } from '@/components/Navbar'; import { FooterAndContact } from '@/components/FooterAndContact'; import { AccessoriesShowcase } from '@/components/robotics/AccessoriesShowcase'; import { ACCESSORIES } from '@/data/accessories'; export const metadata: Metadata = { title: 'Robotics Accessories · Dexterous Hands, Arms, Sensors, IoT | YS Lootah Robotics', description: 'Browse Unitree dexterous hands, robotic arms, perception sensors, and Pudu dispatch, docking, modular attachments, and building IoT modules — available in the UAE through YS Lootah Robotics.', alternates: { canonical: '/accessories/' }, }; export default function AccessoriesIndexPage() { return ( <>
Add-ons · Accessories

{ACCESSORIES.length} accessories — dexterous hands, arms, sensors, IoT modules.

Robot platforms get their full capability from accessories. Browse Unitree dexterous hands and arms, perception sensors, and Pudu dispatch, docking, modular attachments, and building IoT modules — all available in the UAE through YS Lootah Robotics.

); }