From 042bfe5ad6b728289c40ad6c7cb08a2f50327760 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 17:07:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a501bb6..e6687e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "sparkles-gradient" }} buttons={[ - { text: "Start Finding", href: "#product" }, + { text: "Find My Wallet", href: "#product" }, { text: "Learn More", href: "#features" }, ]} buttonAnimation="blur-reveal"