|
80 | 80 | <section class="hero container"> |
81 | 81 | <div class="hero-content"> |
82 | 82 | <span class="badge">Amazon Tech Authority</span> |
83 | | - <h1>A Trusted Buying Guide for <br><span class="gradient-text">Modern Work & Digital Growth</span> |
| 83 | + <h1>Make Smarter <br><span class="gradient-text">Tech Decisions.</span> |
84 | 84 | </h1> |
85 | | - <p class="hero-sub">Vetted hardware setups for students, freelancers, and remote workers.</p> |
| 85 | + <p class="hero-sub">No hype. No fluff. Just clear guidance on the tech that powers modern work.</p> |
86 | 86 | <div class="hero-ctas"> |
87 | 87 | <a href="#recommended" class="btn-primary">Explore Top Hardware</a> |
88 | 88 | <a href="amazon-stack.html" class="btn-secondary">View the Amazon Stack</a> |
89 | 89 | </div> |
90 | 90 | </div> |
91 | 91 | <!-- Abstract futuristic graphic representation --> |
92 | 92 | <div class="hero-visual"> |
93 | | - <div class="glass-card abstract-card card-1"><i class="fa-solid fa-laptop-code"></i> Work Hardware</div> |
94 | | - <div class="glass-card abstract-card card-2"><i class="fa-solid fa-microchip"></i> Remote Productivity |
| 93 | + <div class="glass-card abstract-card card-1"><i class="fa-solid fa-gauge-high"></i> Performance</div> |
| 94 | + <div class="glass-card abstract-card card-2"><i class="fa-solid fa-eye"></i> Clarity |
95 | 95 | </div> |
96 | | - <div class="glass-card abstract-card card-3"><i class="fa-solid fa-chart-line"></i> Growth Tools</div> |
| 96 | + <div class="glass-card abstract-card card-3"><i class="fa-solid fa-shield-halved"></i> Reliability</div> |
97 | 97 | </div> |
98 | 98 | </section> |
99 | 99 |
|
@@ -313,19 +313,26 @@ <h3><a href="posts/dell-xps-15-9530-review.html">Dell XPS 15 9530 vs Traditional |
313 | 313 |
|
314 | 314 | <!-- Lead Capture / Newsletter --> |
315 | 315 | <section class="newsletter-section section-padding"> |
316 | | - <div class="container glass-panel newsletter-box"> |
| 316 | + <div class="container glass-panel newsletter-box" |
| 317 | + style="border: 1px solid var(--accent); position: relative; overflow: hidden;"> |
317 | 318 | <div class="newsletter-content"> |
318 | | - <h2>Join 10,000+ Modern Professionals</h2> |
319 | | - <p>Get practical tech guides, budget-friendly hardware picks, and productivity breakdowns delivered |
320 | | - weekly.</p> |
321 | | - <form action="https://formsubmit.co/techstackglobal9@gmail.com" method="POST" class="email-form"> |
322 | | - <input type="email" name="email" placeholder="Your email address" required> |
| 319 | + <h2 style="font-size: 2.8rem; margin-bottom: 1rem;">Get the Elite Tech Setup Checklist</h2> |
| 320 | + <p style="font-size: 1.1rem; max-width: 600px; margin: 0 auto 2.5rem;">Join thousands of founders |
| 321 | + and freelancers who refuse to compromise on their digital setups. No spam, only high-signal tech |
| 322 | + intel.</p> |
| 323 | + <form action="https://formsubmit.co/techstackglobal9@gmail.com" method="POST" class="email-form" |
| 324 | + style="max-width: 550px;"> |
| 325 | + <input type="email" name="email" placeholder="Enter your best email address" required |
| 326 | + style="padding: 1.2rem; font-size: 1.05rem;"> |
323 | 327 | <input type="hidden" name="_next" value="https://techstackglobal.github.io/index.html"> |
324 | | - <input type="hidden" name="_subject" value="New Newsletter Subscription"> |
| 328 | + <input type="hidden" name="_subject" value="New Lead Magnet Submission - TechStack Global"> |
325 | 329 | <input type="hidden" name="_captcha" value="false"> |
326 | | - <button type="submit" class="btn-primary">Subscribe Now</button> |
| 330 | + <button type="submit" class="btn-primary" style="padding: 1.2rem 2rem; font-size: 1.05rem;">Send |
| 331 | + Me The Checklist</button> |
327 | 332 | </form> |
328 | | - <p class="spam-notice">No spam. Unsubscribe anytime.</p> |
| 333 | + <p class="spam-notice" style="margin-top: 1.5rem;"><i class="fa-solid fa-lock" |
| 334 | + style="color: var(--text-secondary); margin-right: 5px;"></i> Your email is strictly |
| 335 | + confidential. Unsubscribe anytime.</p> |
329 | 336 | </div> |
330 | 337 | </div> |
331 | 338 | </section> |
|
0 commit comments