Update src/app/page.tsx

This commit is contained in:
2026-03-24 03:56:37 +00:00
parent 1a303ac0fb
commit 062329dee4

View File

@@ -151,7 +151,7 @@ export default function LandingPage() {
id: "hoodie-001",
name: "Essential Comfort Hoodie",
price: "$89.00",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-training-sunrise-seaside_176420-6311.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-training-sunrise-seaside_176420-6311.jpg?_wi=1",
imageAlt: "Model wearing Relume Essential Comfort Hoodie in black",
},
{
@@ -172,7 +172,7 @@ export default function LandingPage() {
id: "hoodie-002",
name: "Urban Edge Pullover",
price: "$95.00",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-training-sunrise-seaside_176420-6311.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sportive-girl-training-sunrise-seaside_176420-6311.jpg?_wi=2",
imageAlt: "Model wearing Relume Urban Edge Pullover in charcoal",
},
]}