diff --git a/src/app/page.tsx b/src/app/page.tsx index 259dea6..54a0144 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { reverse: true }, { - title: "Space Adventures", description: "Journey through the galaxy and learn about our vast universe.", media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-animals-with-planet-animal-day_23-2148668871.jpg", imageAlt: "Space adventure" }, + title: "Space Adventures", description: "Journey through the galaxy and learn about our vast universe.", media: { imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-animals-with-planet-animal-day_23-2148668871.jpg?_wi=1", imageAlt: "Space adventure" }, items: [ { icon: CheckCircle, text: "Planets exploration" }, { icon: Rocket, text: "Star identification" } @@ -100,7 +100,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "1", name: "Nature Explorers", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-animals-with-planet-animal-day_23-2148668871.jpg" }, + { id: "1", name: "Nature Explorers", price: "Free", imageSrc: "http://img.b2bpic.net/free-photo/top-view-paper-animals-with-planet-animal-day_23-2148668871.jpg?_wi=2" }, { id: "2", name: "Math Wizards", price: "Free", imageSrc: "http://img.b2bpic.net/free-vector/set-geometry-shapes-other-school-items_1308-40947.jpg" }, { id: "3", name: "Science Lab", price: "Subscription", imageSrc: "http://img.b2bpic.net/free-vector/colorful-science-icons-vector-set_1308-132730.jpg" } ]}