Skip to content

Commit 0ffe8d3

Browse files
committed
Styling update to Hero spacing
1 parent 105fbb2 commit 0ffe8d3

1 file changed

Lines changed: 0 additions & 69 deletions

File tree

src/pages/hero.astro

Lines changed: 0 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -6,75 +6,6 @@ const path = '/hero/'
66
---
77

88
<BaseLayout description={pageDescription} noindex={true} pageTitle={pageTitle} path={path}>
9-
<!-- ============================================================
10-
CONTACT CTA VARIANTS - For Visual Comparison
11-
============================================================ -->
12-
13-
<section class="py-16 space-y-16">
14-
<div class="container mx-auto px-4 sm:px-6 lg:px-8">
15-
<h2 class="text-2xl font-bold text-content mb-4">Contact CTA Variants</h2>
16-
<div class="mb-16">
17-
<section
18-
class="py-10 bg-linear-to-br from-(--color-primary) to-(--color-accent) relative overflow-hidden rounded-2xl"
19-
aria-labelledby="contact-cta-v1-title"
20-
aria-describedby="contact-cta-v1-description"
21-
>
22-
<div class="absolute inset-0 opacity-10">
23-
<div
24-
class="absolute top-0 left-0 w-72 h-72 bg-white rounded-full blur-3xl -translate-x-1/2 -translate-y-1/2"
25-
></div>
26-
<div
27-
class="absolute bottom-0 right-0 w-72 h-72 bg-white rounded-full blur-3xl translate-x-1/2 translate-y-1/2"
28-
></div>
29-
</div>
30-
31-
<div class="container mx-auto px-6 sm:px-8 relative z-(--z-raised)">
32-
<div class="flex flex-col lg:flex-row lg:items-center lg:justify-between gap-6">
33-
<div class="max-w-xl">
34-
<h3 id="contact-cta-v1-title" class="text-2xl md:text-3xl font-bold text-white leading-tight">
35-
Need a second set of eyes on production?
36-
</h3>
37-
<p id="contact-cta-v1-description" class="text-sm md:text-base text-white/90 mt-2">
38-
Migrations, CI/CD, observability, and reliability fixes for teams that ship.
39-
</p>
40-
</div>
41-
42-
<div class="flex flex-col sm:flex-row gap-3">
43-
<a
44-
href="/contact"
45-
class="inline-flex items-center justify-center px-6 py-3 bg-white text-primary font-semibold rounded-xl hover:bg-white/90 transition-colors whitespace-nowrap"
46-
>
47-
Get in touch
48-
<svg
49-
class="w-5 h-5 ml-2"
50-
fill="none"
51-
stroke="currentColor"
52-
viewBox="0 0 24 24"
53-
aria-hidden="true"
54-
focusable="false"
55-
>
56-
<path
57-
stroke-linecap="round"
58-
stroke-linejoin="round"
59-
stroke-width="2"
60-
d="M13 7l5 5m0 0l-5 5m5-5H6"
61-
></path>
62-
</svg>
63-
</a>
64-
<a
65-
href="/services"
66-
class="inline-flex items-center justify-center px-6 py-3 bg-transparent border-2 border-white text-white font-semibold rounded-xl hover:bg-white hover:text-primary transition-colors whitespace-nowrap"
67-
>
68-
View services
69-
</a>
70-
</div>
71-
</div>
72-
</div>
73-
</section>
74-
</div>
75-
</div>
76-
</section>
77-
789
<!-- ============================================================
7910
DOWNLOAD CTA
8011
============================================================ -->

0 commit comments

Comments
 (0)