Update src/app/page.tsx
This commit is contained in:
@@ -147,7 +147,7 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "product-1", brand: "Galaxy", name: "Galaxy S24 Ultra", price: "$1299", rating: 5,
|
||||
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-candies-with-smartphone_23-2148222377.jpg", imageAlt: "Galaxy S24 Ultra smartphone"
|
||||
reviewCount: "245", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-candies-with-smartphone_23-2148222377.jpg?_wi=1", imageAlt: "Galaxy S24 Ultra smartphone"
|
||||
},
|
||||
{
|
||||
id: "product-2", brand: "Pixel", name: "Pixel 8 Pro", price: "$999", rating: 4.5,
|
||||
@@ -155,7 +155,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "product-3", brand: "Cases", name: "Premium Leather Cases", price: "$39", rating: 4,
|
||||
reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-candies-with-smartphone_23-2148222377.jpg", imageAlt: "Premium leather phone cases"
|
||||
reviewCount: "320", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chocolate-candies-with-smartphone_23-2148222377.jpg?_wi=2", imageAlt: "Premium leather phone cases"
|
||||
},
|
||||
{
|
||||
id: "product-4", brand: "Audio", name: "Wireless Noise-Cancelling Earbuds", price: "$149", rating: 4.8,
|
||||
|
||||
Reference in New Issue
Block a user