Update src/app/supplements/page.tsx

This commit is contained in:
2026-03-09 22:10:44 +00:00
parent 70f8cad53a
commit 4ba0d2fa27

View File

@@ -96,7 +96,7 @@ export default function SupplementsPage() {
price: "$45.99",
rating: 5,
reviewCount: "3.1k",
imageSrc: "http://img.b2bpic.net/free-photo/supplement-jars-shelf_23-2152017171.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/supplement-jars-shelf_23-2152017171.jpg?_wi=3",
imageAlt: "Proteína whey de alta calidad",
},
{
@@ -106,7 +106,7 @@ export default function SupplementsPage() {
price: "$34.99",
rating: 5,
reviewCount: "2.8k",
imageSrc: "http://img.b2bpic.net/free-photo/profile-portrait-black-office-worker-earphones-having-rest-after-his-morning-outdoor-training-listening-music-looking-his-smart-phone-screen-choosing-favourite-songs-from-track-list_273609-1198.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/profile-portrait-black-office-worker-earphones-having-rest-after-his-morning-outdoor-training-listening-music-looking-his-smart-phone-screen-choosing-favourite-songs-from-track-list_273609-1198.jpg?_wi=4",
imageAlt: "Creatina monohidrato premium",
},
{
@@ -116,7 +116,7 @@ export default function SupplementsPage() {
price: "$29.99",
rating: 5,
reviewCount: "1.9k",
imageSrc: "http://img.b2bpic.net/free-photo/blister-packs-tablets-pills-prescription-medication-blister-packs_181624-810.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blister-packs-tablets-pills-prescription-medication-blister-packs_181624-810.jpg?_wi=2",
imageAlt: "Multivitamínico deportivo",
},
{
@@ -126,7 +126,7 @@ export default function SupplementsPage() {
price: "$52.99",
rating: 5,
reviewCount: "2.4k",
imageSrc: "http://img.b2bpic.net/free-photo/supplement-jars-shelf_23-2152017171.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/supplement-jars-shelf_23-2152017171.jpg?_wi=4",
imageAlt: "BCAA recovery complex",
},
]}
@@ -156,28 +156,28 @@ export default function SupplementsPage() {
id: "1",
title: "Proteínas y Aminoácidos",
tags: ["Proteína", "Ganancia Muscular"],
imageSrc: "http://img.b2bpic.net/free-photo/supplement-jars-shelf_23-2152017171.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/supplement-jars-shelf_23-2152017171.jpg?_wi=5",
imageAlt: "Proteínas premium para ganancia muscular",
},
{
id: "2",
title: "Creatina y Fuerza",
tags: ["Creatina", "Potencia"],
imageSrc: "http://img.b2bpic.net/free-photo/profile-portrait-black-office-worker-earphones-having-rest-after-his-morning-outdoor-training-listening-music-looking-his-smart-phone-screen-choosing-favourite-songs-from-track-list_273609-1198.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/profile-portrait-black-office-worker-earphones-having-rest-after-his-morning-outdoor-training-listening-music-looking-his-smart-phone-screen-choosing-favourite-songs-from-track-list_273609-1198.jpg?_wi=5",
imageAlt: "Suplementos de fuerza y potencia",
},
{
id: "3",
title: "Recuperación y Reconstrucción",
tags: ["Recovery", "Salud"],
imageSrc: "http://img.b2bpic.net/free-photo/blister-packs-tablets-pills-prescription-medication-blister-packs_181624-810.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blister-packs-tablets-pills-prescription-medication-blister-packs_181624-810.jpg?_wi=3",
imageAlt: "Suplementos de recuperación",
},
{
id: "4",
title: "Vitaminas y Minerales",
tags: ["Nutrición", "Salud General"],
imageSrc: "http://img.b2bpic.net/free-photo/supplement-jars-shelf_23-2152017171.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/supplement-jars-shelf_23-2152017171.jpg?_wi=6",
imageAlt: "Vitaminas y minerales esenciales",
},
]}