Update src/app/page.tsx

This commit is contained in:
2026-05-11 16:55:26 +00:00
parent 3318334c60
commit d8a6e673b5

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}"
}
],
"rawPlan": "I've updated the 'Listen to Artists' button in the artist showcase feature section to link directly to the YouTube playlist provided."
}