import type { Metadata } from 'next'; import { Navbar } from '@/components/Navbar'; import { FooterAndContact } from '@/components/FooterAndContact'; import { CatalogClient } from './CatalogClient'; import { RoboticsSplineShowcase } from '@/components/sections/robotics-spline-showcase'; import { ROBOTS } from '@/data/robots'; export const metadata: Metadata = { title: 'Robots Catalog YS Lootah Robotics Dubai', description: 'Explore selected humanoid, quadruped, service, delivery, hospitality, and cleaning robots from Unitree and Pudu available in the UAE through YS Lootah Robotics.', }; export default function RobotsPage() { return ( <>
Catalog ยท Filter & Browse

{ROBOTS.length}+ models across the UAE portfolio.

Filter by brand or category, then request a UAE quotation or book a live demo at our Dubai showroom.

); }