From 5ef35954bb63fd50e60b2634b41bca3f3056df3b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 13:47:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05f83a1..07fb34d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,7 +102,7 @@ export default function LandingPage() { title: "Mars", description: "The iconic red planet with massive dust storms.", imageSrc: "http://img.b2bpic.net/free-photo/brown-smooth-concrete-wall_53876-94577.jpg", buttonIcon: Flame, }, { - title: "Jupiter", description: "The giant gas planet of our neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/space-background-with-fire-ice-planet_1048-10531.jpg", buttonIcon: CircleDot, + title: "Jupiter", description: "The giant gas planet of our neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/space-background-with-fire-ice-planet_1048-10531.jpg?_wi=1", buttonIcon: CircleDot, }, ]} title="The Eight Planets" @@ -118,7 +118,7 @@ export default function LandingPage() { description="The Sun's massive gravity acts as the anchor for our solar system, pulling planets into elliptical orbits that sustain the order of the cosmos." subdescription="Understanding gravity allows us to predict the position of celestial bodies millions of years into the future." icon={Compass} - imageSrc="http://img.b2bpic.net/free-photo/space-background-with-fire-ice-planet_1048-10531.jpg" + imageSrc="http://img.b2bpic.net/free-photo/space-background-with-fire-ice-planet_1048-10531.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1