From d8a6e673b5da98fc55d0109f3ee6b4f56b663209 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 16:55:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7dc0658..4be978b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - buttons={[{ text: "Listen to Artists", href: "#" }]} + buttons={[{ text: "Listen to Artists", href: "https://www.youtube.com/watch?v=xqtmBDHui-0&list=RDxqtmBDHui-0&start_radio=1" }]} features={[ { title: "King Art & Go Baby", @@ -162,4 +162,8 @@ export default function LandingPage() { ); +}" + } + ], + "rawPlan": "I've updated the 'Listen to Artists' button in the artist showcase feature section to link directly to the YouTube playlist provided." } \ No newline at end of file