const brands = [ { id: 1, src: "/images/brands/brand1.png", width: 169, height: 56 }, { id: 2, src: "/images/brands/brand2.png", width: 169, height: 56 }, ]; import Image from "next/image"; export default function Brands() { return (