Skip to content

Commit a61d911

Browse files
author
TechStack Global
committed
style: replace dock image with hero shot without hands
1 parent a6ce9f9 commit a61d911

3 files changed

Lines changed: 18 additions & 4 deletions

File tree

blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h1>Tech Stack Reviews & Guides</h1>
5858
<!-- Dell Thunderbolt 4 Dock -->
5959
<div class="blog-card glass-panel" style="border-top: 3px solid #00c3ff;">
6060
<div class="blog-category">Hardware Accessories</div>
61-
<img src="https://m.media-amazon.com/images/I/71pu-IXQNaL._AC_SL1500_.jpg"
61+
<img src="https://m.media-amazon.com/images/I/41eopoolt1L._AC_SL1500_.jpg"
6262
alt="Dell SD25TB4 Pro Docking Station"
6363
style="width:100%; height:200px; object-fit:contain; border-radius:8px; margin-bottom:1rem; padding: 1rem; background: white;">
6464
<h3><a href="posts/dell-thunderbolt-smart-dock-review.html">Dell Thunderbolt 4 Smart Dock Review</a>

posts/dell-thunderbolt-smart-dock-review.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta property="og:title" content="Dell SD25TB4 Pro Review: The Perfect Thunderbolt 4 Docking Station">
1717
<meta property="og:description"
1818
content="Why this Dell Thunderbolt 4 Smart Dock is a mandatory upgrade for power users, offering 8K display support and massive 180W power delivery.">
19-
<meta property="og:image" content="https://m.media-amazon.com/images/I/71pu-IXQNaL._AC_SL1500_.jpg">
19+
<meta property="og:image" content="https://m.media-amazon.com/images/I/41eopoolt1L._AC_SL1500_.jpg">
2020

2121
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
2222
rel="stylesheet">
@@ -61,7 +61,7 @@
6161
"@context": "https://schema.org",
6262
"@type": "Product",
6363
"name": "Dell SD25TB4 Pro Thunderbolt 4 Smart Dock",
64-
"image": "https://m.media-amazon.com/images/I/71pu-IXQNaL._AC_SL1500_.jpg",
64+
"image": "https://m.media-amazon.com/images/I/41eopoolt1L._AC_SL1500_.jpg",
6565
"description": "Premium Thunderbolt 4 docking station supporting 8K displays, featuring HDMI, DisplayPort, robust I/O, and 180W power delivery.",
6666
"brand": {
6767
"@type": "Brand",
@@ -158,7 +158,7 @@ <h4 style="margin-bottom: 0.5rem;"><i class="fa-solid fa-times-circle" style="co
158158

159159
<div
160160
style="background-color: white; border-radius: 12px; margin-bottom: 2rem; padding: 2rem; text-align: center;">
161-
<img src="https://m.media-amazon.com/images/I/71pu-IXQNaL._AC_SL1500_.jpg"
161+
<img src="https://m.media-amazon.com/images/I/41eopoolt1L._AC_SL1500_.jpg"
162162
alt="Dell SD25TB4 Pro Thunderbolt 4 Smart Dock" class="post-hero-img" loading="lazy"
163163
style="max-width:100%; max-height: 400px; object-fit: contain;">
164164
</div>

test_images.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<body>
5+
<h1>Amazon Images</h1>
6+
<h2>41eopoolt1L</h2>
7+
<img src="https://m.media-amazon.com/images/I/41eopoolt1L._AC_SL1500_.jpg" width="500">
8+
<h2>71wZJ7mibSL</h2>
9+
<img src="https://m.media-amazon.com/images/I/71wZJ7mibSL._AC_SL1500_.jpg" width="500">
10+
<h2>11RNLXhvOXL</h2>
11+
<img src="https://m.media-amazon.com/images/I/11RNLXhvOXL._AC_SL1500_.jpg" width="500">
12+
</body>
13+
14+
</html>

0 commit comments

Comments
 (0)