diff --git a/src/app/page.tsx b/src/app/page.tsx index 175aecf..7a4ebcd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -25,7 +25,7 @@ export default function LandingPage() { title="Your Money. Unchained." 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: { + 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?_wi=1", button: { text: "Start Now", props: { variant: "hover-magnetic" } }, }, @@ -35,7 +35,7 @@ export default function LandingPage() { }, }, { - 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: { + 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?_wi=2", button: { text: "Connect", props: { variant: "hover-magnetic" } }, },