'use client'; import Image from 'next/image'; import Link from 'next/link'; import { BU_SUNAIDAH_URL, BU_SUNAIDAH_PORTRAIT } from '@/data/bu-sunaidah'; import { InstagramGlyph } from '@/components/icons/InstagramGlyph'; export function BuSunaidahSection() { return (
Brand · Culture · Storytelling

Meet Bu Sunaidah.

An Emirati culture-inspired robotics character Bu Sunaidah is YS Lootah Robotics' community and storytelling ambassador. Designed to celebrate UAE heritage at media events, exhibitions, and innovation programs, Bu Sunaidah shows what intelligent automation looks like when it speaks the language of the region.

    {[ 'Emirati-inspired robotics persona', 'Media presence and event activations across the UAE', 'Community engagement and innovation storytelling', 'A modern face for advanced robotics in our region', ].map((b) => (
  • {b}
  • ))}
Follow @bu.sunaidah Book Bu Sunaidah for events
{(() => { const cardStyle = { position: 'relative' as const, display: 'block' as const, width: '100%', height: '100%', borderRadius: '1.75rem', overflow: 'hidden' as const, border: '1px solid rgba(39, 63, 148,0.35)', background: 'radial-gradient(ellipse 70% 60% at 50% 55%, rgba(222, 224, 240,0.18), transparent 60%), linear-gradient(180deg, rgba(28, 27, 33,0.85), rgba(5,5,5,0.95))', boxShadow: '0 30px 100px rgba(0,0,0,0.7)', textDecoration: 'none' as const, color: 'inherit' as const, }; const chips = (
Emirati-inspired persona Bu Sunaidah
); if (BU_SUNAIDAH_PORTRAIT) { return ( {BU_SUNAIDAH_PORTRAIT.alt} {chips} ); } return ( Portrait coming soon View Bu Sunaidah's latest moments on Instagram {chips} ); })()}
); }