@@ -130,30 +262,145 @@ export function HeroSection() {
type="text"
value={inputValue}
onChange={(e) => setInputValue(e.target.value)}
+ onKeyDown={handleKeyDown}
placeholder={hero.inputPlaceholder}
className="flex-1 h-12 md:h-14 rounded-full px-2 bg-transparent focus:outline-none text-sm md:text-base py-2"
+ disabled={isSubmitting}
/>