import { Card, CardHeader, CardBody, CardFooter } from "@heroui/card"; import { Divider } from "@heroui/divider"; import { Link } from "@heroui/link"; import { Button } from "@heroui/button"; import { Image } from "@heroui/image"; import { HeartFilledIcon } from "@/components/icons"; import DefaultLayout from "@/layouts/default"; import { title } from "@/components/primitives"; const list = [ { title: "Sensoneo", img: "/sponsors/sensoneo.png", link: "https://www.sensoneo.com", }, { title: "Needronix", img: "/sponsors/needronix.jpg", link: "https://www.needronix.com", }, { title: "ZF", img: "/sponsors/zf.png", link: "https://www.zf.com", }, ]; export default function SponsorPage() { return (
SPONSOR   US 

Your support means a lot to us.

If you are interested in collaborating, providing resources, or offering any form of assistance,

please reach out to us via the links below.

Our Sponsors Nadácia Tatrabanky
{list.map((item, index) => ( /* eslint-disable no-console */ console.log("item pressed")} > {item.title} {item.title} ))}
); }