Update src/app/catalog/page.tsx

This commit is contained in:
2026-04-02 19:12:52 +00:00
parent 58890e78d6
commit bd2836cea9

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
name: "Peptide Reference R-101",
price: "149.00",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-looking-through-microscope_259150-60340.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-looking-through-microscope_259150-60340.jpg?_wi=3",
imageAlt: "Peptide reference material",
},
{
@@ -71,7 +71,7 @@ export default function LandingPage() {
name: "Reagent Grade Compound X",
price: "89.00",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-looking-through-microscope_259150-60340.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-looking-through-microscope_259150-60340.jpg?_wi=4",
imageAlt: "Reagent grade compound",
},
{
@@ -79,7 +79,7 @@ export default function LandingPage() {
name: "Institutional Research Sample Z",
price: "210.00",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-looking-through-microscope_259150-60340.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-looking-through-microscope_259150-60340.jpg?_wi=5",
imageAlt: "Institutional sample",
},
{
@@ -87,7 +87,7 @@ export default function LandingPage() {
name: "Analytical Purity Standard Y",
price: "175.00",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-looking-through-microscope_259150-60340.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-looking-through-microscope_259150-60340.jpg?_wi=6",
imageAlt: "Analytical standard",
},
{
@@ -95,7 +95,7 @@ export default function LandingPage() {
name: "Laboratory Research Intermediate B",
price: "95.00",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-looking-through-microscope_259150-60340.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-looking-through-microscope_259150-60340.jpg?_wi=7",
imageAlt: "Intermediate B",
},
{
@@ -103,7 +103,7 @@ export default function LandingPage() {
name: "Reference Peptide Fragment Q",
price: "130.00",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-looking-through-microscope_259150-60340.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-table-looking-through-microscope_259150-60340.jpg?_wi=8",
imageAlt: "Fragment Q",
},
]}