From 9ffdf578a2ef577139c0034f648d7d1e5ab520d4 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 14 Jun 2025 09:07:16 +0200 Subject: [PATCH] Rename buttons --- page/src/landing-page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/page/src/landing-page.tsx b/page/src/landing-page.tsx index 382999ba..2e3b16c1 100644 --- a/page/src/landing-page.tsx +++ b/page/src/landing-page.tsx @@ -139,7 +139,7 @@ export function LandingPage() { className="bg-gradient-to-r from-blue-600 to-cyan-600 hover:from-blue-700 hover:to-cyan-700 text-white border-0 px-8 py-6 text-lg font-semibold group transition-all duration-300 transform hover:scale-105" > - Try Live Demo + Try Online @@ -150,7 +150,7 @@ export function LandingPage() { className="border-gray-600 text-gray-300 hover:bg-gray-800/50 px-8 py-6 text-lg font-semibold group transition-all duration-300" > - View on GitHub + View Source