diff --git a/src/app/page.tsx b/src/app/page.tsx index 8745ca2..175aecf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -26,17 +26,17 @@ export default function LandingPage() { linkCards={[ { title: "Get Started", description: "Join the neobank ecosystem.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWEhYdr3pDaQGJZWYl46mXO9ek/a-deep-black-background-with-a-flowing-f-1774608810650-e99deed8.png", button: { - text: "Start Now", props: { variant: "gradient" } + text: "Start Now", props: { variant: "hover-magnetic" } }, }, { title: "Read Docs", description: "Learn about our protocol.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWEhYdr3pDaQGJZWYl46mXO9ek/a-cinematic-dark-backdrop-with-glowing-o-1774608808619-dfbbc761.png", button: { - text: "Explore", props: { variant: "secondary" } + text: "Explore", props: { variant: "hover-magnetic" } }, }, { title: "Launch App", description: "Access your private bank.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWEhYdr3pDaQGJZWYl46mXO9ek/a-deep-black-background-with-a-flowing-f-1774608810650-e99deed8.png", button: { - text: "Connect", props: { variant: "secondary" } + text: "Connect", props: { variant: "hover-magnetic" } }, }, ]}