"use client"; const EDUCATION = [ {alt:"Living Room",title:"Home Learning",sub:"Living room · Parent + child · Math tutoring",img:"/use-cases/living-room.jpeg"}, {alt:"Kitchen",title:"Kitchen Table Learning",sub:"Kitchen · Teen student · Chemistry",img:"/use-cases/kitchen.jpeg"}, {alt:"Office",title:"Corporate Training",sub:"Office · Professional · Excel & Analytics",img:"/use-cases/office.jpeg"}, {alt:"College Dorm",title:"College Dorm",sub:"Dorm room · Student · Code & CS",img:"/use-cases/college.jpeg"}, ]; const COMING_SOON = [ {emoji:"💞",title:"Romantic Companion",bg:"linear-gradient(135deg,#1a0814,#3d0f2a,#1a0814)",desc:"Real connection, zero judgment. A live AI companion that listens, responds, and remembers."}, {emoji:"🏡",title:"Elderly Care",bg:"linear-gradient(135deg,#0e0a1a,#2a1f4a,#0e0a1a)",desc:"A familiar face, always available. Beryl Live companions reduce isolation for seniors 24/7."}, {emoji:"📈",title:"Finance & Wealth",bg:"linear-gradient(135deg,#091409,#0d2e0d,#091409)",desc:"Your personal CFO, face to face. Live avatar advisors in plain language — on demand."}, {emoji:"🎙️",title:"Media & Podcasting",bg:"linear-gradient(135deg,#140808,#3a1010,#140808)",desc:"Live callers, real faces. Beryl Live transforms radio and podcast call-ins with live avatar guests."}, ]; export default function UseCases() { return (
Beryl Live · Use Cases

One platform.
Infinite conversations.

Wherever humans need a face to talk to — Beryl Live is there.

{/* Education */}
🎓
Education
Live Now · Four real-world settings
Active
{EDUCATION.map(c=>(
{(e.currentTarget.querySelector("img") as HTMLImageElement).style.transform="scale(1.04)";(e.currentTarget.querySelector(".uco") as HTMLElement).style.opacity="1"}} onMouseLeave={e=>{(e.currentTarget.querySelector("img") as HTMLImageElement).style.transform="scale(1)";(e.currentTarget.querySelector(".uco") as HTMLElement).style.opacity="0"}}>
{c.alt}{(e.currentTarget as HTMLImageElement).style.opacity="0.2"}}/>
{c.title}
{c.sub}
))}
{/* Coming soon */}
The Future Is Already Here

Beryl Live Is the Future
of AI Interaction.

Every industry. Every human need. Made warm, real, and alive.

{COMING_SOON.slice(0,2).map(c=>(
(e.currentTarget.style.borderColor="rgba(200,169,81,.6)")} onMouseLeave={e=>(e.currentTarget.style.borderColor="rgba(200,169,81,.2)")}>
{c.emoji}
{c.title}
Soon

{c.desc}

))}
{COMING_SOON.slice(2).map(c=>(
(e.currentTarget.style.borderColor="rgba(200,169,81,.6)")} onMouseLeave={e=>(e.currentTarget.style.borderColor="rgba(200,169,81,.2)")}>
{c.emoji}
{c.title}
Soon

{c.desc}

))}
Be first in your vertical.
New use cases launch monthly. Join the waitlist for early access.
); }