yslootahrobotics/src/data/industry-pages.ts
Najjar\NajjarV02 5a40f6b733
Some checks are pending
CI/CD / test-and-build (push) Waiting to run
CI/CD / deploy (push) Blocked by required conditions
perf: aggressive webp re-compression + max-width 1920 resize
- recompress every webp at q=70-82 depending on size band
- resize anything wider than 1920px to 1920 max
- convert remaining png/jpg holdouts (mine, thermal, dex3-1 etc) to webp
- restore apple-touch-icon.png (iOS requires png)
- 86 files recompressed, saved 4.36 MB
- public/ images: 11.7 MB -> 6.69 MB (-43%)
- total trajectory: 23.3 MB -> 6.69 MB (-71%)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-21 17:31:56 +04:00

800 lines
40 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export type IndustrySolution = {
title: string;
body: string;
iconKey:
| 'service'
| 'delivery'
| 'cleaning'
| 'humanoid'
| 'quadruped'
| 'sensor'
| 'inspect'
| 'platform'
| 'guide'
| 'queue'
| 'host'
| 'tray';
suitableFor?: string[];
};
export type SuggestedRobot = {
brand: 'Pudu' | 'Unitree';
family: string;
body: string;
chips?: string[];
};
export type ProofPoint = { value: string; label: string };
export type CaseHighlight = {
brand: 'Pudu' | 'Unitree';
title: string;
body: string;
};
export type GalleryImage = {
src: string;
alt: string;
caption?: string;
credit?: string;
};
export type IndustryPageContent = {
heroTitle: string;
heroSubtitle: string;
heroTags?: string[];
heroImage?: { src: string; alt: string };
proofPoints?: ProofPoint[];
gallery?: GalleryImage[];
problemPoints: string[];
solutions: IndustrySolution[];
useCases: string[];
benefits: { title: string; body: string }[];
caseHighlights?: CaseHighlight[];
suggestedRobots: SuggestedRobot[];
ctaTitle?: string;
ctaBody?: string;
seoTitle: string;
seoDescription: string;
};
export const INDUSTRY_PAGES: Record<string, IndustryPageContent> = {
hospitality: {
heroTitle: 'Robotics for premium guest experiences.',
heroSubtitle:
'Deploy service, delivery, cleaning, and concierge robots across UAE hospitality venues — from lounges and clubs to high-end hotels.',
heroTags: ['Service', 'Delivery', 'Cleaning', 'Concierge'],
heroImage: {
src: '/industries/cards/hospitality.webp',
alt: 'Service robot in a premium UAE hospitality venue',
},
proofPoints: [
{ value: 'Pudu+Unitree', label: 'Brand mix' },
{ value: 'Multi-zone', label: 'Route planning' },
{ value: 'Auto-dock', label: 'Charging cycles' },
{ value: 'Premium', label: 'Brand moments' },
],
gallery: [
{ src: '/images/robots/pudu-bellabot.webp', alt: 'BellaBot service-floor delivery', caption: 'BellaBot Pro — service-floor delivery.', credit: 'Pudu' },
{ src: '/images/robots/pudu-kettybot.webp', alt: 'KettyBot front-of-house greeter', caption: 'KettyBot Pro — front-of-house greeter.', credit: 'Pudu' },
{ src: '/images/robots/pudu-cc1.webp', alt: 'PUDU CC1 lobby cleaning', caption: 'PUDU CC1 — overnight lobby cleaning.', credit: 'Pudu' },
{ src: '/images/robots/unitree-g1.webp', alt: 'Unitree G1 humanoid concierge', caption: 'Unitree G1 — humanoid concierge moments.', credit: 'Unitree' },
],
problemPoints: [
'Guest service teams are stretched thin during peak hours and events.',
'Repetitive runs between back-of-house and guest areas burn staff energy.',
'Guest expectations for fast, polished moments keep rising.',
'Maintaining service consistency across shifts is difficult and costly.',
],
solutions: [
{ title: 'Service robots', body: 'Greet guests, deliver items, and assist between zones with a polished, branded persona.', iconKey: 'service' },
{ title: 'Delivery robots', body: 'Move trays, room amenities, and supplies between floors and back-of-house efficiently.', iconKey: 'delivery' },
{ title: 'Cleaning robots', body: 'Maintain lobbies, corridors, and back areas during overnight or quiet windows.', iconKey: 'cleaning' },
{ title: 'Humanoid concierge', body: 'Signature welcome and activation moments that anchor the venue brand.', iconKey: 'humanoid' },
],
useCases: [
'Lobby greeting and guest direction',
'In-house item delivery between zones',
'Overnight floor cleaning and disinfection',
'VIP activations and brand moments',
],
benefits: [
{ title: 'Consistent service', body: 'Service quality stays steady across shifts and peak nights.' },
{ title: 'Lower repetitive load', body: 'Staff spend less time on transport and more on guest care.' },
{ title: 'Premium positioning', body: 'Branded robotic moments reinforce a high-end identity.' },
{ title: 'Always-on coverage', body: 'Routine work continues smoothly during off-hours.' },
],
caseHighlights: [
{
brand: 'Pudu',
title: 'BellaBot + KettyBot in venues worldwide',
body: 'Service-floor delivery and front-of-house greeting deployed across hotels, lounges, and restaurant chains internationally.',
},
{
brand: 'Pudu',
title: 'CC1 cleaning in lobby networks',
body: 'Auto-scrubber cleaning robot used in hotel groups and large hospitality estates for overnight floor coverage.',
},
{
brand: 'Unitree',
title: 'Humanoid concierge moments',
body: 'G1 and H1 humanoids used for VIP welcomes, brand activations, and press-worthy openings at premium venues.',
},
],
suggestedRobots: [
{
brand: 'Pudu',
family: 'BellaBot / KettyBot / FlashBot',
body: 'Full Pudu service lineup for service-floor delivery, greeting, and multi-zone runs across hospitality venues.',
chips: ['Service', 'Delivery', 'Greeter'],
},
{
brand: 'Pudu',
family: 'PUDU CC1 / SH1',
body: 'Commercial cleaning platforms for lobbies, corridors, and back-of-house with auto-dock and overnight cycles.',
chips: ['Cleaning', 'Auto-dock', 'Quiet'],
},
{
brand: 'Unitree',
family: 'G1 / H1 humanoids',
body: 'Premium concierge moments and brand activations — VIP welcomes, openings, and press events.',
chips: ['Humanoid', 'Concierge', 'Premium'],
},
],
seoTitle: 'Hospitality Robots in UAE | YS Lootah Robotics',
seoDescription:
'Service, delivery, cleaning, and concierge robots for hotels, lounges, and hospitality venues across the UAE. Pudu and Unitree solutions available in the UAE through YS Lootah Robotics.',
},
restaurants: {
heroTitle: 'Faster, smoother restaurant service.',
heroSubtitle:
'Delivery and greeting robots that support peak service, reduce walking distance, and elevate the dining experience in UAE F&B venues.',
heroTags: ['F&B service', 'Greeter', 'Multi-tray delivery', 'Promo runs'],
heroImage: {
src: '/industries/cards/restaurants-cafes.webp',
alt: 'Tray-runner robot serving a UAE restaurant floor',
},
proofPoints: [
{ value: '40kg', label: 'Tray payload' },
{ value: '4-tier', label: 'BellaBot shelves' },
{ value: 'Peak-hour', label: 'Service support' },
{ value: 'Greet+Deliver', label: 'Hybrid roles' },
],
gallery: [
{ src: '/images/robots/pudu-bellabot.webp', alt: 'Pudu BellaBot multi-tray delivery robot', caption: 'BellaBot Pro — multi-tray food delivery.', credit: 'Pudu' },
{ src: '/images/robots/featured-bellabot-pro.webp', alt: 'BellaBot Pro on restaurant floor', caption: 'Designed for restaurant peak service.', credit: 'Pudu' },
{ src: '/images/robots/pudu-kettybot.webp', alt: 'Pudu KettyBot greeter robot', caption: 'KettyBot Pro — greeter with ad display.', credit: 'Pudu' },
{ src: '/images/robots/featured-kettybot-black.webp', alt: 'KettyBot in black', caption: 'KettyBot Pro — premium black finish.', credit: 'Pudu' },
],
problemPoints: [
'Servers spend most of the shift walking trays back and forth.',
'Peak-hour quality drops as floor coverage thins.',
'High turnover impacts service consistency across the week.',
'Standout moments are hard to engineer in a busy dining room.',
],
solutions: [
{ title: 'Food delivery robots', body: 'Bring dishes from kitchen to table reliably during full service.', iconKey: 'delivery' },
{ title: 'Tray-runner robots', body: 'Multi-tray runs designed for high-traffic floors and quick turns.', iconKey: 'tray' },
{ title: 'Greeting / host robots', body: 'Welcome guests, manage queues, and walk parties to their tables.', iconKey: 'host' },
{ title: 'Promo and queue robots', body: 'Engage waiting guests and run small promos during wait times.', iconKey: 'queue' },
],
useCases: [
'Kitchen-to-table dish delivery',
'Tray return and floor clearing',
'Greeting and queue management at entrance',
'Birthday and celebration moments',
],
benefits: [
{ title: 'Faster table turns', body: 'Shorter wait times and quicker service rounds.' },
{ title: 'Less staff fatigue', body: 'Servers walk less, communicate more, and focus on guests.' },
{ title: 'Memorable moments', body: 'Distinctive guest experiences that drive word of mouth.' },
{ title: 'Brand upgrade', body: 'Visible signal that the venue is modern and forward-looking.' },
],
caseHighlights: [
{
brand: 'Pudu',
title: 'BellaBot across F&B venues',
body: 'Signature multi-tray delivery platform deployed across hospitality and dining venues globally — built to support peak service rounds without fatigue.',
},
{
brand: 'Pudu',
title: 'KettyBot Pro greeter',
body: 'Front-of-house greeter that escorts guests to tables and plays in-restaurant promos on a 18.5" display — proven traffic and upsell driver.',
},
],
suggestedRobots: [
{
brand: 'Pudu',
family: 'BellaBot Pro',
body: 'Four-tier multi-tray delivery, 40kg payload, modular shelves, designed for restaurant floors and fast pickup cycles.',
chips: ['4 trays', '40kg', 'F&B'],
},
{
brand: 'Pudu',
family: 'KettyBot Pro',
body: 'Greeter and delivery hybrid with 18.5" ad display, autonomous escort, and queue management for entrances and small floors.',
chips: ['Greeter', 'Ad screen', 'Compact'],
},
{
brand: 'Pudu',
family: 'FlashBot Mini',
body: 'Compact autonomous delivery for tight venue layouts, mall food courts, and multi-zone hospitality runs.',
chips: ['Compact', 'Auto-doors', 'Multi-zone'],
},
],
seoTitle: 'Restaurant & Café Robots in UAE | YS Lootah Robotics',
seoDescription:
'Delivery, host, and tray-runner robots for UAE restaurants, cafés, and F&B venues. Faster service, lower staff fatigue, premium positioning.',
},
hotels: {
heroTitle: 'Concierge-grade robotics for hotels and resorts.',
heroSubtitle:
'Multi-floor delivery, cleaning, and humanoid moments designed for premium UAE hospitality operations.',
heroTags: ['Multi-floor', 'Room service', 'Concierge', 'Cleaning'],
heroImage: {
src: '/industries/cards/hotels-resorts.webp',
alt: 'Multi-floor delivery robot serving a UAE hotel suite',
},
proofPoints: [
{ value: 'Multi-floor', label: 'Lift-aware nav' },
{ value: 'Pudu+Unitree', label: 'Brand mix' },
{ value: '24/7', label: 'Auto cycles' },
{ value: 'Premium', label: 'Guest moments' },
],
gallery: [
{ src: '/images/robots/pudu-holabot.webp', alt: 'Pudu HolaBot multi-floor delivery', caption: 'HolaBot / FlashBot — multi-floor delivery.', credit: 'Pudu' },
{ src: '/images/robots/pudu-cc1.webp', alt: 'PUDU CC1 cleaning scrubber', caption: 'PUDU CC1 — commercial cleaning scrubber.', credit: 'Pudu' },
{ src: '/images/robots/pudu-pudubot2.webp', alt: 'PuduBot 2 indoor delivery', caption: 'PuduBot 2 — indoor logistics platform.', credit: 'Pudu' },
{ src: '/images/robots/unitree-g1.webp', alt: 'Unitree G1 humanoid for concierge moments', caption: 'Unitree G1 — humanoid concierge moments.', credit: 'Unitree' },
],
problemPoints: [
'Room service and back-of-house logistics consume operational hours.',
'Multi-floor delivery is slow and labor-intensive.',
'Premium guest moments are hard to scale consistently.',
'Housekeeping and cleaning cycles strain night-shift teams.',
],
solutions: [
{ title: 'Multi-floor delivery robots', body: 'Move amenities, linens, and items between rooms and floors.', iconKey: 'delivery' },
{ title: 'Room service robots', body: 'Discreet delivery to suites and corridors without disturbing other guests.', iconKey: 'service' },
{ title: 'Cleaning robots', body: 'Quiet, automated cleaning for lobbies, corridors, and back areas.', iconKey: 'cleaning' },
{ title: 'Humanoid concierge', body: 'Signature welcomes, activations, and press-worthy guest moments.', iconKey: 'humanoid' },
],
useCases: [
'Toiletries and amenity delivery to suites',
'Room-service tray runs across floors',
'Lobby and corridor cleaning between peaks',
'VIP welcomes and brand events',
],
benefits: [
{ title: 'Reduced overhead', body: 'Less repetitive movement across floors and zones.' },
{ title: 'Faster response', body: 'Guest requests are fulfilled with less delay.' },
{ title: 'Signature moments', body: 'Memorable touches that lift the property brand.' },
{ title: 'Calmer nights', body: 'Lower fatigue on housekeeping and night-shift teams.' },
],
caseHighlights: [
{
brand: 'Pudu',
title: 'FlashBot in international hotel chains',
body: 'Autonomous room-service delivery with lift integration and contactless handoff — deployed in 5-star and lifestyle hotels worldwide.',
},
{
brand: 'Pudu',
title: 'PUDU CC1 cleaning across lobbies',
body: 'Commercial scrubber for hotel lobbies and corridors — quiet overnight operation with auto-dock and self-charging cycles.',
},
],
suggestedRobots: [
{
brand: 'Pudu',
family: 'FlashBot',
body: 'Multi-floor autonomous delivery with lift API and contactless handoff for hotel room service and amenity runs.',
chips: ['Multi-floor', 'Lift API', 'Contactless'],
},
{
brand: 'Pudu',
family: 'PUDU CC1',
body: 'Commercial cleaning scrubber with auto-dock, water refill, and quiet overnight operation for hotel public areas.',
chips: ['Cleaning', 'Auto-dock', 'Quiet'],
},
{
brand: 'Unitree',
family: 'G1 / H1 humanoids',
body: 'Premium concierge moments and PR-worthy activations — lobby welcomes, brand events, and VIP photo ops.',
chips: ['Humanoid', 'Concierge', 'Activation'],
},
],
seoTitle: 'Hotel & Resort Robots in UAE | YS Lootah Robotics',
seoDescription:
'Multi-floor delivery, cleaning, and humanoid concierge robots for hotels and resorts across the UAE. Local Dubai support and deployment.',
},
malls: {
heroTitle: 'Robotics for high-traffic retail environments.',
heroSubtitle:
'Cleaning, service, security, and activation robots tuned for UAE malls, retail flagships, and large public venues.',
heroTags: ['Cleaning', 'Wayfinding', 'Activations', 'Night patrol'],
heroImage: {
src: '/industries/cards/shopping-malls.webp',
alt: 'Service robot operating in a UAE shopping mall concourse',
},
proofPoints: [
{ value: 'Large-floor', label: 'Cleaning coverage' },
{ value: 'Thermal+LiDAR', label: 'Patrol sensors' },
{ value: 'Ad-screen', label: 'On-robot media' },
{ value: 'Overnight', label: 'Auto-cycles' },
],
gallery: [
{ src: '/images/robots/pudu-cc1.webp', alt: 'PUDU CC1 auto-scrubber', caption: 'PUDU CC1 — auto-scrubber for large floors.', credit: 'Pudu' },
{ src: '/images/robots/pudu-kettybot.webp', alt: 'KettyBot wayfinding and ad display', caption: 'KettyBot Pro — wayfinding and promo runs.', credit: 'Pudu' },
{ src: '/images/robots/unitree-go2.webp', alt: 'Unitree Go2 night patrol', caption: 'Unitree Go2 — night patrol across decks.', credit: 'Unitree' },
{ src: '/industries/unitree/thermal.webp', alt: 'Thermal + LiDAR patrol sensors', caption: 'Thermal + LiDAR sensors for after-hours rounds.', credit: 'Unitree' },
],
problemPoints: [
'Large floor areas are hard to clean and patrol consistently.',
'Brand activations need standout, repeatable moments.',
'Wayfinding and basic service stretch the operations team.',
'Night security coverage is costly and uneven.',
],
solutions: [
{ title: 'Cleaning robots', body: 'Continuous floor coverage during off-peak hours and overnights.', iconKey: 'cleaning' },
{ title: 'Service & wayfinding robots', body: 'Help shoppers find stores, answer basic queries, and guide flows.', iconKey: 'guide' },
{ title: 'Humanoid activation robots', body: 'Brand events, photo moments, openings, and seasonal campaigns.', iconKey: 'humanoid' },
{ title: 'Quadruped security robots', body: 'Inspection and perimeter coverage after closing.', iconKey: 'quadruped' },
],
useCases: [
'Overnight floor cleaning and disinfection',
'Wayfinding for renovated or new layouts',
'Activations for store openings and launches',
'Patrol rounds after operating hours',
],
benefits: [
{ title: 'Consistent cleanliness', body: 'Standards stay uniform across large floor areas.' },
{ title: 'Share-worthy moments', body: 'Activations that generate organic social content.' },
{ title: 'Lower repetitive load', body: 'Cleaning and patrol staff focus on higher-value work.' },
{ title: 'Continuous monitoring', body: 'Night coverage that does not depend on additional headcount.' },
],
caseHighlights: [
{
brand: 'Pudu',
title: 'CC1 + SH1 across retail estates',
body: 'Auto-scrubbers and sweepers handle large floor plates with route-planning and dust-emission control — used in malls and transit hubs internationally.',
},
{
brand: 'Unitree',
title: 'Quadruped night patrol',
body: 'Go2 / B2 platforms run after-hours rounds with thermal and LiDAR sensors, climbing stairs and crossing thresholds humans skip.',
},
],
suggestedRobots: [
{
brand: 'Pudu',
family: 'PUDU CC1 / SH1',
body: 'Auto-scrubber and sweeper platforms designed for large commercial floor plates, transit hubs, and mall concourses.',
chips: ['Cleaning', 'Auto-dock', 'Large area'],
},
{
brand: 'Pudu',
family: 'KettyBot Pro',
body: 'Greeter and wayfinding robot with ad display for store openings, queue management, and campaign visibility.',
chips: ['Greeter', 'Ad screen', 'Wayfinding'],
},
{
brand: 'Unitree',
family: 'Go2 / B2 quadrupeds',
body: 'Autonomous patrol and inspection across mall facilities, parking decks, and service corridors — thermal + visual payload options.',
chips: ['Patrol', 'Thermal', 'Stairs'],
},
{
brand: 'Unitree',
family: 'G1 / H1 humanoids',
body: 'Humanoid platforms for retail activations, brand moments, and signature openings.',
chips: ['Humanoid', 'Activation', 'PR'],
},
],
seoTitle: 'Shopping Mall Robots in UAE | YS Lootah Robotics',
seoDescription:
'Cleaning, service, activation, and patrol robots for UAE shopping malls and retail flagships. Pudu and Unitree, deployed and supported locally.',
},
healthcare: {
heroTitle: 'Autonomous robotics for healthcare operations.',
heroSubtitle:
'Transport supplies, meals, and medication around UAE clinics and hospitals — so clinicians can focus on patient care.',
heroTags: ['Internal delivery', 'Cleaning', 'Disinfection', 'Wayfinding'],
heroImage: {
src: '/industries/cards/healthcare.webp',
alt: 'Delivery robot in a UAE hospital corridor',
},
proofPoints: [
{ value: 'Multi-floor', label: 'Lift integration' },
{ value: 'Contactless', label: 'Handoff' },
{ value: 'Audit-ready', label: 'Run logs' },
{ value: '24/7', label: 'Continuous ops' },
],
gallery: [
{ src: '/images/robots/pudu-holabot.webp', alt: 'Pudu HolaBot hospital delivery', caption: 'HolaBot / FlashBot — medication and meal delivery.', credit: 'Pudu' },
{ src: '/images/robots/pudu-cc1.webp', alt: 'PUDU CC1 cleaning between cycles', caption: 'PUDU CC1 — between-cycle floor cleaning.', credit: 'Pudu' },
{ src: '/images/robots/pudu-d9.webp', alt: 'PUDU D9 disinfection robot', caption: 'PUDU D9 — UV-C disinfection.', credit: 'Pudu' },
{ src: '/images/robots/pudu-kettybot.webp', alt: 'KettyBot visitor reception', caption: 'KettyBot Pro — visitor reception.', credit: 'Pudu' },
],
problemPoints: [
'Clinical staff lose hours to non-clinical transport tasks.',
'Internal logistics across floors slow down service delivery.',
'Cleaning frequency must stay high without burning out teams.',
'Visitor flow and guidance load reception and front desks.',
],
solutions: [
{ title: 'Delivery robots', body: 'Autonomous transport of meals, linens, and routine supplies.', iconKey: 'delivery' },
{ title: 'Medication-route robots', body: 'Predictable, traceable internal runs between pharmacy and wards.', iconKey: 'platform' },
{ title: 'Cleaning robots', body: 'Routine floor cleaning between shifts and patient cycles.', iconKey: 'cleaning' },
{ title: 'Visitor guidance robots', body: 'Direct visitors to wards, clinics, and waiting areas.', iconKey: 'guide' },
],
useCases: [
'Pharmacy-to-ward medication delivery',
'Meal trays to patient floors',
'Linen and supply runs between wings',
'Visitor wayfinding in large facilities',
],
benefits: [
{ title: 'More bedside time', body: 'Clinicians spend more time on patient care, not transport.' },
{ title: 'Predictable logistics', body: 'Internal runs become consistent and traceable.' },
{ title: 'Lower contamination risk', body: 'Reduced cross-handling on routine routes.' },
{ title: 'Less strain', body: 'Support teams cover repetitive work with less fatigue.' },
],
caseHighlights: [
{
brand: 'Pudu',
title: 'FlashBot in hospital corridors',
body: 'Autonomous transport of medicines, samples, and meal trays with lift API and secured compartments — frees clinical staff from non-clinical runs.',
},
{
brand: 'Pudu',
title: 'PUDU CC1 cleaning between cycles',
body: 'Floor cleaning between patient cycles with route logging and HEPA filtration — quiet enough for occupied corridors.',
},
],
suggestedRobots: [
{
brand: 'Pudu',
family: 'FlashBot',
body: 'Autonomous multi-floor delivery for medication, samples, linens, and meals — lift-integrated and contactless.',
chips: ['Multi-floor', 'Secured', 'Lift API'],
},
{
brand: 'Pudu',
family: 'PUDU CC1 / SH1',
body: 'Commercial cleaning platforms for hospital corridors and public areas with route logs and HEPA filtration.',
chips: ['Cleaning', 'HEPA', 'Quiet'],
},
{
brand: 'Pudu',
family: 'KettyBot Pro',
body: 'Visitor reception, queue management, and wayfinding at entrances and outpatient lobbies.',
chips: ['Greeter', 'Wayfinding', 'Ad screen'],
},
],
seoTitle: 'Healthcare Robots in UAE | YS Lootah Robotics',
seoDescription:
'Autonomous delivery, cleaning, and visitor-guidance robots for UAE clinics, hospitals, and healthcare networks. Local support from Dubai.',
},
education: {
heroTitle: 'Hands-on robotics for STEM and innovation.',
heroSubtitle:
'Humanoid and quadruped robots that bring AI, programming, and modern robotics into UAE schools, universities, and innovation labs.',
heroTags: ['STEM labs', 'Robotics clubs', 'Innovation programs', 'Research'],
heroImage: {
src: '/images/robots/unitree-h1.webp',
alt: 'Humanoid research robot in a UAE STEM lab',
},
proofPoints: [
{ value: 'Open SDK', label: 'Programmable' },
{ value: 'Humanoid', label: 'G1 / H1' },
{ value: 'Quadruped', label: 'Go2 EDU / B2' },
{ value: 'K-12 → PhD', label: 'Curriculum range' },
],
gallery: [
{ src: '/images/robots/unitree-g1.webp', alt: 'Unitree G1 humanoid in STEM lab', caption: 'Unitree G1 — humanoid platform for AI and HRI labs.', credit: 'Unitree' },
{ src: '/images/robots/unitree-go2.webp', alt: 'Unitree Go2 quadruped for STEM', caption: 'Unitree Go2 / Go2 EDU — programmable quadruped.', credit: 'Unitree' },
{ src: '/images/robots/unitree-b2.webp', alt: 'Unitree B2 research platform', caption: 'Unitree B2 — advanced research projects.', credit: 'Unitree' },
{ src: '/industries/unitree/modular.webp', alt: 'Modular sensor and payload kits', caption: 'Modular sensor and payload options for course work.', credit: 'Unitree' },
],
problemPoints: [
'Schools need hands-on robotics and AI learning tools.',
'Students need practical exposure to emerging technologies.',
'Institutions want modern STEM labs and innovation programs.',
'Recruiting top STEM talent depends on signature equipment.',
],
solutions: [
{
title: 'Humanoid robots',
body: 'General-purpose platforms for AI, motion, and human-robot interaction labs.',
iconKey: 'humanoid',
suitableFor: ['Universities', 'AI labs', 'Research'],
},
{
title: 'Quadruped robots',
body: 'Programmable platforms for autonomy, locomotion, and research projects.',
iconKey: 'quadruped',
suitableFor: ['Engineering schools', 'Robotics clubs', 'Research'],
},
{
title: 'STEM robotics kits',
body: 'Course-aligned hardware platforms for school labs and after-school programs.',
iconKey: 'platform',
suitableFor: ['K12 schools', 'STEM programs', 'Clubs'],
},
{
title: 'Open SDK platforms',
body: 'Hands-on coding access for advanced students and faculty research.',
iconKey: 'sensor',
suitableFor: ['Universities', 'AI / CS labs', 'Dissertations'],
},
],
useCases: [
'STEM labs and innovation centers',
'AI and robotics workshops',
'Student innovation programs',
'University research demos',
'Coding and robotics clubs',
'Government innovation programs',
],
benefits: [
{ title: 'Hands-on learning', body: 'Students work with real humanoid and quadruped platforms.' },
{ title: 'Stronger engagement', body: 'Robotics labs raise student interest and retention.' },
{ title: 'Future-ready STEM', body: 'Curricula stay aligned with current AI and robotics tools.' },
{ title: 'Innovation positioning', body: 'Signature labs help institutions attract talent and partnerships.' },
{ title: 'Demo-ready setups', body: 'Pre-configured units ready for open days and showcases.' },
{ title: 'Local support', body: 'A UAE-based robotics team handles setup, training, and service.' },
],
caseHighlights: [
{
brand: 'Unitree',
title: 'Universities & AI research labs',
body: 'G1 humanoid and Go2 EDU adopted by leading engineering schools and AI labs worldwide for locomotion, vision, and reinforcement-learning research.',
},
{
brand: 'Unitree',
title: 'Robotics clubs & open days',
body: 'Demo-ready platforms used for school STEM programs, open days, and student competitions — pre-configured and easy to operate.',
},
],
suggestedRobots: [
{
brand: 'Unitree',
family: 'G1 humanoid',
body: 'Research-friendly humanoid platform for education and AI labs.',
chips: ['Humanoid', 'AI', 'Research'],
},
{
brand: 'Unitree',
family: 'Go2 / Go2 EDU',
body: 'Programmable quadruped for autonomy and STEM coursework.',
chips: ['Quadruped', 'STEM', 'SDK'],
},
{
brand: 'Unitree',
family: 'B2 quadruped',
body: 'Higher-capability platform for advanced research projects.',
chips: ['Quadruped', 'Research', 'Outdoor'],
},
],
ctaTitle: 'Build a future-ready robotics program.',
ctaBody:
'Tell us about your school, university, or innovation lab. Our Dubai team will recommend the right robotics setup and arrange a demo or quotation.',
seoTitle: 'Education & STEM Robots in UAE | YS Lootah Robotics',
seoDescription:
'Humanoid and quadruped robots for UAE schools, universities, and innovation labs. Hands-on AI and robotics education with local Dubai support.',
},
security: {
heroTitle: 'Autonomous patrol and inspection robots.',
heroSubtitle:
'Quadruped robots with thermal imaging, LiDAR, and AI vision that walk routine patrol and inspection routes across critical UAE facilities — consistently and on schedule.',
heroTags: ['Patrol', 'Thermal imaging', 'LiDAR + AI vision', 'Continuous'],
heroImage: {
src: '/industries/unitree/terrain.webp',
alt: 'Quadruped robot on autonomous patrol in a UAE industrial site',
},
proofPoints: [
{ value: '90%', label: 'Complex terrain covered' },
{ value: '40kg', label: 'Sustained payload' },
{ value: '45°', label: 'Grade climbing' },
{ value: '46h', label: 'Patrol endurance' },
],
gallery: [
{ src: '/industries/unitree/terrain.webp', alt: 'Quadruped robot on mixed industrial terrain', caption: 'Stairs, gullies, and uneven ground handled on one platform.', credit: 'Unitree' },
{ src: '/industries/unitree/thermal.webp', alt: 'Thermal imaging and laser-radar detection', caption: 'Thermal, laser-radar, and AI imaging for routine monitoring.', credit: 'Unitree' },
{ src: '/industries/unitree/substation.webp', alt: 'Power substation patrol', caption: 'Substation patrol — switchgear and transformer scans.', credit: 'Unitree' },
{ src: '/industries/unitree/pipeline.webp', alt: 'Pipeline corridor patrol', caption: 'Pipeline and refinery corridor inspection rounds.', credit: 'Unitree' },
{ src: '/industries/unitree/industrial-park.webp', alt: 'Industrial park perimeter coverage', caption: 'Industrial park and large-compound perimeter coverage.', credit: 'Unitree' },
{ src: '/industries/unitree/utility-room.webp', alt: 'Utility plant room inspection', caption: 'Utility and plant-room routine checks.', credit: 'Unitree' },
{ src: '/industries/unitree/mine.webp', alt: 'Tunnel inspection', caption: 'Tunnel and confined-zone inspection.', credit: 'Unitree' },
{ src: '/industries/unitree/terrain-night.webp', alt: 'Quadruped robot on night patrol', caption: 'After-hours rounds with consistent route timing.', credit: 'Unitree' },
{ src: '/industries/unitree/b2-render.webp', alt: 'Unitree B2 industrial quadruped render', caption: 'B2 — industrial-grade quadruped platform.', credit: 'Unitree' },
],
problemPoints: [
'Manual patrols are repetitive, costly, and uneven across shifts.',
'Night coverage drops as fatigue sets in for guard teams.',
'Hard-to-reach zones — stairs, gullies, pipelines, rooftops — get inspected too rarely.',
'Anomalies in temperature, sound, or visual feeds are missed without continuous monitoring.',
],
solutions: [
{
title: 'Quadruped patrol robots',
body: 'Autonomous routes across compounds, perimeters, and indoor sites — climb stairs, cross 40cm obstacles, and traverse rubble.',
iconKey: 'quadruped',
suitableFor: ['Compounds', 'Perimeters', 'Industrial parks'],
},
{
title: 'Inspection robots',
body: 'Routine checks of utility rooms, plant areas, substations, pipelines, and mine-grade environments.',
iconKey: 'inspect',
suitableFor: ['Substations', 'Refineries', 'Tunnels'],
},
{
title: 'Perimeter monitoring',
body: 'Continuous outdoor coverage for sensitive boundaries with infrared thermography and LiDAR scan.',
iconKey: 'sensor',
suitableFor: ['Critical sites', 'Boundaries', 'Outdoor zones'],
},
{
title: 'Sensor-equipped platforms',
body: 'Thermal, audio, LiDAR, and AI-vision payloads captured on the move and streamed to a central platform.',
iconKey: 'platform',
suitableFor: ['Digital twin', 'AI analytics', 'Live ops'],
},
],
useCases: [
'Overnight patrol across large compounds',
'Routine inspection of substations and plant rooms',
'Pipeline, tunnel, and refinery monitoring',
'Perimeter rounds for sensitive sites',
'Incident response and remote live inspection',
'Fire and emergency-response reconnaissance',
],
benefits: [
{ title: 'Continuous coverage', body: 'Autonomous patrols hold the same schedule across nights and shifts — without fatigue or coverage gaps.' },
{ title: 'Lower human-risk exposure', body: 'Routine rounds in high-voltage, confined, hot, or gas-risk zones move from guards to robots.' },
{ title: 'Audit-ready logs', body: 'Run histories, thermal frames, and sensor data are easy to review.' },
{ title: 'Lower long-term cost', body: 'One platform replaces multiple patrols and inspection rounds.' },
{ title: 'Modern facility image', body: 'Visible signal that the operator runs a modern, instrumented site.' },
{ title: 'Cloud-managed fleet', body: 'Multiple robots managed from one platform with mission planning and live feeds.' },
],
caseHighlights: [
{
brand: 'Unitree',
title: 'Power substation inspections',
body: 'Quadruped robots scan switchgear and transformers with infrared thermography and AI vision — replacing repetitive human rounds.',
},
{
brand: 'Unitree',
title: 'Refinery & pipeline patrols',
body: 'B2-class platforms cover refineries, pipeline corridors, and mine tunnels — operating reliably in hazardous environments.',
},
{
brand: 'Unitree',
title: 'Fire & emergency reconnaissance',
body: 'Rapid-response deployment with 360° video, LiDAR mapping, audio collection, and infrared life-sign detection.',
},
],
suggestedRobots: [
{
brand: 'Unitree',
family: 'Go2 / Go2-W',
body: 'Versatile patrol and inspection platform for varied terrain — fast, agile, and SDK-ready for custom routes.',
chips: ['Patrol', 'Stairs', 'SDK'],
},
{
brand: 'Unitree',
family: 'B2 / B2-W',
body: 'Industrial-grade quadruped — 40kg payload, 45° grade climbing, 46h endurance, IP-rated for outdoor inspection.',
chips: ['40kg', '45°', '46h'],
},
{
brand: 'Unitree',
family: 'Sensor & thermal payloads',
body: 'Custom configurations with infrared thermography, LiDAR, and AI-vision for substations, pipelines, and mine sites.',
chips: ['Thermal', 'LiDAR', 'AI vision'],
},
],
seoTitle: 'Security & Surveillance Robots in UAE | YS Lootah Robotics',
seoDescription:
'Quadruped patrol, inspection, and perimeter robots for UAE facilities, compounds, and critical sites. Unitree platforms with local support.',
},
warehouses: {
heroTitle: 'Robotics for warehouse and facility operations.',
heroSubtitle:
'Inspection, transport, and monitoring robots that scale repetitive work across UAE logistics sites and industrial facilities — thermal vision, LiDAR, and AI route planning.',
heroTags: ['Aisle inspection', 'Thermal + LiDAR', 'AI patrols', 'Cloud fleet'],
heroImage: {
src: '/industries/unitree/patrol-system.webp',
alt: 'Industrial inspection robot in a UAE warehouse facility',
},
proofPoints: [
{ value: 'Multi-terrain', label: 'Stairs · rubble · pipes' },
{ value: '40cm', label: 'Obstacle clearance' },
{ value: '≤3 m/s', label: 'Patrol speed' },
{ value: 'Scheduled', label: 'Auto run cycles' },
],
gallery: [
{ src: '/industries/unitree/patrol-system.webp', alt: 'Patrol system overview', caption: 'End-to-end patrol and inspection platform.', credit: 'Unitree' },
{ src: '/industries/unitree/ai-patrol.webp', alt: 'AI-planned facility patrols', caption: 'AI route planning across facility zones.', credit: 'Unitree' },
{ src: '/industries/unitree/digital-twin.webp', alt: 'Digital twin facility view', caption: 'Digital twin view of facility and fleet status.', credit: 'Unitree' },
{ src: '/industries/unitree/analytics.webp', alt: 'Inference and anomaly analytics dashboard', caption: 'Anomaly analytics on live patrol data.', credit: 'Unitree' },
{ src: '/industries/unitree/flight-path.webp', alt: '3D auto-generated route path', caption: '3D route planning for repeatable rounds.', credit: 'Unitree' },
{ src: '/industries/unitree/sensor-overview.webp', alt: 'Modular sensor and payload diagram', caption: 'Modular sensor and payload options.', credit: 'Unitree' },
{ src: '/industries/unitree/cloud.webp', alt: 'Cloud-connected fleet management', caption: 'Cloud platform for fleet operations.', credit: 'Unitree' },
{ src: '/industries/unitree/cost-efficiency.webp', alt: 'Long-term operational cost view', caption: 'Lower long-term cost across cycles.', credit: 'Unitree' },
{ src: '/industries/unitree/go2-render.webp', alt: 'Unitree Go2 quadruped render', caption: 'Go2 — agile inspection platform.', credit: 'Unitree' },
],
problemPoints: [
'Inventory and inspection routes scale poorly with human hours.',
'Repetitive walks cause fatigue and tracking errors.',
'Off-hours coverage is hard to sustain consistently.',
'Equipment and asset monitoring is patchy without dedicated rounds.',
],
solutions: [
{ title: 'Quadruped inspection robots', body: 'Predictable routes around aisles, racks, and plant areas.', iconKey: 'quadruped' },
{ title: 'Autonomous transport platforms', body: 'Move goods between zones with consistent timing.', iconKey: 'platform' },
{ title: 'Facility monitoring robots', body: 'Routine checks on assets, equipment, and environment.', iconKey: 'inspect' },
{ title: 'Sensor-equipped platforms', body: 'Thermal and visual data captured during regular routes.', iconKey: 'sensor' },
],
useCases: [
'Aisle and rack inspection rounds',
'Goods movement between zones',
'Equipment and asset condition checks',
'Off-hours facility monitoring',
],
benefits: [
{ title: 'Higher throughput', body: 'Routine routes run more often without extra headcount.' },
{ title: 'Traceable monitoring', body: 'Inspection logs and data are predictable and reviewable.' },
{ title: 'Lower repetitive load', body: 'Operators focus on higher-value work and edge cases.' },
{ title: 'Safer routes', body: 'Risky or restricted zones can be covered remotely.' },
],
caseHighlights: [
{
brand: 'Unitree',
title: 'Industrial inspection on B2',
body: '40kg payload, 45° climbs, 46h endurance — designed to handle long aisle rounds, plant rooms, and outdoor yards in heavy industry.',
},
{
brand: 'Unitree',
title: 'AI-planned patrols with thermal vision',
body: 'Self-planned routes scan equipment hotspots and structural anomalies — fleet managed from a single cloud platform.',
},
{
brand: 'Pudu',
title: 'Indoor delivery in distribution centers',
body: 'FlashBot-class platforms move parts, paperwork, and supplies between zones with auto-docking and contactless handoff.',
},
],
suggestedRobots: [
{
brand: 'Unitree',
family: 'Go2 / B2 quadrupeds',
body: 'Autonomous inspection and patrol around facility zones — racks, aisles, plant rooms, and outdoor yards.',
chips: ['Inspection', 'Stairs', 'Outdoor'],
},
{
brand: 'Pudu',
family: 'FlashBot family',
body: 'Autonomous indoor delivery platforms for warehouse offices, parts movement, and inter-zone runs.',
chips: ['Indoor', 'Delivery', 'Auto-dock'],
},
{
brand: 'Unitree',
family: 'Thermal & LiDAR payloads',
body: 'Custom payloads for thermal hotspot scans, LiDAR mapping, and AI-vision anomaly detection on routine routes.',
chips: ['Thermal', 'LiDAR', 'AI'],
},
],
seoTitle: 'Warehouse & Logistics Robots in UAE | YS Lootah Robotics',
seoDescription:
'Quadruped inspection, autonomous transport, and monitoring robots for UAE warehouses, logistics, and industrial sites. Local Dubai deployment.',
},
};