'use client'; import type { HeroProps } from '@/types/component-props'; export default function Hero({ onGetStarted }: HeroProps) { return (

Turn Your Voice Notes into Apps

Record your ideas, get AI-powered summaries and transcripts, then automatically generate working applications from your voice notes.

); }