diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b9cc3d7..3001292 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -58,10 +58,10 @@ export default function AboutPage() { title: "Foldable Design", description: "Compact and space-saving when not in use. Unfolds to full size for comfortable eating.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-vector/car-background-design_1300-61.jpg", imageAlt: "Foldable design demonstration" + imageSrc: "http://img.b2bpic.net/free-vector/car-background-design_1300-61.jpg?_wi=2", imageAlt: "Foldable design demonstration" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163675.jpg", imageAlt: "Plate in use" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163675.jpg?_wi=4", imageAlt: "Plate in use" } ] }, @@ -69,10 +69,10 @@ export default function AboutPage() { title: "Spill-Resistant", description: "Advanced silicone engineering prevents spills and messes. Keep your car clean while you eat.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party-covid_23-2149316348.jpg", imageAlt: "Spill-resistant technology" + imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party-covid_23-2149316348.jpg?_wi=2", imageAlt: "Spill-resistant technology" }, { - imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-salad-with-berries-measuring-tape_23-2148035076.jpg", imageAlt: "Bowl in action" + imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-salad-with-berries-measuring-tape_23-2148035076.jpg?_wi=4", imageAlt: "Bowl in action" } ] } diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 210e58e..c425980 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -41,13 +41,13 @@ export default function BlogPage() {