From 9f47b20afb1953fbef9134766a30f4e94cc974f1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:44:29 +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 3084cae..f5533c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,13 +64,13 @@ export default function LandingPage() { tagIcon={Star} products={[ { - id: "1", name: "Andromeda Galaxy", price: "2.5M ly", imageSrc: "http://img.b2bpic.net/free-vector/glowing-particles-background_23-2148085989.jpg", imageAlt: "Andromeda Galaxy holographic visualization" + id: "1", name: "Andromeda Galaxy", price: "2.5M ly", imageSrc: "http://img.b2bpic.net/free-vector/glowing-particles-background_23-2148085989.jpg?_wi=1", imageAlt: "Andromeda Galaxy holographic visualization" }, { - id: "2", name: "Betelgeuse Star", price: "Red Supergiant", imageSrc: "http://img.b2bpic.net/free-vector/gradient-futuristic-cover-collection_23-2148919654.jpg", imageAlt: "Betelgeuse red supergiant star with neon accent" + id: "2", name: "Betelgeuse Star", price: "Red Supergiant", imageSrc: "http://img.b2bpic.net/free-vector/gradient-futuristic-cover-collection_23-2148919654.jpg?_wi=1", imageAlt: "Betelgeuse red supergiant star with neon accent" }, { - id: "3", name: "Virgo Cluster", price: "65M ly", imageSrc: "http://img.b2bpic.net/free-vector/blue-galaxy-background_1035-3412.jpg", imageAlt: "Virgo galaxy cluster cosmic visualization" + id: "3", name: "Virgo Cluster", price: "65M ly", imageSrc: "http://img.b2bpic.net/free-vector/blue-galaxy-background_1035-3412.jpg?_wi=1", imageAlt: "Virgo galaxy cluster cosmic visualization" } ]} gridVariant="three-columns-all-equal-width" @@ -89,13 +89,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Observe Galactic Clusters", description: "Zoom into interconnected galaxy clusters and witness the cosmic architecture that shapes our universe.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/blue-galaxy-background_1035-3412.jpg" }, + title: "Observe Galactic Clusters", description: "Zoom into interconnected galaxy clusters and witness the cosmic architecture that shapes our universe.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/blue-galaxy-background_1035-3412.jpg?_wi=2" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/flat-universe-infographic_23-2148414618.jpg" } }, { id: 2, title: "Real-Time Celestial Data", description: "Access live metrics on stellar phenomena, planetary movements, and cosmic events as they unfold across the universe.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/flat-design-template-universe-infographic_23-2148397525.jpg" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-futuristic-cover-collection_23-2148919654.jpg" } + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/gradient-futuristic-cover-collection_23-2148919654.jpg?_wi=2" } } ]} showStepNumbers={true} @@ -122,11 +122,11 @@ export default function LandingPage() { }, { id: "3", category: ["Galaxies", "Research"], - title: "New Galaxy Formation Patterns Identified", excerpt: "Advanced observations reveal previously unknown patterns in how galaxies form and interact across cosmic time scales.", imageSrc: "http://img.b2bpic.net/free-vector/glowing-particles-background_23-2148085989.jpg", imageAlt: "Galaxy formation patterns research visualization", authorName: "Dr. Sarah Celestia", authorAvatar: "http://img.b2bpic.net/free-vector/glowing-particles-background_23-2148085989.jpg", date: "12 hours ago" + title: "New Galaxy Formation Patterns Identified", excerpt: "Advanced observations reveal previously unknown patterns in how galaxies form and interact across cosmic time scales.", imageSrc: "http://img.b2bpic.net/free-vector/glowing-particles-background_23-2148085989.jpg?_wi=2", imageAlt: "Galaxy formation patterns research visualization", authorName: "Dr. Sarah Celestia", authorAvatar: "http://img.b2bpic.net/free-vector/glowing-particles-background_23-2148085989.jpg", date: "12 hours ago" }, { id: "4", category: ["Cosmic Events", "Observation"], - title: "Supernova Burst Illuminates the Night Sky", excerpt: "A rare supernova event creates a temporary beacon visible across multiple light-years, providing invaluable data for stellar evolution studies.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-futuristic-cover-collection_23-2148919654.jpg", imageAlt: "Supernova burst cosmic event observation", authorName: "Astronomer James Nova", authorAvatar: "http://img.b2bpic.net/free-vector/gradient-futuristic-cover-collection_23-2148919654.jpg", date: "1 day ago" + title: "Supernova Burst Illuminates the Night Sky", excerpt: "A rare supernova event creates a temporary beacon visible across multiple light-years, providing invaluable data for stellar evolution studies.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-futuristic-cover-collection_23-2148919654.jpg?_wi=3", imageAlt: "Supernova burst cosmic event observation", authorName: "Astronomer James Nova", authorAvatar: "http://img.b2bpic.net/free-vector/gradient-futuristic-cover-collection_23-2148919654.jpg", date: "1 day ago" } ]} animationType="scale-rotate"