Merge version_2 into main #2
@@ -20,9 +20,10 @@ const dmSans = DM_Sans({
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Planetary Cities Documentary - Cosmic Horizons", description: "Ultra-realistic cinematic exploration of human civilizations on Mars, Venus, Jupiter, and Saturn. 30-40 second immersive sci-fi reel with Morgan Freeman-style narration and hyper-realistic visuals.", keywords: "space exploration, planetary colonies, Mars habitat, Venus floating cities, Jupiter research, Saturn rings, sci-fi documentary, space settlement, future technology", metadataBase: new URL("https://cosmichorizons.com"),
|
||||
title: "Planetary Cities Documentary - Cosmic Horizons", description: "Ultra-realistic cinematic exploration of human civilizations on Mars, Venus, Jupiter, and Saturn. Immersive sci-fi reel with Morgan Freeman-style narration and hyper-realistic visuals.", keywords: "space exploration, planetary colonies, Mars habitat, Venus floating cities, Jupiter research, Saturn rings, sci-fi documentary, space settlement, future technology", metadataBase: new URL("https://cosmichorizons.com"),
|
||||
alternates: {
|
||||
canonical: "https://cosmichorizons.com"},
|
||||
canonical: "https://cosmichorizons.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Planetary Cities - Experience Humanity's Future in Space", description: "Cinematic visualization of how humans would realistically build thriving civilizations on different planets across our solar system.", url: "https://cosmichorizons.com", siteName: "Cosmic Horizons", type: "website", images: [
|
||||
{
|
||||
|
||||
@@ -50,23 +50,31 @@ export default function LandingPage() {
|
||||
background={{ variant: "glowing-orb" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/hyper-realistic-martian-colony-featuring-1772813845000-44b324a2.png?_wi=1", videoAriaLabel: "Mars colony with protective domes"},
|
||||
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/hyper-realistic-martian-colony-featuring-1772813845000-44b324a2.png?_wi=1", videoAriaLabel: "Mars colony with protective domes"
|
||||
},
|
||||
{
|
||||
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/massive-floating-futuristic-cities-high--1772813843872-64f39bf9.png?_wi=1", videoAriaLabel: "Venus floating cities above clouds"},
|
||||
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/massive-floating-futuristic-cities-high--1772813843872-64f39bf9.png?_wi=1", videoAriaLabel: "Venus floating cities above clouds"
|
||||
},
|
||||
{
|
||||
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/enormous-floating-research-platforms-dri-1772813843958-9ec79b5e.png", videoAriaLabel: "Jupiter research platforms in storm"},
|
||||
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/enormous-floating-research-platforms-dri-1772813843958-9ec79b5e.png", videoAriaLabel: "Jupiter research platforms in storm"
|
||||
},
|
||||
{
|
||||
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/futuristic-floating-city-in-saturn-s-upp-1772813843888-2e157807.png?_wi=1", videoAriaLabel: "Saturn city with visible rings"},
|
||||
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/futuristic-floating-city-in-saturn-s-upp-1772813843888-2e157807.png?_wi=1", videoAriaLabel: "Saturn city with visible rings"
|
||||
},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/ultra-realistic-deep-space-view-showing--1772813843835-c5b25617.png?_wi=1", videoAriaLabel: "Multiple planets in space"},
|
||||
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/ultra-realistic-deep-space-view-showing--1772813843835-c5b25617.png?_wi=1", videoAriaLabel: "Multiple planets in space"
|
||||
},
|
||||
{
|
||||
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/camera-pulling-away-into-deep-space-show-1772813844408-4ecc6053.png", videoAriaLabel: "Deep space view of colonies"},
|
||||
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/camera-pulling-away-into-deep-space-show-1772813844408-4ecc6053.png", videoAriaLabel: "Deep space view of colonies"
|
||||
},
|
||||
{
|
||||
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/hyper-realistic-martian-colony-featuring-1772813845000-44b324a2.png?_wi=2", videoAriaLabel: "Mars colony architectural details"},
|
||||
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/hyper-realistic-martian-colony-featuring-1772813845000-44b324a2.png?_wi=2", videoAriaLabel: "Mars colony architectural details"
|
||||
},
|
||||
{
|
||||
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/massive-floating-futuristic-cities-high--1772813843872-64f39bf9.png?_wi=2", videoAriaLabel: "Venus atmospheric city details"},
|
||||
videoSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/massive-floating-futuristic-cities-high--1772813843872-64f39bf9.png?_wi=2", videoAriaLabel: "Venus atmospheric city details"
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Watch the Journey", href: "#planetary-overview" },
|
||||
@@ -83,7 +91,7 @@ export default function LandingPage() {
|
||||
description="This documentary-style visualization presents a scientifically grounded exploration of how humans could realistically establish thriving civilizations on distant planets. Each environment presents unique challenges that require innovative engineering, advanced materials science, and adaptive architectural solutions. From protective domes on Mars to floating platforms in Jupiter's atmosphere, we showcase humanity's potential to transform harsh alien worlds into habitable homes."
|
||||
metrics={[
|
||||
{ value: "4", title: "Planets Explored" },
|
||||
{ value: "30-40s", title: "Immersive Reel Duration" },
|
||||
{ value: "2 Hours", title: "Minutes of Content" },
|
||||
]}
|
||||
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/ultra-realistic-deep-space-view-showing--1772813843835-c5b25617.png?_wi=2"
|
||||
videoAriaLabel="Planetary overview in deep space"
|
||||
@@ -100,11 +108,13 @@ export default function LandingPage() {
|
||||
tag="Scene 1: 6-8 Seconds"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Thin atmosphere inadequate for breathing", "Surface temperatures reach -140°C at night", "Frequent massive dust storms", "Low atmospheric pressure harmful to human physiology", "Extreme UV radiation exposure"],
|
||||
"Thin atmosphere inadequate for breathing", "Surface temperatures reach -140°C at night", "Frequent massive dust storms", "Low atmospheric pressure harmful to human physiology", "Extreme UV radiation exposure"
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Transparent geodesic dome habitats maintain pressure and temperature", "Solar panel arrays harness abundant sunlight", "Robotic infrastructure handles construction and maintenance", "Resource extraction systems tap Martian ice deposits", "Advanced space suits enable safe exploration"],
|
||||
"Transparent geodesic dome habitats maintain pressure and temperature", "Solar panel arrays harness abundant sunlight", "Robotic infrastructure handles construction and maintenance", "Resource extraction systems tap Martian ice deposits", "Advanced space suits enable safe exploration"
|
||||
],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -127,13 +137,16 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "venus-1", brand: "Atmospheric Engineering", name: "Floating Platform City", price: "Sustainable Model", rating: 5,
|
||||
reviewCount: "Revolutionary", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/massive-floating-futuristic-cities-high--1772813843872-64f39bf9.png?_wi=3", imageAlt: "Venus floating city platforms"},
|
||||
reviewCount: "Revolutionary", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/massive-floating-futuristic-cities-high--1772813843872-64f39bf9.png?_wi=3", imageAlt: "Venus floating city platforms"
|
||||
},
|
||||
{
|
||||
id: "venus-2", brand: "Cloud Habitats", name: "Aerial Skyscraper Complex", price: "Advanced Design", rating: 5,
|
||||
reviewCount: "Innovative", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/massive-floating-futuristic-cities-high--1772813843872-64f39bf9.png?_wi=4", imageAlt: "Venus aerial structures"},
|
||||
reviewCount: "Innovative", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/massive-floating-futuristic-cities-high--1772813843872-64f39bf9.png?_wi=4", imageAlt: "Venus aerial structures"
|
||||
},
|
||||
{
|
||||
id: "venus-3", brand: "Atmospheric Sciences", name: "Bridge Connection System", price: "Connected Living", rating: 5,
|
||||
reviewCount: "Visionary", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/massive-floating-futuristic-cities-high--1772813843872-64f39bf9.png?_wi=5", imageAlt: "Venus platform bridges"},
|
||||
reviewCount: "Visionary", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/massive-floating-futuristic-cities-high--1772813843872-64f39bf9.png?_wi=5", imageAlt: "Venus platform bridges"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -144,13 +157,17 @@ export default function LandingPage() {
|
||||
tag="Scene 3: 6-8 Seconds"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "1,321x", description: "Jupiter is 1,321 times larger than Earth, making it a gas giant with no solid surface to stand on"},
|
||||
id: "1", value: "1,321x", description: "Jupiter is 1,321 times larger than Earth, making it a gas giant with no solid surface to stand on"
|
||||
},
|
||||
{
|
||||
id: "2", value: "430 mph", description: "Wind speeds in Jupiter's upper atmosphere reach extreme velocities, requiring floating station technology"},
|
||||
id: "2", value: "430 mph", description: "Wind speeds in Jupiter's upper atmosphere reach extreme velocities, requiring floating station technology"
|
||||
},
|
||||
{
|
||||
id: "3", value: "400°C", description: "Temperature variations between upper and lower atmospheres create dynamic research opportunities"},
|
||||
id: "3", value: "400°C", description: "Temperature variations between upper and lower atmospheres create dynamic research opportunities"
|
||||
},
|
||||
{
|
||||
id: "4", value: "12.2x", description: "Jupiter's gravity is 12.2 times Earth's gravity, requiring specially engineered structural systems"},
|
||||
id: "4", value: "12.2x", description: "Jupiter's gravity is 12.2 times Earth's gravity, requiring specially engineered structural systems"
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -163,13 +180,17 @@ export default function LandingPage() {
|
||||
tag="Scene 4: 6-8 Seconds"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Atmospheric City Design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/futuristic-floating-city-in-saturn-s-upp-1772813843888-2e157807.png?_wi=2", imageAlt: "Saturn floating city"},
|
||||
id: "1", name: "Atmospheric City Design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/futuristic-floating-city-in-saturn-s-upp-1772813843888-2e157807.png?_wi=2", imageAlt: "Saturn floating city"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Ring Observation Platform", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/futuristic-floating-city-in-saturn-s-upp-1772813843888-2e157807.png?_wi=3", imageAlt: "Saturn with rings view"},
|
||||
id: "2", name: "Ring Observation Platform", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/futuristic-floating-city-in-saturn-s-upp-1772813843888-2e157807.png?_wi=3", imageAlt: "Saturn with rings view"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Flying Transportation System", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/futuristic-floating-city-in-saturn-s-upp-1772813843888-2e157807.png?_wi=4", imageAlt: "Saturn aerial vehicles"},
|
||||
id: "3", name: "Flying Transportation System", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/futuristic-floating-city-in-saturn-s-upp-1772813843888-2e157807.png?_wi=4", imageAlt: "Saturn aerial vehicles"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Residential Sky Communities", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/futuristic-floating-city-in-saturn-s-upp-1772813843888-2e157807.png?_wi=5", imageAlt: "Saturn habitat structures"},
|
||||
id: "4", name: "Residential Sky Communities", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/futuristic-floating-city-in-saturn-s-upp-1772813843888-2e157807.png?_wi=5", imageAlt: "Saturn habitat structures"
|
||||
},
|
||||
]}
|
||||
memberVariant="card"
|
||||
membersAnimation="slide-up"
|
||||
@@ -184,17 +205,23 @@ export default function LandingPage() {
|
||||
author="Future of Human Space Exploration"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/ultra-realistic-deep-space-view-showing--1772813843835-c5b25617.png", alt: "Planetary overview"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/ultra-realistic-deep-space-view-showing--1772813843835-c5b25617.png", alt: "Planetary overview"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/hyper-realistic-martian-colony-featuring-1772813845000-44b324a2.png", alt: "Mars colony"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/hyper-realistic-martian-colony-featuring-1772813845000-44b324a2.png", alt: "Mars colony"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/massive-floating-futuristic-cities-high--1772813843872-64f39bf9.png", alt: "Venus cities"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/massive-floating-futuristic-cities-high--1772813843872-64f39bf9.png", alt: "Venus cities"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/enormous-floating-research-platforms-dri-1772813843958-9ec79b5e.png", alt: "Jupiter platform"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/enormous-floating-research-platforms-dri-1772813843958-9ec79b5e.png", alt: "Jupiter platform"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/futuristic-floating-city-in-saturn-s-upp-1772813843888-2e157807.png", alt: "Saturn city"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/futuristic-floating-city-in-saturn-s-upp-1772813843888-2e157807.png", alt: "Saturn city"
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/camera-pulling-away-into-deep-space-show-1772813844408-4ecc6053.png", alt: "Space finale"},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZxC8cxKnmvvs1FD6HdhtnJ2Vs/camera-pulling-away-into-deep-space-show-1772813844408-4ecc6053.png", alt: "Space finale"
|
||||
},
|
||||
]}
|
||||
ratingAnimation="opacity"
|
||||
avatarsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user