'use client'; import Image from 'next/image'; import Link from 'next/link'; import { PremiumButton } from '@/components/ui/PremiumButton'; export function ExclusiveAccessSection() { return (
{/* Left copy */}
UAE Robotics Access

The UAE's dedicated destination for Unitree and Pudu Robotics.

Selected solutions delivered to UAE businesses, venues, and innovators from inquiry to live deployment, fully supported in Dubai.

    {[ 'UAE sales territory.', 'Local Dubai sales, demo, and deployment team.', 'Humanoid, quadruped, service, delivery, cleaning robots.', 'End-to-end procurement, training, and ongoing support.', ].map((b) => (
  • {b}
  • ))}
Explore robots Request UAE quotation
{/* Right premium showroom grid */}
); } function BrandShowcaseTile({ href, brand, tag, accent, primary, secondary, }: { href: string; brand: string; tag: string; accent: string; primary: { src: string; alt: string }; secondary: { src: string; alt: string }; }) { return ( {/* product visual area */}
{/* secondary robot back-left */}
{secondary.alt}
{/* primary robot front-right, slightly larger */}
{primary.alt}
UAE
{tag} {brand}
); } function TerritoryTile() { return (
{/* abstract UAE "territory" graphic ring map style */} DXB
Sales Territory UAE
UAE sales rights · Unitree & Pudu solutions.
); } function ShowroomTile() { return (
{/* perspective floor */} {[0, 1, 2, 3, 4].map((i) => ( ))} {[0, 1, 2, 3, 4, 5, 6].map((i) => ( ))}
Showroom & Demo Dubai
Live demos · City Bay Business Center.
); }