diff --git a/src/app/page.tsx b/src/app/page.tsx index 41593df..59bf865 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import HeroLogo from '@/components/sections/hero/HeroLogo'; import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; @@ -12,7 +12,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Heart, CheckCircle, Sparkles, Shield, Palette, Wind, Lightbulb, Sprout, Award, Star, HelpCircle } from 'lucide-react'; +import { Heart, CheckCircle, Sparkles, Shield, Palette, Wind, Lightbulb, Sprout, Award, Star, HelpCircle, Rocket, Users } from 'lucide-react'; export default function LandingPage() { return ( @@ -23,101 +23,118 @@ export default function LandingPage() { contentWidth="small" sizing="largeSmallSizeMediumTitles" background="none" - cardStyle="layered-gradient" - primaryButtonStyle="double-inset" - secondaryButtonStyle="solid" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" headingFontWeight="light" > -
+
+ {/* Full-screen looping video background */}
- Calming nature background -
+ > + + +
-
-
-
-
-
- - Therapeutic Art Practice +
+ {/* Glassmorphic announcement badge */} +
+ + Next-Generation Space Exploration +
+ + {/* Large serif headline */} +

+ Venture Past Our Sky Across the Universe +

+ + {/* Subtext about discovering the universe */} +

+ Embark on humanity's greatest adventure. Discover new worlds, unlock cosmic mysteries, and pioneer the future of space exploration with cutting-edge technology and visionary leadership. +

+ + {/* Two hero CTAs */} +
+ + +
+
+ + {/* Bottom partner section with collaborating text and logos */} +
+
+
+

+ Collaborating with Leading Organizations +

+
+
+ Aeon
- -

- Healing Through Art & Self Expression -

- -

- Reconnect with yourself through art therapy, journaling, and somatic healing. A safe, creative space to process emotions and rediscover inner peace. -

- -
- - +
+ Vela +
+
+ Apex +
+
+ Orbit +
+
+ Zeno
- -
-
+
-
+
@@ -275,26 +292,26 @@ export default function LandingPage() {