Merge version_1_1781614594633 into main #3

Merged
bender merged 1 commits from version_1_1781614594633 into main 2026-06-16 12:58:37 +00:00

View File

@@ -20,7 +20,7 @@ export default function HomePage() {
primaryButton={{ text: "Start Exploring", href: "#features" }}
secondaryButton={{ text: "Learn More", href: "#about" }}
items={[
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-futuristic-sci-fi-background_35913-2150.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-futuristic-sci-fi-background_35913-2150.jpg?_wi=1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fiery-planet-universe_23-2151955873.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/planets-with-metallic-reflective-effect_23-2150253961.jpg" },
{ imageSrc: "http://img.b2bpic.net/free-photo/gradient-rippled-multicolored-soap-bubble-black-background_23-2148235906.jpg" },
@@ -50,7 +50,7 @@ export default function HomePage() {
description="Experience deep space with our proprietary rendering engine."
features={[
{ title: "3D Planet Models", description: "High-fidelity textures and accurate planetary physics.", imageSrc: "http://img.b2bpic.net/free-photo/earth-hour-photo-composition_23-2149282777.jpg" },
{ title: "Orbital Mechanics", description: "Visualize how gravity shapes our celestial neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/modern-futuristic-sci-fi-background_35913-2150.jpg" },
{ title: "Orbital Mechanics", description: "Visualize how gravity shapes our celestial neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/modern-futuristic-sci-fi-background_35913-2150.jpg?_wi=2" },
{ title: "Interactive Lessons", description: "Gamified learning modules for students of all ages.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-data-interface_23-2152011741.jpg" },
{ title: "Research Tools", description: "Professional-grade research data accessible to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/astronaut-checking-human-expansion-space-mission-data-tablet-journey-mars-cosmonaut_482257-136487.jpg" }
]}