This commit is contained in:
Mackie 2026-05-29 19:42:48 +08:00
parent b768a3d457
commit 9edfd2afce

View file

@ -15,7 +15,7 @@ type SkillsBlockProps = {
export function SkillsBlock({ heading, keySkills, categories }: SkillsBlockProps) { export function SkillsBlock({ heading, keySkills, categories }: SkillsBlockProps) {
return ( return (
<section className="w-full px-6 py-16"> <section className="w-full max-w-5xl mx-auto px-6 py-16">
{/* Heading */} {/* Heading */}
{heading && ( {heading && (
<p className="text-center text-xs tracking-widest uppercase text-white/30 mb-6"> <p className="text-center text-xs tracking-widest uppercase text-white/30 mb-6">