Unify label styling by replacing hero-label with section-label and comment out portfolio CTA section

This commit is contained in:
Ovidiu U
2026-03-14 07:45:23 +00:00
parent a4be60147d
commit 43ba520dae
5 changed files with 19 additions and 19 deletions

View File

@@ -27,7 +27,7 @@ require __DIR__ . '/header.php';
</div>
<header class="hero">
<div class="hero-label">Case Study — <?= htmlspecialchars($p['num']) ?></div>
<div class="section-label">Case Study — <?= htmlspecialchars($p['num']) ?></div>
<h1><?= htmlspecialchars($p['h1'][0]) ?><br><span class="h1-sub"><?= htmlspecialchars($p['h1'][1]) ?></span></h1>
<p class="hero-sub"><?= htmlspecialchars($p['sub']) ?></p>
<ul class="cs-meta-bar">