Skip to content

Commit 1e73dc4

Browse files
author
TechStack Global
committed
chore: merge feature/remove-homepage-intro
2 parents 08b7def + bdeb8ce commit 1e73dc4

File tree

1 file changed

+47
-37
lines changed

1 file changed

+47
-37
lines changed

index.html

Lines changed: 47 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -126,45 +126,55 @@ <h3 style="font-size: 1.6rem; margin-bottom: 1rem; line-height: 1.3;">Samsung 99
126126
</div>
127127
</section>
128128

129-
<!-- Homepage Intro (High-Performance Tech Focus) -->
130-
<section class="homepage-intro container section-padding" style="padding-bottom: 1rem;">
131-
<p style="font-size: 1.1rem; max-width: 800px;">
132-
TechStack Global publishes structured, research-driven product reviews focused on
133-
high-performance technology.
134-
We evaluate premium tools, professional equipment, and serious upgrades helping you make
135-
confident, high-value decisions.
136-
</p>
137-
</section>
138-
139-
140-
141-
142-
143-
<! Lead Capture / Newsletter>
144-
<!-- Lead Capture / Newsletter CTA -->
145-
<section class="newsletter-section section-padding">
146-
<div class="container cta-box glass-panel"
147-
style="border: 1px solid var(--border-glass); padding: 2.5rem; border-radius: var(--border-radius); text-align: center; max-width: 700px; margin: 0 auto;">
148-
<h2 style="font-size: 2.2rem; margin-bottom: 0.5rem;">Get Practical Tech Picks</h2>
149-
<p style="font-size: 1.1rem; color: var(--text-secondary); margin-bottom: 2rem;">Weekly
150-
reviews, guides, and curated deals for smart tech buyers.</p>
151-
152-
<form action="https://formsubmit.co/techstackglobal9@gmail.com" method="POST"
153-
class="email-form"
154-
style="display: flex; gap: 0.5rem; justify-content: center; flex-wrap: wrap;">
155-
<input type="email" name="email" placeholder="Enter your best email address" required
156-
style="padding: 1rem; font-size: 1rem; border-radius: 8px; border: 1px solid var(--border-glass); background: rgba(0,0,0,0.2); color: white; flex: 1; min-width: 250px; max-width: 350px;">
157-
<input type="hidden" name="_next" value="https://techstackglobal.github.io/index.html">
158-
<input type="hidden" name="_subject"
159-
value="New Lead Magnet Submission - TechStack Global">
160-
<input type="hidden" name="_captcha" value="false">
161-
<button type="submit" class="btn-primary"
162-
style="padding: 1rem 1.5rem; border-radius: 8px;">Subscribe</button>
163-
</form>
129+
<! Featured Categories>
130+
<section id="categories" class="container section-padding" style="padding-top: 2rem;">
131+
<div class="section-header">
132+
<h2>Explore the Stack</h2>
133+
<p>Browse hardware by category.</p>
134+
</div>
135+
<div class="category-grid"
136+
style="grid-template-columns: repeat(2, 1fr); max-width: 800px; margin: 0 auto;">
137+
<a href="amazon-stack.html" class="cat-card featured-cat">
138+
<i class="fa-brands fa-amazon"></i>
139+
<h3>Amazon Stack</h3>
140+
<p>Product Reviews</p>
141+
</a>
142+
143+
<a href="blog.html" class="cat-card" style="text-decoration: none;">
144+
<i class="fa-solid fa-newspaper"></i>
145+
<h3>Guides</h3>
146+
<p>In depth comparison guides and setups</p>
147+
</a>
164148
</div>
165149
</section>
166-
</div>
167-
</section>
150+
151+
<! Lead Capture / Newsletter>
152+
<!-- Lead Capture / Newsletter CTA -->
153+
<section class="newsletter-section section-padding">
154+
<div class="container cta-box glass-panel"
155+
style="border: 1px solid var(--border-glass); padding: 2.5rem; border-radius: var(--border-radius); text-align: center; max-width: 700px; margin: 0 auto;">
156+
<h2 style="font-size: 2.2rem; margin-bottom: 0.5rem;">Get Practical Tech Picks</h2>
157+
<p style="font-size: 1.1rem; color: var(--text-secondary); margin-bottom: 2rem;">Weekly
158+
reviews, guides, and curated deals for smart tech buyers.</p>
159+
160+
<form action="https://formsubmit.co/techstackglobal9@gmail.com" method="POST"
161+
class="email-form"
162+
style="display: flex; gap: 0.5rem; justify-content: center; flex-wrap: wrap;">
163+
<input type="email" name="email" placeholder="Enter your best email address"
164+
required
165+
style="padding: 1rem; font-size: 1rem; border-radius: 8px; border: 1px solid var(--border-glass); background: rgba(0,0,0,0.2); color: white; flex: 1; min-width: 250px; max-width: 350px;">
166+
<input type="hidden" name="_next"
167+
value="https://techstackglobal.github.io/index.html">
168+
<input type="hidden" name="_subject"
169+
value="New Lead Magnet Submission - TechStack Global">
170+
<input type="hidden" name="_captcha" value="false">
171+
<button type="submit" class="btn-primary"
172+
style="padding: 1rem 1.5rem; border-radius: 8px;">Subscribe</button>
173+
</form>
174+
</div>
175+
</section>
176+
</div>
177+
</section>
168178
</main>
169179

170180
<footer class="glass-footer">

0 commit comments

Comments
 (0)