{ const v = e.currentTarget.querySelector('video'); if (v) v.play(); }}
onMouseLeave={e => { const v = e.currentTarget.querySelector('video'); if (v) { v.pause(); v.currentTime = 0; } }}>
{r.video && (
))}
);
}
const CMS_ABOUT = (window.CMS_DATA && window.CMS_DATA.about) || {};
const ABOUT_EYEBROW = CMS_ABOUT.eyebrow || 'Dubai-Based ugc Creator';
const ABOUT_INTRO = CMS_ABOUT.intro || "Hey, I'm Lamia — a full-time content creator, and there's a good chance you've already come across some of my work while scrolling.";
const ABOUT_PARS = CMS_ABOUT.paragraphs || [
"What started as filming and editing content for fun quickly turned into a career. Today, I create content for brands, document events, and help aspiring creators develop the skills and confidence to create content of their own.",
"Over the years, my approach has been refined by combining high-end visuals, creative editing, and organic storytelling. I believe it's often the smallest details and creative touches that transform content from something people simply watch into something they remember.",
"When I'm not on iPhone duty, you'll usually find me chasing golden hour, planning my next trip, or appreciating the little details that inspire my work.",
];
const ABOUT_STATS = CMS_ABOUT.stats || [
{ value: '300+', label: 'Brands supported' },
{ value: '650+', label: 'Social assets delivered' },
{ value: '3+yrs', label: 'Industry Experience' },
];
function About() {
return (