Update src/app/shop/page.tsx

This commit is contained in:
2026-03-05 09:48:45 +00:00
parent 4cd685a0f0
commit 0e5d45f253

View File

@@ -62,56 +62,56 @@ export default function ShopPage() {
id: "1",
name: "Smart Motion Sensor",
price: "$79.99",
imageSrc: "http://img.b2bpic.net/free-photo/white-wireless-earbuds-with-case_53876-96327.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-wireless-earbuds-with-case_53876-96327.jpg?_wi=3",
imageAlt: "Smart Motion Sensor",
},
{
id: "2",
name: "Eco Smart Thermostat",
price: "$129.99",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-virtual-reality-headset-white-headphones_23-2148912739.jpg?_wi=3",
imageAlt: "Eco Smart Thermostat",
},
{
id: "3",
name: "Voice Control Hub",
price: "$99.99",
imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg?_wi=3",
imageAlt: "Voice Control Hub",
},
{
id: "4",
name: "Smart Lighting Strip",
price: "$49.99",
imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg?_wi=5",
imageAlt: "Smart Lighting Strip",
},
{
id: "5",
name: "AI Security Camera",
price: "$149.99",
imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-couch-holding-her-phone-mug-sitting-front-table-with-gadgets_181624-56360.jpg?_wi=6",
imageAlt: "AI Security Camera",
},
{
id: "6",
name: "Smart Door Lock",
price: "$189.99",
imageSrc: "http://img.b2bpic.net/free-photo/devices-arrangement-table_23-2148994216.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/devices-arrangement-table_23-2148994216.jpg?_wi=2",
imageAlt: "Smart Door Lock",
},
{
id: "7",
name: "WiFi Power Strip",
price: "$69.99",
imageSrc: "http://img.b2bpic.net/free-photo/white-wireless-earbuds-with-case_53876-96327.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/white-wireless-earbuds-with-case_53876-96327.jpg?_wi=4",
imageAlt: "WiFi Power Strip",
},
{
id: "8",
name: "Smart Window Blinds",
price: "$159.99",
imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/composition-tablet-with-home-automation-app_23-2149036813.jpg?_wi=4",
imageAlt: "Smart Window Blinds",
},
]}