Skip to content

Commit d90de8f

Browse files
author
TechStack Global
committed
fix(links): add headphones to blog and amazon-stack index pages
1 parent 1788c15 commit d90de8f

File tree

2 files changed

+47
-9
lines changed

2 files changed

+47
-9
lines changed

amazon-stack.html

Lines changed: 37 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<html lang="en">
44

55
<head>
6-
<!-- Google tag (gtag.js) -->
7-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-06NR0F5381"></script>
8-
<script>
9-
window.dataLayer = window.dataLayer || [];
10-
function gtag(){dataLayer.push(arguments);}
11-
gtag('js', new Date());
12-
13-
gtag('config', 'G-06NR0F5381');
14-
</script>
6+
<!-- Google tag (gtag.js) -->
7+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-06NR0F5381"></script>
8+
<script>
9+
window.dataLayer = window.dataLayer || [];
10+
function gtag() { dataLayer.push(arguments); }
11+
gtag('js', new Date());
12+
13+
gtag('config', 'G-06NR0F5381');
14+
</script>
1515
<meta charset="utf-8" />
1616
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
1717
<title>Amazon Product Stack | Modern Tech Hardware | TechStack Global</title>
@@ -241,6 +241,34 @@ <h3><a aria-label="Open review: Samsung Odyssey G8 OLED"
241241
class="fa-solid fa-arrow-right"></i></a>
242242
</div>
243243
</div>
244+
<!-- Sony WH-1000XM5 -->
245+
<div class="product-item glass-card">
246+
<div class="product-thumbnail-wrapper">
247+
<img alt="Sony WH-1000XM5 wireless noise cancelling headphones thumbnail"
248+
class="product-thumbnail" loading="lazy" src="posts/images/sony-wh-1000xm5-front.jpg" />
249+
</div>
250+
<div class="product-info">
251+
<div class="product-meta">Noise Canceling Audio</div>
252+
<h3><a aria-label="Open review: Sony WH-1000XM5" href="posts/sony-wh-1000xm5-review.html">Sony
253+
WH-1000XM5</a></h3>
254+
<a class="view-review-cta" href="posts/sony-wh-1000xm5-review.html">View Review <i
255+
class="fa-solid fa-arrow-right"></i></a>
256+
</div>
257+
</div>
258+
<!-- Bose QuietComfort Ultra -->
259+
<div class="product-item glass-card">
260+
<div class="product-thumbnail-wrapper">
261+
<img alt="Bose QuietComfort Ultra wireless headphones thumbnail" class="product-thumbnail"
262+
loading="lazy" src="posts/images/bose-qc-ultra-front.jpg" />
263+
</div>
264+
<div class="product-info">
265+
<div class="product-meta">Spatial Audio & Comfort</div>
266+
<h3><a aria-label="Open review: Bose QuietComfort Ultra"
267+
href="posts/bose-qc-ultra-review.html">Bose QC Ultra</a></h3>
268+
<a class="view-review-cta" href="posts/bose-qc-ultra-review.html">View Review <i
269+
class="fa-solid fa-arrow-right"></i></a>
270+
</div>
271+
</div>
244272
</div>
245273
</section>
246274
</main>

blog.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,16 @@ <h3><a href="posts/shure-sm7b-vs-sm7db.html">Shure SM7B vs SM7dB (2026): Which S
107107
href="posts/shure-sm7b-vs-sm7db.html">Read Guide →</a>
108108
</div>
109109
</div>
110+
<!-- Headphones Comparison-->
111+
<div class="blog-card glass-card" style="border-top: 3px solid #ff4b2b;">
112+
<div class="blog-category">Head-to-Head</div>
113+
<h3><a href="posts/sony-xm5-vs-bose-qc-ultra.html">Sony XM5 vs Bose QC Ultra (2026)</a></h3>
114+
<p>The definitive comparison of the ultimate premium active noise-canceling headphones for
115+
professionals.</p>
116+
<div class="card-meta"><span>Comparison</span> <a class="read-more"
117+
href="posts/sony-xm5-vs-bose-qc-ultra.html">Read Analysis →</a>
118+
</div>
119+
</div>
110120
<!-- Best Remote Work Setup-->
111121
<div class="blog-card glass-card">
112122
<div class="blog-category">Ecosystem Guide</div>

0 commit comments

Comments
 (0)