From def1e5b3409500d628ba8542e5975f227a84113f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:47:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee8dbe8..4127fd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,6 +99,11 @@ export default function LandingPage() { ]} tagAnimation="slide-up" buttonAnimation="none" + buttons={[ + { + text: "Start Your Free Trial", href: "https://discord.gg" + } + ]} /> -- 2.49.1