Skip to content

Commit a3e20b6

Browse files
author
TechStack Global
committed
chore: remove keep exploring and categories sections from homepage
1 parent a81fccf commit a3e20b6

File tree

1 file changed

+24
-64
lines changed

1 file changed

+24
-64
lines changed

index.html

Lines changed: 24 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -136,75 +136,35 @@ <h3 style="font-size: 1.6rem; margin-bottom: 1rem; line-height: 1.3;">Samsung 99
136136
</p>
137137
</section>
138138

139-
<!-- Internal Linking -->
140-
<section class="internal-links-curated container" style="padding-bottom: 3rem;">
141-
<p style="margin-bottom: 0.5rem;"><strong>Keep exploring:</strong> <a
142-
href="posts/apple-macbook-pro-m4-pro-review.html"
143-
style="color: var(--accent); font-weight: 500;">Latest reviews on laptops and mobile</a> |
144-
<a href="posts/shure-sm7db-review.html" style="color: var(--accent); font-weight: 500;">Premium
145-
audio guides</a> | <a href="amazon-stack.html"
146-
style="color: var(--accent); font-weight: 500;">Home office essentials</a>
147-
</p>
148-
<p><strong>Categories:</strong> <a href="amazon-stack.html"
149-
style="color: var(--accent);">Reviews</a>, <a href="blog.html"
150-
style="color: var(--accent);">Guides</a>, <a href="blog.html"
151-
style="color: var(--accent);">Software</a>, <a href="blog.html"
152-
style="color: var(--accent);">Productivity</a>, <a href="amazon-stack.html"
153-
style="color: var(--accent);">Audio</a>, <a href="amazon-stack.html"
154-
style="color: var(--accent);">Mobile</a></p>
155-
</section>
156139

157-
<! Featured Categories>
158-
<section id="categories" class="container section-padding">
159-
<div class="section-header">
160-
<h2>Explore the Stack</h2>
161-
<p>Browse hardware by category.</p>
162-
</div>
163-
<div class="category-grid"
164-
style="grid-template-columns: repeat(2, 1fr); max-width: 800px; margin: 0 auto;">
165-
<a href="amazon-stack.html" class="cat-card featured-cat">
166-
<i class="fa-brands fa-amazon"></i>
167-
<h3>Amazon Stack</h3>
168-
<p>Product Reviews</p>
169-
</a>
170-
171-
<a href="blog.html" class="cat-card" style="text-decoration: none;">
172-
<i class="fa-solid fa-newspaper"></i>
173-
<h3>Guides</h3>
174-
<p>In depth comparison guides and setups</p>
175-
</a>
176-
</div>
177-
</section>
178140

179141

180142

181-
<! Lead Capture / Newsletter>
182-
<!-- Lead Capture / Newsletter CTA -->
183-
<section class="newsletter-section section-padding">
184-
<div class="container cta-box glass-panel"
185-
style="border: 1px solid var(--border-glass); padding: 2.5rem; border-radius: var(--border-radius); text-align: center; max-width: 700px; margin: 0 auto;">
186-
<h2 style="font-size: 2.2rem; margin-bottom: 0.5rem;">Get Practical Tech Picks</h2>
187-
<p style="font-size: 1.1rem; color: var(--text-secondary); margin-bottom: 2rem;">Weekly
188-
reviews, guides, and curated deals for smart tech buyers.</p>
189-
190-
<form action="https://formsubmit.co/techstackglobal9@gmail.com" method="POST"
191-
class="email-form"
192-
style="display: flex; gap: 0.5rem; justify-content: center; flex-wrap: wrap;">
193-
<input type="email" name="email" placeholder="Enter your best email address"
194-
required
195-
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;">
196-
<input type="hidden" name="_next"
197-
value="https://techstackglobal.github.io/index.html">
198-
<input type="hidden" name="_subject"
199-
value="New Lead Magnet Submission - TechStack Global">
200-
<input type="hidden" name="_captcha" value="false">
201-
<button type="submit" class="btn-primary"
202-
style="padding: 1rem 1.5rem; border-radius: 8px;">Subscribe</button>
203-
</form>
204-
</div>
205-
</section>
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>
206164
</div>
207-
</section>
165+
</section>
166+
</div>
167+
</section>
208168
</main>
209169

210170
<footer class="glass-footer">

0 commit comments

Comments
 (0)