Update src/app/products/page.tsx

This commit is contained in:
2026-03-03 05:27:29 +00:00
parent 41c33f297d
commit e8f8d02121

View File

@@ -60,7 +60,7 @@ export default function ProductsPage() {
name: "Premium Wireless Headphones",
price: "$299",
variant: "Matte Black - 2 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg?_wi=3",
imageAlt: "Premium Wireless Headphones",
isFavorited: false,
},
@@ -69,7 +69,7 @@ export default function ProductsPage() {
name: "Designer Watch Collection",
price: "$599",
variant: "Silver Steel - 4 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861970.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861970.jpg?_wi=3",
imageAlt: "Designer Watch Collection",
isFavorited: false,
},
@@ -78,7 +78,7 @@ export default function ProductsPage() {
name: "Advanced Camera Lens",
price: "$1,299",
variant: "Professional Grade - 3 Variants",
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736729.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736729.jpg?_wi=3",
imageAlt: "Advanced Camera Lens",
isFavorited: false,
},
@@ -87,7 +87,7 @@ export default function ProductsPage() {
name: "Luxury Leather Backpack",
price: "$449",
variant: "Cognac Brown - 5 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/minimal-composition-beauty-products_23-2148961332.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/minimal-composition-beauty-products_23-2148961332.jpg?_wi=2",
imageAlt: "Luxury Leather Backpack",
isFavorited: false,
},
@@ -96,7 +96,7 @@ export default function ProductsPage() {
name: "Smart Home Hub Pro",
price: "$199",
variant: "Charcoal - 2 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/minimal-black-friday-arrangement_23-2148666987.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/minimal-black-friday-arrangement_23-2148666987.jpg?_wi=2",
imageAlt: "Smart Home Hub Pro",
isFavorited: false,
},
@@ -105,7 +105,7 @@ export default function ProductsPage() {
name: "Premium Sunglasses",
price: "$349",
variant: "Classic Aviator - 6 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349189.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349189.jpg?_wi=2",
imageAlt: "Premium Sunglasses",
isFavorited: false,
},
@@ -114,7 +114,7 @@ export default function ProductsPage() {
name: "Flagship Smartphone",
price: "$999",
variant: "Graphite - Ultra",
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-round-wireless-speaker-with-slick-design-showcased-geometric-podium_23-2150808056.jpg?_wi=4",
imageAlt: "Flagship Smartphone",
},
{
@@ -122,7 +122,7 @@ export default function ProductsPage() {
name: "Gaming Laptop",
price: "$2,499",
variant: "RGB Edition - Pro",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861970.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-store-with-futuristic-concept-architecture_23-2150861970.jpg?_wi=4",
imageAlt: "Gaming Laptop",
},
]}
@@ -163,7 +163,7 @@ export default function ProductsPage() {
name: "Wireless Earbuds Pro",
price: "$249",
variant: "Pearl White - Max",
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736729.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-vacuum-cleaner-robot-flat-surface-floor_23-2151736729.jpg?_wi=4",
imageAlt: "Wireless Earbuds Pro",
},
{
@@ -171,7 +171,7 @@ export default function ProductsPage() {
name: "Portable Charger Ultra",
price: "$89",
variant: "Space Gray - Fast Charge",
imageSrc: "http://img.b2bpic.net/free-photo/minimal-composition-beauty-products_23-2148961332.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/minimal-composition-beauty-products_23-2148961332.jpg?_wi=3",
imageAlt: "Portable Charger Ultra",
},
{
@@ -179,7 +179,7 @@ export default function ProductsPage() {
name: "Premium Screen Protector",
price: "$29",
variant: "Tempered Glass - Anti-Glare",
imageSrc: "http://img.b2bpic.net/free-photo/minimal-black-friday-arrangement_23-2148666987.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/minimal-black-friday-arrangement_23-2148666987.jpg?_wi=3",
imageAlt: "Premium Screen Protector",
},
]}