Update src/app/products/page.tsx
This commit is contained in:
@@ -108,7 +108,7 @@ export default function ProductsPage() {
|
||||
price: "$149.99",
|
||||
rating: 5,
|
||||
reviewCount: "2.3k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg?_wi=3",
|
||||
imageAlt: "Premium wireless headphones",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -119,7 +119,7 @@ export default function ProductsPage() {
|
||||
price: "$89.99",
|
||||
rating: 5,
|
||||
reviewCount: "1.8k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-traveler-women-s-outfit-accessories_1357-91.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-traveler-women-s-outfit-accessories_1357-91.jpg?_wi=2",
|
||||
imageAlt: "Canvas backpack",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -130,7 +130,7 @@ export default function ProductsPage() {
|
||||
price: "$299.99",
|
||||
rating: 5,
|
||||
reviewCount: "3.1k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg?_wi=3",
|
||||
imageAlt: "Ergonomic office chair",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -141,7 +141,7 @@ export default function ProductsPage() {
|
||||
price: "$34.99",
|
||||
rating: 5,
|
||||
reviewCount: "5.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg?_wi=4",
|
||||
imageAlt: "Portable phone charger",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -152,7 +152,7 @@ export default function ProductsPage() {
|
||||
price: "$79.99",
|
||||
rating: 5,
|
||||
reviewCount: "1.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-traveler-women-s-outfit-accessories_1357-91.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-traveler-women-s-outfit-accessories_1357-91.jpg?_wi=3",
|
||||
imageAlt: "Premium leather wallet",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -163,7 +163,7 @@ export default function ProductsPage() {
|
||||
price: "$59.99",
|
||||
rating: 5,
|
||||
reviewCount: "890",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg?_wi=5",
|
||||
imageAlt: "Adjustable desk lamp",
|
||||
isFavorited: false,
|
||||
},
|
||||
@@ -190,19 +190,19 @@ export default function ProductsPage() {
|
||||
{
|
||||
title: "Handpicked Selection",
|
||||
description: "Every item is carefully vetted by our expert team to ensure it meets our high quality standards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109523.jpg?_wi=4",
|
||||
imageAlt: "Quality selection process",
|
||||
},
|
||||
{
|
||||
title: "Customer Reviews",
|
||||
description: "Real customer feedback and ratings help you make informed decisions about every purchase.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17248.jpg?_wi=6",
|
||||
imageAlt: "Customer reviews",
|
||||
},
|
||||
{
|
||||
title: "Best Prices Guaranteed",
|
||||
description: "We offer competitive pricing with regular sales and promotions for maximum value.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-traveler-women-s-outfit-accessories_1357-91.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-traveler-women-s-outfit-accessories_1357-91.jpg?_wi=4",
|
||||
imageAlt: "Best prices",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user