From 870ee1ad3a97a7f4be71e31ba1be829f72bd26cd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 07:45:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4df0b70..20f3614 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,14 +84,14 @@ export default function LandingPage() { handle: "@CosmicPioneer", testimonial: "An unparalleled journey. Moon Tours delivered a flawless, life-changing experience that transcended all expectations. The view of Earth from the lunar surface is etched in my soul.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cosmonaut-doing-cosmic-journey-seeking-extraterrestrial-life_482257-126320.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cosmonaut-doing-cosmic-journey-seeking-extraterrestrial-life_482257-126320.jpg?_wi=1", }, { name: "Dr. Elena Petrova", handle: "@StarGazer", testimonial: "As an astrophysicist, I demand precision. Moon Tours exceeded every scientific and safety standard, making this the most profound research trip of my career. Simply breathtaking.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-standing-futuristic-cityscape-office-generated-by-ai_188544-42795.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-standing-futuristic-cityscape-office-generated-by-ai_188544-42795.jpg?_wi=1", }, { name: "Marcus Thorne", @@ -145,7 +145,7 @@ export default function LandingPage() { }, ]} avatarText="Join the elite few who have touched the cosmos." - imageSrc="http://img.b2bpic.net/free-photo/technological-exploration-settlement_23-2151768691.jpg" + imageSrc="http://img.b2bpic.net/free-photo/technological-exploration-settlement_23-2151768691.jpg?_wi=1" imageAlt="Astronaut standing on the Moon looking at Earth" showBlur={true} textPosition="bottom" @@ -202,7 +202,7 @@ export default function LandingPage() { imageAlt: "Rocket launching into space", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/technological-exploration-settlement_23-2151768691.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technological-exploration-settlement_23-2151768691.jpg?_wi=2", imageAlt: "spacecraft control panel holographic", }, { @@ -231,7 +231,7 @@ export default function LandingPage() { value: "Redundant protocols", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cosmonaut-doing-cosmic-journey-seeking-extraterrestrial-life_482257-126320.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-cosmonaut-doing-cosmic-journey-seeking-extraterrestrial-life_482257-126320.jpg?_wi=2", imageAlt: "spacecraft control panel holographic", }, { @@ -267,7 +267,7 @@ export default function LandingPage() { }, ], completedLabel: "Journey Completed", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-standing-futuristic-cityscape-office-generated-by-ai_188544-42795.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-standing-futuristic-cityscape-office-generated-by-ai_188544-42795.jpg?_wi=2", imageAlt: "spacecraft control panel holographic", }, ]} -- 2.49.1