import React, { useState, useEffect } from 'react'; import { Mic, Smartphone, Video, ArrowRight, Menu, X, ChevronRight, Mail, Globe } from 'lucide-react'; export default function App() { const [isScrolled, setIsScrolled] = useState(false); const [mobileMenuOpen, setMobileMenuOpen] = useState(false); // Handle scroll effect for navbar useEffect(() => { const handleScroll = () => { setIsScrolled(window.scrollY > 20); }; window.addEventListener('scroll', handleScroll); return () => window.removeEventListener('scroll', handleScroll); }, []); const scrollToSection = (id) => { const element = document.getElementById(id); if (element) { element.scrollIntoView({ behavior: 'smooth' }); setMobileMenuOpen(false); } }; return (
Mezsondra LTD is a forward-thinking digital holding company. We build intelligent applications, craft premium video productions, and power revolutionary platforms like Transcribe.Audio.
A diverse ecosystem of digital products
From AI-driven transcription services to immersive video content, our portfolio is designed to push boundaries and deliver exceptional value.
Our flagship AI-powered platform transforming audio and video into highly accurate text, subtitles, and actionable insights in seconds.
Visit ProjectDeveloping and scaling innovative web and mobile applications designed to solve modern problems with elegant, user-centric interfaces.
View AppsEnd-to-end media production studio creating compelling visual narratives, commercials, and high-quality digital content for diverse audiences.
Watch ReelMezsondra LTD was founded on a simple principle: technology should empower creativity, and creativity should drive technological innovation. As a holding company, we incubate, launch, and scale digital products that matter.
Whether it's the advanced AI models powering Transcribe.Audio, our suite of consumer applications, or our high-end video production studio, we maintain an unwavering commitment to quality, performance, and user experience.
Whether you're interested in our products, need professional video services, or want to discuss a partnership, we're always open to new opportunities.