|
43 | 43 | <header class="glass-header"> |
44 | 44 | <nav class="container"> |
45 | 45 | <div class="logo"><a href="index.html">TechStack<span class="accent">Global</span></a></div> |
46 | | - <ul class="nav-links"> |
| 46 | + <button class="menu-toggle" aria-label="Toggle Menu"> |
| 47 | + <i class="fa-solid fa-bars"></i> |
| 48 | + </button> |
| 49 | + <ul class="nav-links" id="nav-links"> |
47 | 50 | <li><a href="index.html">Home</a></li> |
48 | 51 | <li><a href="amazon-stack.html" class="active">Amazon Stack</a></li> |
49 | 52 | <li><a href="blog.html">Guides</a></li> |
|
61 | 64 |
|
62 | 65 | <main class="container section-padding"> |
63 | 66 | <header class="section-header"> |
64 | | - <span class="badge">Amazon Associate Stack</span> |
65 | | - <h1>Tech Hardware for <span class="gradient-text">Modern Work & Growth</span></h1> |
66 | | - <p>Inclusive guides for students, freelancers, and remote teams.</p> |
| 67 | + <h1>The Amazon Stack</h1> |
67 | 68 | </header> |
68 | 69 |
|
69 | 70 | <section class="stack-subcategory" style="margin-bottom: 4rem;"> |
70 | 71 | <h2 |
71 | 72 | style="margin-bottom: 0.5rem; border-bottom: 1px solid var(--accent); display: inline-block; padding-bottom: 5px;"> |
72 | | - 🏠 Remote Work & Productivity Setup |
| 73 | + Product Library |
73 | 74 | </h2> |
74 | 75 | <p style="color: var(--text-muted); margin-bottom: 2rem; max-width: 800px;"> |
75 | | - Our fully vetted, core hardware stack designed to build a unified, high-performance home office. From |
76 | | - powerful laptops to essential infrastructure, this is the productivity ecosystem of 2026. |
| 76 | + Hardware chosen for performance, reliability, and practical daily use. |
77 | 77 | </p> |
78 | | - <div class="blog-grid" style="grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));"> |
| 78 | + <div class="blog-grid" style="grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));"> |
79 | 79 | <!-- MacBook Pro --> |
80 | | - <div class="blog-card glass-panel" style="border-top: 3px solid var(--accent);"> |
81 | | - <div class="blog-category">Premium Laptop</div> |
82 | | - <h3><a href="posts/apple-macbook-pro-m4-pro-review.html">Apple MacBook Pro M4 Pro</a></h3> |
83 | | - <p>The efficiency benchmark for AI engineers and mobile operators. 20+ hours of battery life.</p> |
84 | | - <div class="card-meta"><span>9.8/10</span> <a href="posts/apple-macbook-pro-m4-pro-review.html" |
85 | | - class="read-more">Full Analysis →</a></div> |
| 80 | + <div class="product-item glass-panel"> |
| 81 | + <div class="product-thumbnail-wrapper"> |
| 82 | + <img src="assets/images/macbook_hero.jpg" alt="Apple MacBook Pro M4 Pro — product thumbnail" |
| 83 | + class="product-thumbnail" loading="lazy"> |
| 84 | + </div> |
| 85 | + <div class="product-info"> |
| 86 | + <div class="product-meta">Elite Performance</div> |
| 87 | + <h3><a href="posts/apple-macbook-pro-m4-pro-review.html" |
| 88 | + aria-label="Open review: Apple MacBook Pro M4 Pro">Apple MacBook Pro M4 Pro</a></h3> |
| 89 | + <a href="posts/apple-macbook-pro-m4-pro-review.html" class="view-review-cta">View Review <i |
| 90 | + class="fa-solid fa-arrow-right"></i></a> |
| 91 | + </div> |
86 | 92 | </div> |
87 | 93 |
|
88 | 94 | <!-- Dell XPS 15 --> |
89 | | - <div class="blog-card glass-panel" style="border-top: 3px solid #00c3ff;"> |
90 | | - <div class="blog-category">Enterprise Laptop</div> |
91 | | - <h3><a href="posts/dell-xps-15-9530-review.html">Dell XPS 15 9530</a></h3> |
92 | | - <p>The premier Windows workstation with upgradeable RAM and classic enterprise build quality.</p> |
93 | | - <div class="card-meta"><span>9.4/10</span> <a href="posts/dell-xps-15-9530-review.html" |
94 | | - class="read-more">Full Analysis →</a></div> |
| 95 | + <div class="product-item glass-panel"> |
| 96 | + <div class="product-thumbnail-wrapper"> |
| 97 | + <img src="https://m.media-amazon.com/images/I/61Ks9X44eVL._AC_SL1181_.jpg" |
| 98 | + alt="Dell XPS 15 9530 — product thumbnail" class="product-thumbnail" loading="lazy"> |
| 99 | + </div> |
| 100 | + <div class="product-info"> |
| 101 | + <div class="product-meta">Enterprise Windows</div> |
| 102 | + <h3><a href="posts/dell-xps-15-9530-review.html" aria-label="Open review: Dell XPS 15 9530">Dell |
| 103 | + XPS 15 9530</a></h3> |
| 104 | + <a href="posts/dell-xps-15-9530-review.html" class="view-review-cta">View Review <i |
| 105 | + class="fa-solid fa-arrow-right"></i></a> |
| 106 | + </div> |
95 | 107 | </div> |
96 | 108 |
|
97 | 109 | <!-- Surface Laptop Studio 2 --> |
98 | | - <div class="blog-card glass-panel" style="border-top: 3px solid #ff4b2b;"> |
99 | | - <div class="blog-category">Creative Laptop</div> |
100 | | - <h3><a href="posts/surface-laptop-studio-2-review.html">Surface Laptop Studio 2</a></h3> |
101 | | - <p>The ultimate agile workstation for product managers and digital artists with a floating display. |
102 | | - </p> |
103 | | - <div class="card-meta"><span>9.2/10</span> <a href="posts/surface-laptop-studio-2-review.html" |
104 | | - class="read-more">Full Analysis →</a></div> |
| 110 | + <div class="product-item glass-panel"> |
| 111 | + <div class="product-thumbnail-wrapper"> |
| 112 | + <img src="https://m.media-amazon.com/images/I/61LMopCIyTL._AC_SL1200_.jpg" |
| 113 | + alt="Surface Laptop Studio 2 — product thumbnail" class="product-thumbnail" loading="lazy"> |
| 114 | + </div> |
| 115 | + <div class="product-info"> |
| 116 | + <div class="product-meta">Creative Hybrid</div> |
| 117 | + <h3><a href="posts/surface-laptop-studio-2-review.html" |
| 118 | + aria-label="Open review: Surface Laptop Studio 2">Surface Laptop Studio 2</a></h3> |
| 119 | + <a href="posts/surface-laptop-studio-2-review.html" class="view-review-cta">View Review <i |
| 120 | + class="fa-solid fa-arrow-right"></i></a> |
| 121 | + </div> |
105 | 122 | </div> |
106 | 123 |
|
107 | 124 | <!-- Samsung SSD --> |
108 | | - <div class="blog-card glass-panel"> |
109 | | - <div class="blog-category">High-Speed Storage</div> |
110 | | - <h3><a href="posts/samsung-990-pro-ssd-review.html">Samsung 990 PRO SSD 2TB</a></h3> |
111 | | - <p>The premier NVMe upgrade for content creators, hitting 7,450 MB/s to eliminate loading times.</p> |
112 | | - <div class="card-meta"><span>9.8/10</span> <a href="posts/samsung-990-pro-ssd-review.html" |
113 | | - class="read-more">Full Analysis →</a></div> |
| 125 | + <div class="product-item glass-panel"> |
| 126 | + <div class="product-thumbnail-wrapper"> |
| 127 | + <img src="https://images-na.ssl-images-amazon.com/images/P/B0BHJJ9Y77.01._SCLZZZZZZZ_.jpg" |
| 128 | + alt="Samsung 990 PRO SSD 2TB — product thumbnail" class="product-thumbnail" loading="lazy"> |
| 129 | + </div> |
| 130 | + <div class="product-info"> |
| 131 | + <div class="product-meta">High-Speed Storage</div> |
| 132 | + <h3><a href="posts/samsung-990-pro-ssd-review.html" |
| 133 | + aria-label="Open review: Samsung 990 PRO SSD 2TB">Samsung 990 PRO SSD 2TB</a></h3> |
| 134 | + <a href="posts/samsung-990-pro-ssd-review.html" class="view-review-cta">View Review <i |
| 135 | + class="fa-solid fa-arrow-right"></i></a> |
| 136 | + </div> |
114 | 137 | </div> |
115 | 138 |
|
116 | 139 | <!-- LG Monitor --> |
117 | | - <div class="blog-card glass-panel"> |
118 | | - <div class="blog-category">4K Display</div> |
119 | | - <h3><a href="posts/lg-27us500-w-ultrafine-monitor-review.html">LG 27US500-W 4K Monitor</a></h3> |
120 | | - <p>Expand your workspace and reduce eye strain with stunning retina-level 4K text clarity.</p> |
121 | | - <div class="card-meta"><span>9.3/10</span> <a |
122 | | - href="posts/lg-27us500-w-ultrafine-monitor-review.html" class="read-more">Full Analysis |
123 | | - →</a></div> |
| 140 | + <div class="product-item glass-panel"> |
| 141 | + <div class="product-thumbnail-wrapper"> |
| 142 | + <img src="https://m.media-amazon.com/images/I/71R-r8EAn2L._AC_SL1500_.jpg" |
| 143 | + alt="LG 27US500-W 4K Monitor — product thumbnail" class="product-thumbnail" loading="lazy"> |
| 144 | + </div> |
| 145 | + <div class="product-info"> |
| 146 | + <div class="product-meta">4K Productivity</div> |
| 147 | + <h3><a href="posts/lg-27us500-w-ultrafine-monitor-review.html" |
| 148 | + aria-label="Open review: LG 27US500-W 4K Monitor">LG 27US500-W 4K Monitor</a></h3> |
| 149 | + <a href="posts/lg-27us500-w-ultrafine-monitor-review.html" class="view-review-cta">View Review |
| 150 | + <i class="fa-solid fa-arrow-right"></i></a> |
| 151 | + </div> |
124 | 152 | </div> |
125 | 153 |
|
126 | 154 | <!-- Dell Dock --> |
127 | | - <div class="blog-card glass-panel"> |
128 | | - <div class="blog-category">Thunderbolt Hub</div> |
129 | | - <h3><a href="posts/dell-thunderbolt-smart-dock-review.html">Dell SD25TB4 Pro Dock</a></h3> |
130 | | - <p>The core of a one-cable desk setup, providing massive bandwidth and 130W laptop charging.</p> |
131 | | - <div class="card-meta"><span>9.6/10</span> <a href="posts/dell-thunderbolt-smart-dock-review.html" |
132 | | - class="read-more">Full Analysis →</a></div> |
| 155 | + <div class="product-item glass-panel"> |
| 156 | + <div class="product-thumbnail-wrapper"> |
| 157 | + <img src="assets/images/products/dell-sd25tb4-box.jpg" |
| 158 | + alt="Dell SD25TB4 Pro Dock — product thumbnail" class="product-thumbnail" loading="lazy"> |
| 159 | + </div> |
| 160 | + <div class="product-info"> |
| 161 | + <div class="product-meta">Thunderbolt Hub</div> |
| 162 | + <h3><a href="posts/dell-thunderbolt-smart-dock-review.html" |
| 163 | + aria-label="Open review: Dell SD25TB4 Pro Dock">Dell SD25TB4 Pro Dock</a></h3> |
| 164 | + <a href="posts/dell-thunderbolt-smart-dock-review.html" class="view-review-cta">View Review <i |
| 165 | + class="fa-solid fa-arrow-right"></i></a> |
| 166 | + </div> |
133 | 167 | </div> |
134 | 168 | </div> |
135 | 169 | </section> |
|
0 commit comments