diff --git a/src/app/page.tsx b/src/app/page.tsx index f2f8def..ec3e262 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,33 +130,33 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Life Fruit", price: "$2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Life Fruit consumable"}, + id: "1", name: "Life Fruit", price: "$2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=1", imageAlt: "Life Fruit consumable"}, { - id: "2", name: "Spoon", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Spoon item"}, + id: "2", name: "Spoon", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=2", imageAlt: "Spoon item"}, { - id: "3", name: "Scalpel", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Scalpel tool"}, + id: "3", name: "Scalpel", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=3", imageAlt: "Scalpel tool"}, { - id: "4", name: "Mastery Scrolls", price: "$2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Mastery Scrolls"}, + id: "4", name: "Mastery Scrolls", price: "$2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=4", imageAlt: "Mastery Scrolls"}, { - id: "5", name: "Trait Scrolls", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Trait Scrolls"}, + id: "5", name: "Trait Scrolls", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=5", imageAlt: "Trait Scrolls"}, { - id: "6", name: "Chakra Fruit", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Chakra Fruit"}, + id: "6", name: "Chakra Fruit", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=6", imageAlt: "Chakra Fruit"}, { - id: "7", name: "Surgical Kit", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Surgical Kit"}, + id: "7", name: "Surgical Kit", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=7", imageAlt: "Surgical Kit"}, { - id: "8", name: "Shukaku Soul", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Shukaku Soul"}, + id: "8", name: "Shukaku Soul", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=8", imageAlt: "Shukaku Soul"}, { - id: "9", name: "Matabi Soul", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Matabi Soul"}, + id: "9", name: "Matabi Soul", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=9", imageAlt: "Matabi Soul"}, { - id: "10", name: "Torn Senju Arm", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Torn Senju Arm"}, + id: "10", name: "Torn Senju Arm", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=10", imageAlt: "Torn Senju Arm"}, { - id: "11", name: "Torn Otsutsuki Arm", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Torn Otsutsuki Arm"}, + id: "11", name: "Torn Otsutsuki Arm", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=11", imageAlt: "Torn Otsutsuki Arm"}, { - id: "12", name: "Torn Hyuga Arm", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Torn Hyuga Arm"}, + id: "12", name: "Torn Hyuga Arm", price: "$3", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=12", imageAlt: "Torn Hyuga Arm"}, { - id: "13", name: "Torn Uchiha Arm", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Torn Uchiha Arm"}, + id: "13", name: "Torn Uchiha Arm", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=13", imageAlt: "Torn Uchiha Arm"}, { - id: "14", name: "Mysterious Eyes", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg", imageAlt: "Mysterious Eyes"}, + id: "14", name: "Mysterious Eyes", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-beautiful-rpg-still-life-items_23-2149282428.jpg?_wi=14", imageAlt: "Mysterious Eyes"}, ]} /> @@ -172,15 +172,15 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Ayrui Account", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg", imageAlt: "Ayrui Account - Jonin level"}, + id: "1", name: "Ayrui Account", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg?_wi=1", imageAlt: "Ayrui Account - Jonin level"}, { - id: "2", name: "Lee Account", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg", imageAlt: "Lee Account - 7th Gates"}, + id: "2", name: "Lee Account", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg?_wi=2", imageAlt: "Lee Account - 7th Gates"}, { - id: "3", name: "Akimichi Account", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg", imageAlt: "Akimichi Account - Chunin"}, + id: "3", name: "Akimichi Account", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg?_wi=3", imageAlt: "Akimichi Account - Chunin"}, { - id: "4", name: "Senju Account", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg", imageAlt: "Senju Account - Jonin"}, + id: "4", name: "Senju Account", price: "$75", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg?_wi=4", imageAlt: "Senju Account - Jonin"}, { - id: "5", name: "Uchiha Account", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg", imageAlt: "Uchiha Account - A Rated"}, + id: "5", name: "Uchiha Account", price: "$50", imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg?_wi=5", imageAlt: "Uchiha Account - A Rated"}, ]} />