CodeIssuesPull RequestsActionsSecurityInsights
✨ AI
More
Settings

Force Vercel redeploy from df877d6 — all dark theme fixes included #3971

Merged⚡ AI-generatedXSccantynz wants to mergeclaude/tech-strategy-docs-yGTXgmainopened Mar 30, 20260/3 tasks
1 changed file+7−7
Modifiedapp/page.jsx+7−7View fileUnifiedSplit
6868 <Nav />
6969
7070 {/* ── HERO ──────────────────────────────────── */}
71 <section className="pt-40 pb-32 px-4 relative overflow-hidden">
71 <section className="pt-40 pb-32 px-6 md:px-8 relative overflow-hidden">
7272 <div className="absolute inset-0 bg-[radial-gradient(ellipse_50%_40%_at_50%_-5%,rgba(218,167,59,0.07),transparent_70%)]" />
7373
7474 <div className="max-w-3xl mx-auto text-center relative z-10">
116116 </section>
117117
118118 {/* ── TRUST BAR ─────────────────────────────── */}
119 <section className="py-5 px-4 border-y border-white/[0.04]">
119 <section className="py-5 px-6 md:px-8 border-y border-white/[0.04]">
120120 <div className="max-w-4xl mx-auto flex flex-wrap items-center justify-center gap-10 text-[11px] text-white/20 tracking-wide">
121121 <span>256-bit encryption</span>
122122 <span>GDPR compliant</span>
126126 </section>
127127
128128 {/* ── WHO IT'S FOR ──────────────────────────── */}
129 <section ref={r1} className="reveal py-28 px-4">
129 <section ref={r1} className="reveal py-28 px-6 md:px-8">
130130 <div className="max-w-4xl mx-auto">
131131 <p className="text-[11px] text-gold-400/60 uppercase tracking-[0.2em] text-center mb-4">Built for precision</p>
132132 <h2 className="text-2xl md:text-3xl font-bold text-white text-center mb-16">
158158 </section>
159159
160160 {/* ── CAPABILITIES ─────────────────────────── */}
161 <section ref={r2} className="reveal py-28 px-4 border-t border-white/[0.04]">
161 <section ref={r2} className="reveal py-28 px-6 md:px-8 border-t border-white/[0.04]">
162162 <div className="max-w-4xl mx-auto">
163163 <p className="text-[11px] text-gold-400/60 uppercase tracking-[0.2em] text-center mb-4">Capabilities</p>
164164 <h2 className="text-2xl md:text-3xl font-bold text-white text-center mb-16">
184184 </section>
185185
186186 {/* ── BEFORE/AFTER ──────────────────────────── */}
187 <section ref={r3} className="reveal py-28 px-4 border-t border-white/[0.04]">
187 <section ref={r3} className="reveal py-28 px-6 md:px-8 border-t border-white/[0.04]">
188188 <div className="max-w-3xl mx-auto">
189189 <p className="text-[11px] text-gold-400/60 uppercase tracking-[0.2em] text-center mb-4">Precision</p>
190190 <h2 className="text-2xl md:text-3xl font-bold text-white text-center mb-16">
228228 </section>
229229
230230 {/* ── PRICING ───────────────────────────────── */}
231 <section ref={r4} className="reveal py-28 px-4 border-t border-white/[0.04]">
231 <section ref={r4} className="reveal py-28 px-6 md:px-8 border-t border-white/[0.04]">
232232 <div className="max-w-3xl mx-auto text-center">
233233 <p className="text-[11px] text-gold-400/60 uppercase tracking-[0.2em] mb-4">Pricing</p>
234234 <h2 className="text-2xl md:text-3xl font-bold text-white mb-16">Straightforward</h2>
254254 </section>
255255
256256 {/* ── CTA ───────────────────────────────────── */}
257 <section ref={r5} className="reveal py-28 px-4 border-t border-white/[0.04]">
257 <section ref={r5} className="reveal py-28 px-6 md:px-8 border-t border-white/[0.04]">
258258 <div className="max-w-2xl mx-auto text-center">
259259 <h2 className="text-2xl md:text-3xl font-bold text-white mb-5">
260260 Your reputation depends on<br />every word you write.
261261
c comment · e edit title · m merge · a approve · r request changes · ? shortcuts