From aff5a8e8562b8f018441b190088f5863f7c0c19a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 10:54:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } }, }, -- 2.49.1