From 8e689753143980856ea9123a1b30e4cbd6bacb04 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:10:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bef2980..2d56922 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { logoText="TRENDTRACKER" description="Discover what's trending on YouTube today, this week, and this month. Stay updated with real-time insights into the most popular videos across all categories." buttons={[ - { text: "Start Exploring", href: "#trending" }, + { text: "Discover Trending Now", href: "#trending" }, { text: "Learn More", href: "#features" } ]} slides={[ @@ -61,7 +61,7 @@ export default function LandingPage() {