Merge version_1 into main #3
@@ -68,11 +68,11 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Apple", name: "iPhone 15 Pro Max", price: "$1,199", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-with-blank-screens-blue-surface_187299-47747.jpg", imageAlt: "iPhone 15 Pro Max"
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-with-blank-screens-blue-surface_187299-47747.jpg?_wi=1", imageAlt: "iPhone 15 Pro Max"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Apple", name: "iPhone 15", price: "$799", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-with-blank-screens-blue-surface_187299-47747.jpg", imageAlt: "iPhone 15"
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/two-smartphones-with-blank-screens-blue-surface_187299-47747.jpg?_wi=2", imageAlt: "iPhone 15"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Apple", name: "iPhone 14", price: "$599", rating: 4,
|
||||
|
||||
Reference in New Issue
Block a user