Update src/app/hardware/page.tsx

This commit is contained in:
2026-03-08 21:15:46 +00:00
parent d8fc3a4a6a
commit 0da81058cd

View File

@@ -86,7 +86,7 @@ export default function HardwarePage() {
name: "Skateboard Deck Selection",
price: "Learn Guide",
variant: "Width: 8.0\" - 8.5\" | Material: 7-ply maple",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-skateboarders-feet-skating_171337-9160.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-skateboarders-feet-skating_171337-9160.jpg?_wi=2",
imageAlt: "Skateboard deck variety different widths sizes",
},
{
@@ -94,7 +94,7 @@ export default function HardwarePage() {
name: "Trucks Analysis",
price: "Compare Specs",
variant: "Height: High vs Low | Bushings: Hardness guide",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-practicing-skateboarding_23-2148721094.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-practicing-skateboarding_23-2148721094.jpg?_wi=2",
imageAlt: "skateboard trucks high low comparison",
},
{
@@ -102,7 +102,7 @@ export default function HardwarePage() {
name: "Wheels & Durability",
price: "Hardness Table",
variant: "Indoor: 96A-101A | Street: 99A-104A",
imageSrc: "http://img.b2bpic.net/free-photo/picture-young-man-skateboard-outdoors_171337-6376.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/picture-young-man-skateboard-outdoors_171337-6376.jpg?_wi=2",
imageAlt: "skateboard wheels different sizes hardness",
},
{
@@ -110,7 +110,7 @@ export default function HardwarePage() {
name: "Czech Skate Brands",
price: "Local Pride",
variant: "Supporting Czech manufacturers & shops",
imageSrc: "http://img.b2bpic.net/free-photo/rebel-teen-skater-having-fun-skate-park_52683-92785.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/rebel-teen-skater-having-fun-skate-park_52683-92785.jpg?_wi=2",
imageAlt: "czech skateboard brands local products",
},
]}
@@ -133,7 +133,7 @@ export default function HardwarePage() {
title: "Deck Width Selection",
description: "Choose the right deck width based on your shoe size and riding style. Wider decks offer stability, narrower decks provide agility for tricks.",
tag: "Sizing",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-skateboarders-feet-skating_171337-9160.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-skateboarders-feet-skating_171337-9160.jpg?_wi=3",
imageAlt: "skateboard deck sizing guide",
buttons: [{ text: "Learn More", href: "#" }],
},
@@ -142,7 +142,7 @@ export default function HardwarePage() {
title: "Truck Height Comparison",
description: "High trucks for more pop and style, low trucks for technical flips and lower center of gravity. Find your preference with our comparison guide.",
tag: "Performance",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-practicing-skateboarding_23-2148721094.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-practicing-skateboarding_23-2148721094.jpg?_wi=3",
imageAlt: "truck types comparison",
buttons: [{ text: "Compare", href: "#" }],
},
@@ -151,7 +151,7 @@ export default function HardwarePage() {
title: "Wheel Hardness Guide",
description: "Soft wheels for street, hard wheels for park and flat. Understanding wheel durometer ratings helps you match your skating environment.",
tag: "Durability",
imageSrc: "http://img.b2bpic.net/free-photo/picture-young-man-skateboard-outdoors_171337-6376.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/picture-young-man-skateboard-outdoors_171337-6376.jpg?_wi=3",
imageAlt: "wheel durometer selection",
buttons: [{ text: "Hardness Chart", href: "#" }],
},