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() {