Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-05 09:32:59 +00:00

View File

@@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import MediaAbout from '@/components/sections/about/MediaAbout';
import { Rocket, Globe, Compass, Globe2, BookOpen } from "lucide-react";
import { Rocket, Globe, Compass } from "lucide-react";
export default function LandingPage() {
return (
@@ -64,12 +64,13 @@ export default function LandingPage() {
<FeatureCardSeven
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
title="Planetary Wonders"
description="Explore the unique characteristics of each planet in our solar system through detailed interactive modules."
features={[
{ icon: Rocket, title: "Orbital Mechanics", description: "Understand how planets move through space." },
{ icon: Globe, title: "Atmospheric Studies", description: "Dive deep into planetary atmosphere compositions." },
{ icon: Compass, title: "Stellar Navigation", description: "Navigate the solar system like a mission control expert." },
{ title: "Orbital Mechanics", description: "Understand how planets move through space." },
{ title: "Atmospheric Studies", description: "Dive deep into planetary atmosphere compositions." },
{ title: "Stellar Navigation", description: "Navigate the solar system like a mission control expert." },
]}
/>
</div>
@@ -78,6 +79,7 @@ export default function LandingPage() {
<PricingCardNine
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
title="Mission Tiers"
description="Select your depth of exploration with our curated research tiers."
plans={[
@@ -94,6 +96,7 @@ export default function LandingPage() {
author="Dr. Alex Rivers, Space Scientist"
ratingAnimation="blur-reveal"
avatarsAnimation="blur-reveal"
useInvertedBackground={false}
avatars={[]}
/>
</div>
@@ -108,6 +111,7 @@ export default function LandingPage() {
]}
faqsAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
@@ -117,6 +121,8 @@ export default function LandingPage() {
title="Connect with Mission Control"
description="Send us your cosmic questions."
mediaAnimation="blur-reveal"
useInvertedBackground={false}
background={{ variant: "plain" }}
/>
</div>