This commit is contained in:
Mackie 2026-06-08 11:55:44 +08:00
parent dfc5916eaf
commit 7610e186bc

View file

@ -23,7 +23,7 @@ export function BentoRowBlock(props: BentoRowBlockProps) {
<div className="bg-muted/50 border border-foreground/10 rounded-2xl p-8 flex flex-col justify-between gap-8"> <div className="bg-muted/50 border border-foreground/10 rounded-2xl p-8 flex flex-col justify-between gap-8">
<div> <div>
{aboutHeading && ( {aboutHeading && (
<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">
{aboutHeading} {aboutHeading}
</p> </p>
)} )}
@ -49,7 +49,7 @@ export function BentoRowBlock(props: BentoRowBlockProps) {
{/* Skills Section */} {/* Skills Section */}
<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">
{skillsHeading && ( {skillsHeading && (
<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">
{skillsHeading} {skillsHeading}
</p> </p>
)} )}