import ContentCard from "./ui/content-cards"; import './hero-section.css' import heroPictureOne from "../assets/mxj-files-planet-27066.gif" export default function HeroSection({description, buttonText, imageSrc }: {description: string; buttonText: string; imageSrc: string } ) { return( <>