diff --git a/src/app/page.tsx b/src/app/page.tsx index beeb0f8..44cd317 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {