import fcj from "@/assets/bg-fcj-group.avif";
import onovolab from "@/assets/bg-onovolab-ventures.jpg";
import ceos from "@/assets/bg-ceos-club.webp";
import eniac from "@/assets/bg-eniac-ventures.webp";
import mubius from "@/assets/bg-mubius-womentech.avif";
import investplus from "@/assets/bg-investplus.avif";
import lastwish from "@/assets/bg-last-wish.avif";
import inova from "@/assets/bg-inova-sao-ventures.avif";
import verticeBlue from "@/assets/card-vertice-blue.png";

export const offerBgBySlug: Record<string, string> = {
  "vertice-blue": verticeBlue,
  "fcj-group": fcj,
  "onovolab-ventures": onovolab,
  "ceos-club": ceos,
  "eniac-ventures": eniac,
  "mubius-womentech": mubius,
  "investplus": investplus,
  "last-wish": lastwish,
  "inova-sao-ventures": inova,
};
