Update src/app/products/page.tsx

This commit is contained in:
2026-03-05 13:42:38 +00:00
parent 48c396c17d
commit 29a688e254

View File

@@ -47,7 +47,7 @@ export default function ProductsPage() {
name: "Premium Wireless Headphones",
price: "$149.99",
variant: "Black • 2 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=2",
imageAlt: "Wireless headphones",
isFavorited: false,
},
@@ -56,7 +56,7 @@ export default function ProductsPage() {
name: "Smart Watch Pro",
price: "$299.99",
variant: "Silver • 3 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/sporty-active-woman-casual-t-shirt-looks-smartwatch-focused-screen-smiles-gladfully-satisfied-after-wokout-listens-music-wireless-headphones-poses-outdoors-against-urban-surroundings_273609-57760.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sporty-active-woman-casual-t-shirt-looks-smartwatch-focused-screen-smiles-gladfully-satisfied-after-wokout-listens-music-wireless-headphones-poses-outdoors-against-urban-surroundings_273609-57760.jpg?_wi=2",
imageAlt: "Smart watch",
isFavorited: false,
},
@@ -65,7 +65,7 @@ export default function ProductsPage() {
name: "Portable Charger 20K",
price: "$59.99",
variant: "White • 4 Colors",
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=2",
imageAlt: "Portable charger",
isFavorited: false,
},
@@ -74,7 +74,7 @@ export default function ProductsPage() {
name: "USB-C Hub Adapter",
price: "$79.99",
variant: "Gray • 2 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/kitchen-faucet-water-aerator-metal-texture_169016-69557.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/kitchen-faucet-water-aerator-metal-texture_169016-69557.jpg?_wi=2",
imageAlt: "USB hub",
isFavorited: false,
},
@@ -83,7 +83,7 @@ export default function ProductsPage() {
name: "Noise Cancelling Earbuds",
price: "$129.99",
variant: "White • 3 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=3",
imageAlt: "Noise cancelling earbuds",
isFavorited: false,
},
@@ -92,7 +92,7 @@ export default function ProductsPage() {
name: "Wireless Charging Pad",
price: "$49.99",
variant: "Black • 2 Colors",
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: "Wireless charging pad",
isFavorited: false,
},
@@ -142,7 +142,7 @@ export default function ProductsPage() {
"Get your orders delivered quickly and safely. We ship worldwide with multiple carrier options and real-time tracking.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg?_wi=2"
imageAlt="Product benefits"
mediaAnimation="slide-up"
useInvertedBackground={false}