Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user