Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user