Arman Danesh Portfolio — Documentation - v2.0.0
    Preparing search index...

    Interface Service

    Service / “what I offer” card data.

    interface Service {
        title: string;
        description: string;
        icon: "code" | "palette" | "pen" | "search";
    }
    Index
    title: string

    Card title.

    description: string

    Short description of the service.

    icon: "code" | "palette" | "pen" | "search"

    Key used by ServiceCard to pick an icon.

    components/ServiceCard