import Image from "next/image"; import danceShrimp from "../assets/dance-shrimp-dance.gif"; export default function DancingShrimps() { const shrimpArray = Array.from(Array(20).keys()); const shrimpArrayElements = shrimpArray.map((index) => ( dancing 3D modeled shrimp )); return (
{shrimpArrayElements}
); } //todo try out one line of shrimp only that change size