diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4113f9d..d980f44 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -53,7 +53,7 @@ export default function AboutPage() { { value: "10+", title: "Years of Gaming Excellence" }, { value: "2K+", title: "Active Community Members" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/boxes-with-clothes-food-donations-collected-charity_23-2149230577.jpg" + imageSrc="http://img.b2bpic.net/free-photo/boxes-with-clothes-food-donations-collected-charity_23-2149230577.jpg?_wi=2" imageAlt="Gamers Realm store interior" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -72,13 +72,13 @@ export default function AboutPage() { products={[ { id: "1", brand: "Warhammer", name: "Starter Paint Set", price: "$34.99", rating: 5, - reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-objects-arrangement_23-2150348539.jpg", imageAlt: "Warhammer paint starter set"}, + reviewCount: "127", imageSrc: "http://img.b2bpic.net/free-photo/view-vintage-objects-arrangement_23-2150348539.jpg?_wi=2", imageAlt: "Warhammer paint starter set"}, { id: "2", brand: "MTG", name: "Booster Pack - Latest Set", price: "$4.99", rating: 5, - reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-vector/gradient-futuristic-cover-collection_23-2148901500.jpg", imageAlt: "Magic The Gathering booster pack"}, + reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-vector/gradient-futuristic-cover-collection_23-2148901500.jpg?_wi=2", imageAlt: "Magic The Gathering booster pack"}, { id: "3", brand: "D&D", name: "Dungeon Master's Guide", price: "$49.95", rating: 5, - reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pastor-praying-with-bible_23-2149300856.jpg", imageAlt: "D&D Dungeon Master's Guide"}, + reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pastor-praying-with-bible_23-2149300856.jpg?_wi=2", imageAlt: "D&D Dungeon Master's Guide"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" diff --git a/src/app/events/page.tsx b/src/app/events/page.tsx index d7e1074..c84c404 100644 --- a/src/app/events/page.tsx +++ b/src/app/events/page.tsx @@ -43,16 +43,16 @@ export default function EventsPage() {