From 05a0a01090c2563f55a2db5cfc6ab7c884d2e915 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 09:20:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9be23b4..27dc846 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { }} title="Journey Through the Solar System" description="Uncover the mysteries of the planets, moons, and vast cosmic wonders orbiting our sun." - imageSrc="http://img.b2bpic.net/free-photo/planets-solar-system_23-2150042455.jpg" + imageSrc="http://img.b2bpic.net/free-photo/planets-solar-system_23-2150042455.jpg?_wi=1" imageAlt="Solar system visualization" buttons={[ { @@ -184,7 +184,7 @@ export default function LandingPage() { role: "Astrophysicist", company: "Space Research Inst.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/planets-solar-system_23-2150042455.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/planets-solar-system_23-2150042455.jpg?_wi=2", imageAlt: "solar system wide view cosmic", }, { @@ -202,7 +202,7 @@ export default function LandingPage() { role: "Student", company: "Uni of Science", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/door-leading-magical-world_23-2151038326.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/door-leading-magical-world_23-2151038326.jpg?_wi=1", imageAlt: "astronaut looking at stars", }, { @@ -211,7 +211,7 @@ export default function LandingPage() { role: "Educator", company: "Planetarium", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/space-background-realistic-starry-night-cosmos-shining-stars-milky-way-stardust-color-galaxy_1258-154815.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/space-background-realistic-starry-night-cosmos-shining-stars-milky-way-stardust-color-galaxy_1258-154815.jpg?_wi=1", imageAlt: "stardust flowing black background", }, { @@ -220,7 +220,7 @@ export default function LandingPage() { role: "Enthusiast", company: "Space Hobbyist", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/planets-solar-system_23-2150042455.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/planets-solar-system_23-2150042455.jpg?_wi=3", imageAlt: "solar system wide view cosmic", }, ]} @@ -299,7 +299,7 @@ export default function LandingPage() { required: true, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/door-leading-magical-world_23-2151038326.jpg" + imageSrc="http://img.b2bpic.net/free-photo/door-leading-magical-world_23-2151038326.jpg?_wi=2" textarea={{ name: "message", placeholder: "Your Inquiry", @@ -311,7 +311,7 @@ export default function LandingPage() {