import React from "react"; interface HeroSecondProps { title: string; } export default function HeroSecond({ title }: HeroSecondProps) { return ( <>