Seperate Lander 2

This commit is contained in:
allinix 2025-02-18 00:08:37 +05:30
parent 3d5b69ec71
commit 83e22b1f03
2 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ export default function AboutSection() {
their goals while Allinix handles the complexities.
</motion.p>
<Link href={"/signin"}>
<a href="https://dashboard.allinix.ai">
<motion.button
initial={{ y: -35, opacity: 0 }}
whileInView={{ y: 0, opacity: 1 }}
@ -55,7 +55,7 @@ export default function AboutSection() {
>
Get Access to Allinix
</motion.button>
</Link>
</a>
</div>
<motion.div

View File

@ -99,7 +99,7 @@ export default function HeroSection() {
viewport={{ once: true }}
className="btn-primary rounded-xl px-6 py-2.5 font-serif text-2xl text-white"
>
<Link href="/signin">Get Access to Allinix</Link>
<a href="https://dashboard.allinix.ai">Get Access to Allinix</a>
</motion.button>
</div>
</Vortex>