Update src/app/page.tsx

This commit is contained in:
2026-03-27 10:54:26 +00:00
parent e028230e0f
commit 2a7ca9a3fe

View File

@@ -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" }
},
},
]}