patx/afterdarklabs
update hero layout
Commit 70e3333 · patx · 2026-06-01T11:40:44-04:00
Comments
No comments yet.
Diff
diff --git a/docs/index.html b/docs/index.html
index 8d13836..ea2bf82 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -132,15 +132,14 @@
<canvas id="hero-canvas"></canvas>
<div class="hero-vignette"></div>
- <div class="hero-content max-w-4xl mx-auto px-6 py-32 flex flex-col items-center text-center w-full">
- <div class="space-y-8">
- <h1 class="heading text-7xl md:text-8xl font-bold leading-none tracking-tighter">
+ <div class="hero-content mx-auto grid w-full max-w-7xl gap-10 px-6 py-32 text-left lg:grid-cols-[1.3fr_0.7fr] lg:items-end">
+ <div>
+ <h1 class="heading text-7xl font-bold leading-none tracking-tighter md:text-8xl lg:text-7xl xl:text-8xl">
Custom websites<br>and mobile apps<br>that help businesses<br><span class="neon-text">thrive</span>.
</h1>
- <p class="text-xl text-gray-300 max-w-xl mx-auto">
- Strategy, design, development, SEO, integrations, and launch support for U.S. businesses that need digital products built with focus.
- </p>
- <div class="flex flex-wrap gap-5 justify-center">
+ </div>
+ <div class="mx-auto flex max-w-xl flex-col items-start gap-8 lg:mx-0">
+ <div class="flex flex-wrap gap-5 justify-start">
<a href="#contact" class="px-8 py-5 bg-[#ccff00] hover:bg-white text-black font-semibold rounded-3xl text-lg transition-all flex items-center gap-3 group">
Let's Build Something
<span class="group-hover:rotate-45 transition-transform">→</span>
diff --git a/docs/logo_big.png b/docs/logo_big.png
new file mode 100644
index 0000000..dd00898
Binary files /dev/null and b/docs/logo_big.png differ