From d48a90aff45d80c1c2321b1231eec3790302be75 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 19:58:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2dc3af4..9e6685b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,7 +124,10 @@ export default function LandingPage() { background={{ variant: "plain" }} avatars={heroAvatars} avatarText="Join thousands already sharing instantly" - buttons={[{ text: "Download Now", href: "#" }]} + buttons={[ + { text: "Download Now", href: "#" }, + { text: "See How It Works", href: "#features" } + ]} buttonAnimation="slide-up" /> -- 2.49.1