Update src/app/products/page.tsx

This commit is contained in:
2026-03-12 16:51:05 +00:00
parent 35ace1e943
commit ef8101ac06

View File

@@ -20,42 +20,42 @@ export default function ProductsPage() {
id: "1",
name: "Premium Tech Gadget",
price: "$299.99",
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074305.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074305.jpg?_wi=2",
imageAlt: "Premium electronics",
},
{
id: "2",
name: "Designer Accessories",
price: "$149.99",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-face-mask-home_23-2148741488.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-face-mask-home_23-2148741488.jpg?_wi=2",
imageAlt: "Fashion accessories",
},
{
id: "3",
name: "Smart Watch Pro",
price: "$199.99",
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-break-from-running_23-2148291437.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-break-from-running_23-2148291437.jpg?_wi=2",
imageAlt: "Smartwatch device",
},
{
id: "4",
name: "Premium Headphones",
price: "$249.99",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072237.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072237.jpg?_wi=2",
imageAlt: "Wireless headphones",
},
{
id: "5",
name: "Wireless Earbuds Elite",
price: "$179.99",
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074305.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074305.jpg?_wi=3",
imageAlt: "Premium wireless earbuds",
},
{
id: "6",
name: "Portable Charger Pro",
price: "$89.99",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072237.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072237.jpg?_wi=3",
imageAlt: "Portable charging device",
},
];