Redesign services section with bold typographic layout and update CTA copy across site

This commit is contained in:
Ovidiu U
2026-03-14 07:18:24 +00:00
parent 484066a80e
commit a4c8912b61
5 changed files with 176 additions and 61 deletions

View File

@@ -4,7 +4,7 @@
<div class="section-content">
<a href="/portfolio" class="cs-back cs-back--lg"> Back to All Work</a>
<p class="large-text">Got a project in mind?</p>
<a href="mailto:hello@uovidiu.com" class="btn">Get in Touch </a>
<a href="mailto:hello@uovidiu.com" class="btn">Let's Talk →</a>
</div>
</section>

View File

@@ -7,7 +7,7 @@
<meta name="description" content="<?php echo htmlspecialchars($description); ?>">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700&family=DM+Sans:wght@400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;700;900&family=DM+Sans:wght@400;500&family=Archivo+Black&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/style.css">
<?php if (!empty($extra_css)): ?>
<link rel="stylesheet" href="<?php echo htmlspecialchars($extra_css); ?>">