mirror of
https://github.com/trushildhokiya/allininx-2.git
synced 2025-03-15 12:58:41 +00:00
Seperate Lander 2
This commit is contained in:
parent
3d5b69ec71
commit
83e22b1f03
@ -45,7 +45,7 @@ export default function AboutSection() {
|
|||||||
their goals while Allinix handles the complexities.
|
their goals while Allinix handles the complexities.
|
||||||
</motion.p>
|
</motion.p>
|
||||||
|
|
||||||
<Link href={"/signin"}>
|
<a href="https://dashboard.allinix.ai">
|
||||||
<motion.button
|
<motion.button
|
||||||
initial={{ y: -35, opacity: 0 }}
|
initial={{ y: -35, opacity: 0 }}
|
||||||
whileInView={{ y: 0, opacity: 1 }}
|
whileInView={{ y: 0, opacity: 1 }}
|
||||||
@ -55,7 +55,7 @@ export default function AboutSection() {
|
|||||||
>
|
>
|
||||||
Get Access to Allinix
|
Get Access to Allinix
|
||||||
</motion.button>
|
</motion.button>
|
||||||
</Link>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<motion.div
|
<motion.div
|
||||||
|
@ -99,7 +99,7 @@ export default function HeroSection() {
|
|||||||
viewport={{ once: true }}
|
viewport={{ once: true }}
|
||||||
className="btn-primary rounded-xl px-6 py-2.5 font-serif text-2xl text-white"
|
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>
|
</motion.button>
|
||||||
</div>
|
</div>
|
||||||
</Vortex>
|
</Vortex>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user