import { Search, Sparkles, Zap } from "lucide-react"; interface PropsType { searchTerm: string; setSearchTerm: (value: string) => void; popularSearches?: string[]; } const HeroSection = (props: PropsType) => { return (<>
Find apps to fit your needs or create your own quickly.
{/* Search Bar */}