This commit is contained in:
Mackie 2026-06-08 11:56:29 +08:00
parent 7610e186bc
commit 00d6016097

View file

@ -16,7 +16,7 @@ export function ToolStackBlock({ heading, tools }: ToolStackBlockProps) {
<Container className="py-12 md:py-24"> <Container className="py-12 md:py-24">
<div className="bg-muted/50 border border-foreground/10 rounded-2xl p-8"> <div className="bg-muted/50 border border-foreground/10 rounded-2xl p-8">
{heading && ( {heading && (
<p className="text-[10px] font-bold tracking-[0.2em] uppercase text-foreground/30 mb-6"> <p className="text-xs font-bold tracking-[0.2em] uppercase text-foreground/60 mb-6">
{heading} {heading}
</p> </p>
)} )}