From 0a02553cbb07928e5e281d55983ad7df6a047c7b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 15 Jun 2026 19:42:31 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 90 ++++++++++-------------------------------- 1 file changed, 20 insertions(+), 70 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 8311325..8685c16 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -16,34 +16,20 @@ export default function HomePage() { title="Venture Past Our Sky Across the Universe" description="Discover the universe in ways once unimaginable. Our pioneering vessels and breakthrough engineering bring deep-space exploration within reach." primaryButton={{ - text: "Start Your Voyage", - href: "#start", - }} + text: "Start Your Voyage", href: "#start"}} secondaryButton={{ - text: "View Liftoff", - href: "#video", - }} + text: "View Liftoff", href: "#video"}} items={[ { - imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-galaxy-background_23-2151114393.jpg", - imageAlt: "space exploration cinematic", - }, + videoSrc: "https://d8j0ntlcm91z4.cloudfront.net/user_38xzZboKViGWJOttwIXH07lWA1P/hf_20260418_080021_d598092b-c4c2-4e53-8e46-94cf9064cd50.mp4"}, { - imageSrc: "http://img.b2bpic.net/free-photo/fantasy-style-gateway-portal-with-desert-landscape_23-2151239086.jpg", - imageAlt: "space exploration cinematic", - }, + videoSrc: "https://d8j0ntlcm91z4.cloudfront.net/user_38xzZboKViGWJOttwIXH07lWA1P/hf_20260418_080021_d598092b-c4c2-4e53-8e46-94cf9064cd50.mp4"}, { - imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-galaxy-space-with-stars-well-use-as-astronomy-backgrou_1258-106.jpg?_wi=1", - imageAlt: "space exploration cinematic", - }, + videoSrc: "https://d8j0ntlcm91z4.cloudfront.net/user_38xzZboKViGWJOttwIXH07lWA1P/hf_20260418_080021_d598092b-c4c2-4e53-8e46-94cf9064cd50.mp4"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-blue-purple-sky-filled-with-starts_181624-24991.jpg?_wi=1", - imageAlt: "space exploration cinematic", - }, + videoSrc: "https://d8j0ntlcm91z4.cloudfront.net/user_38xzZboKViGWJOttwIXH07lWA1P/hf_20260418_080021_d598092b-c4c2-4e53-8e46-94cf9064cd50.mp4"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cosmic-nebula-space-background_23-2151955886.jpg", - imageAlt: "space exploration cinematic", - }, + videoSrc: "https://d8j0ntlcm91z4.cloudfront.net/user_38xzZboKViGWJOttwIXH07lWA1P/hf_20260418_080021_d598092b-c4c2-4e53-8e46-94cf9064cd50.mp4"}, ]} /> @@ -58,19 +44,13 @@ export default function HomePage() { features={[ { icon: Image, - title: "AI Scenery", - description: "AI analyzes your product to create indistinguishable natural environments.", - }, + title: "AI Scenery", description: "AI analyzes your product to create indistinguishable natural environments."}, { icon: Film, - title: "Batch Production", - description: "Style your entire product line in minutes. Create a unified visual identity.", - }, + title: "Batch Production", description: "Style your entire product line in minutes. Create a unified visual identity."}, { icon: Lightbulb, - title: "Smart Lighting", - description: "Automatic lighting and material adjustment. Achieve flawless integration.", - }, + title: "Smart Lighting", description: "Automatic lighting and material adjustment. Achieve flawless integration."}, ]} /> @@ -84,32 +64,16 @@ export default function HomePage() { description="Flexible plans for space enthusiasts and pioneers alike." plans={[ { - tag: "Orbit", - price: "$500k", - description: "Suborbital experience for the modern explorer.", - primaryButton: { - text: "Choose Orbit", - href: "#", - }, + tag: "Orbit", price: "$500k", description: "Suborbital experience for the modern explorer.", primaryButton: { + text: "Choose Orbit", href: "#"}, features: [ - "Zero-G Training", - "5-minute space view", - "Flight suit included", - ], + "Zero-G Training", "5-minute space view", "Flight suit included"], }, { - tag: "Deep Space", - price: "$2.5M", - description: "Full orbital mission for extended discovery.", - primaryButton: { - text: "Choose Deep Space", - href: "#", - }, + tag: "Deep Space", price: "$2.5M", description: "Full orbital mission for extended discovery.", primaryButton: { + text: "Choose Deep Space", href: "#"}, features: [ - "Full crewed mission", - "Lunar fly-by", - "Advanced life support", - ], + "Full crewed mission", "Lunar fly-by", "Advanced life support"], }, ]} /> @@ -124,19 +88,9 @@ export default function HomePage() { description="Hear from the pioneers who have already ventured beyond." testimonials={[ { - title: "Life Changing", - quote: "Seeing the earth from the void changed everything I knew about our fragility.", - name: "Sarah Miller", - role: "Mission Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-galaxy-space-with-stars-well-use-as-astronomy-backgrou_1258-106.jpg?_wi=2", - }, + title: "Life Changing", quote: "Seeing the earth from the void changed everything I knew about our fragility.", name: "Sarah Miller", role: "Mission Specialist", imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-galaxy-space-with-stars-well-use-as-astronomy-backgrou_1258-106.jpg"}, { - title: "Absolute Perfection", - quote: "The engineering team at Aeon is truly pushing the boundaries of what is possible.", - name: "David Thorne", - role: "Aerospace Analyst", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-blue-purple-sky-filled-with-starts_181624-24991.jpg?_wi=2", - }, + title: "Absolute Perfection", quote: "The engineering team at Aeon is truly pushing the boundaries of what is possible.", name: "David Thorne", role: "Aerospace Analyst", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-blue-purple-sky-filled-with-starts_181624-24991.jpg"}, ]} /> @@ -148,13 +102,9 @@ export default function HomePage() { tag="Get in Touch" text="Ready to leave the atmosphere? Contact our mission control to begin your journey." primaryButton={{ - text: "Email Mission Control", - href: "mailto:info@aeonspace.com", - }} + text: "Email Mission Control", href: "mailto:info@aeonspace.com"}} secondaryButton={{ - text: "Schedule Briefing", - href: "#schedule", - }} + text: "Schedule Briefing", href: "#schedule"}} />