1
0

Continue Header, Footer, add SkipNavLink

This commit is contained in:
2026-02-18 15:51:43 +01:00
parent 21d5e9eb5e
commit cb5c5613a4
24 changed files with 609 additions and 613 deletions
+3 -2
View File
@@ -37,9 +37,9 @@ const services: Array<ComponentProps<typeof ServicesCard>> = [
];
---
<div class="services">
<div class="services" aria-label="Services section">
<div class="heading">
<h2>Our Services.</h2>
<h2 class="heading-gradient">Our Services.</h2>
<p>
Together as partners, we will tackle your digital challenge and turn
@@ -69,6 +69,7 @@ const services: Array<ComponentProps<typeof ServicesCard>> = [
& h2 {
grid-column: 1 / 6;
height: max-content;
font-size: 4.75rem;
line-height: var(--leading-title);