From e094183b016b72534e6feca9c762ced8b6a1c648 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:12:51 +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 5998163..f1e611b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function CricketLivePage() { tagIcon={Zap} tagAnimation="slide-up" buttons={[ - { text: "Start Tracking", href: "#live-scores" }, + { text: "Get Live Scores Now", href: "#live-scores" }, { text: "View Demo", href: "https://rapidapi.com" } ]} buttonAnimation="slide-up" -- 2.49.1