--- /** * MOREMINIMORE - PORTFOLIO CARD COMPONENT (LIGHT THEME) */ interface Props { name: string; url: string; category: string; category_label: string; industry?: string; thumbnail: string; description: string; what_we_did?: string; result?: string; } const { name, url, category, category_label, industry, thumbnail, description, what_we_did, result } = Astro.props; ---
{name}
{what_we_did &&

{what_we_did}

} เยี่ยมชมเว็บไซต์
{industry && {industry}} {category_label}

{name}

{result &&

→ {result}

} {!what_we_did && description &&

{description}

}