import { cn } from "@midday/ui/cn"; import Link from "next/link"; import { AppLogo } from "@/components/app-logo"; import type { WebsiteApp } from "@/data/apps"; import { categories, getCategoryName } from "@/data/apps"; interface IntegrationsGridProps { apps: WebsiteApp[]; activeCategory: string; } export function IntegrationsGrid({ apps, activeCategory, }: IntegrationsGridProps) { return (
Connect Midday with the tools you already use. From email and messaging to accounting software, our integrations help you streamline your financial workflow.
{app.short_description}
We're always adding new integrations. Let us know what tools you'd like to connect with Midday.
Request an integration