Update src/app/products/page.tsx

This commit is contained in:
2026-03-03 07:35:24 +00:00
parent c0fbb9f013
commit 51b1cc36a6

View File

@@ -50,28 +50,28 @@ export default function ProductsPage() {
id: "1",
name: "Semiconductors & Chipsets",
price: "Contact for pricing",
imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg?_wi=3",
imageAlt: "Semiconductor components",
},
{
id: "2",
name: "Display Technologies",
price: "Contact for pricing",
imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-isolated-screen-computer-displays-customer-support-workspace_482257-118011.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chroma-key-isolated-screen-computer-displays-customer-support-workspace_482257-118011.jpg?_wi=3",
imageAlt: "Display screens and monitors",
},
{
id: "3",
name: "Power & Connectivity",
price: "Contact for pricing",
imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg?_wi=3",
imageAlt: "Power supplies and connectivity solutions",
},
{
id: "4",
name: "Audio & Acoustic Systems",
price: "Contact for pricing",
imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105562.jpg?_wi=4",
imageAlt: "Audio components and speakers",
},
]}