Update src/app/page.tsx
This commit is contained in:
@@ -43,12 +43,12 @@ export default function LandingPage() {
|
||||
description="Join the cosmic revolution. Access AI-powered investment opportunities, real-time market insights, and astronomical returns. Secure your seat in the next generation of wealth creation."
|
||||
tag="Zero to Hero Investment"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Join Waitlist", href: "#contact" },
|
||||
{ text: "Learn More", href: "#features" }
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEIpO61jVH33N76AQCpn8O6m8X/a-mesmerizing-black-hole-surrounded-by-s-1774048123042-7d6fab7d.png"
|
||||
imageAlt="Black hole and galaxy cosmos"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
@@ -59,12 +59,12 @@ export default function LandingPage() {
|
||||
<TestimonialAboutCard
|
||||
tag="Why Celestial Invest"
|
||||
tagIcon={Star}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
title="The Investing Platform Beyond the Stars"
|
||||
description="We've reimagined how people invest. Combining cutting-edge AI algorithms with human expertise, we create personalized investment strategies that align with your financial goals."
|
||||
subdescription="Whether you're a seasoned investor or just starting, our cosmic platform demystifies wealth building and makes investing accessible to everyone."
|
||||
icon={Sparkles}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEIpO61jVH33N76AQCpn8O6m8X/a-sleek-dark-dashboard-showing-a-diversi-1774048123333-9e5c5a55.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEIpO61jVH33N76AQCpn8O6m8X/a-sleek-dark-dashboard-showing-a-diversi-1774048123333-9e5c5a55.png"
|
||||
imageAlt="Investment dashboard"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -77,15 +77,15 @@ export default function LandingPage() {
|
||||
description="Our platform delivers next-generation investment tools designed for maximum growth and minimal risk."
|
||||
tag="Investment Features"
|
||||
tagIcon={Zap}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Explore Features", href: "#features" }
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "AI-Powered Portfolio", author: "Machine Learning", description: "Our advanced algorithms analyze billions of data points to build optimized portfolios tailored to your risk profile and investment timeline.", tags: ["AI", "Smart Investing", "Personalized"],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEIpO61jVH33N76AQCpn8O6m8X/a-sleek-dark-dashboard-showing-a-diversi-1774048123333-9e5c5a55.png?_wi=2", imageAlt: "Portfolio dashboard"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEIpO61jVH33N76AQCpn8O6m8X/a-sleek-dark-dashboard-showing-a-diversi-1774048123333-9e5c5a55.png", imageAlt: "Portfolio dashboard"
|
||||
},
|
||||
{
|
||||
id: "2", title: "Military-Grade Security", author: "Blockchain Tech", description: "Your assets are protected by enterprise-level encryption and decentralized security protocols. Sleep peacefully knowing your investments are safe.", tags: ["Security", "Blockchain", "Protection"],
|
||||
@@ -108,7 +108,7 @@ export default function LandingPage() {
|
||||
description="Join thousands of investors who've already launched their wealth into orbit."
|
||||
tag="Growth Metrics"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
metrics={[
|
||||
{ id: "1", value: "$2.4B+", description: "Assets Under Management" },
|
||||
{ id: "2", value: "847K+", description: "Active Investors" },
|
||||
@@ -128,7 +128,7 @@ export default function LandingPage() {
|
||||
description="Hear from investors who've transformed their financial futures with Celestial Invest."
|
||||
tag="Success Stories"
|
||||
tagIcon={Award}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", role: "Entrepreneur", testimonial: "Celestial Invest transformed my approach to investing. The AI recommendations are eerily accurate, and I've seen consistent 22% returns. It's like having a personal financial advisor that never sleeps.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BEIpO61jVH33N76AQCpn8O6m8X/professional-headshot-of-a-successful-in-1774048122608-10fefea6.png", imageAlt: "Sarah Chen", icon: Star
|
||||
@@ -153,14 +153,14 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
tag="Exclusive Access"
|
||||
tagIcon={Rocket}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
title="Launch Into Your Financial Future"
|
||||
description="Join our waitlist for exclusive early access. Be among the first to harness the power of AI-driven investing and transform your wealth trajectory."
|
||||
buttons={[
|
||||
{ text: "Join the Waitlist", href: "mailto:waitlist@celestialinvest.com" },
|
||||
{ text: "Learn More", href: "#features" }
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user