Update src/app/phones/page.tsx
This commit is contained in:
@@ -54,42 +54,42 @@ export default function LandingPage() {
|
||||
name: "Nokia X Series",
|
||||
price: "$799",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/phone-16-pro-max-gold_187299-46632.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/phone-16-pro-max-gold_187299-46632.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Nokia Pro Max",
|
||||
price: "$999",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5005.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5005.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Nokia Rugged G",
|
||||
price: "$499",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industry-40-engineer-upgrading-robotic-automation-systems_482257-126745.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/industry-40-engineer-upgrading-robotic-automation-systems_482257-126745.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Nokia Essential",
|
||||
price: "$349",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/polygonal-3d-smartphone-gps-navigation-location-app-travelling-concept-phone-navigator-pin-dark-blue-background-smart-technology-digital-illustration_493343-29979.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/polygonal-3d-smartphone-gps-navigation-location-app-travelling-concept-phone-navigator-pin-dark-blue-background-smart-technology-digital-illustration_493343-29979.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Nokia Flagship",
|
||||
price: "$849",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4927.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-4927.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Nokia Titanium",
|
||||
price: "$1299",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expert-engineer-develops-industrial-prototypes-using-3d-modeling-software_482257-116562.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expert-engineer-develops-industrial-prototypes-using-3d-modeling-software_482257-116562.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -104,14 +104,14 @@ export default function LandingPage() {
|
||||
name: "Nokia X",
|
||||
price: "$799",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/phone-16-pro-max-gold_187299-46632.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/phone-16-pro-max-gold_187299-46632.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Nokia Max",
|
||||
price: "$999",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5005.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/new-cell-phone-colorful-background_58702-5005.jpg?_wi=3",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user