From e6266d502a4b855326ff8dfc956d2ecb6f7a6ce7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 06:16:24 +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 b776787..b9b7557 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -160,9 +160,9 @@ export default function LandingPage() { subtitle="Last updated: January 2025" sections={[ { - heading: "Acceptance of Terms", content: "By accessing the TuneList platform, you agree to these terms of service and our community guidelines."}, + heading: "Acceptance of Terms", content: [{ text: "By accessing the TuneList platform, you agree to these terms of service and our community guidelines." }]}, { - heading: "Usage Policy", content: "Only download content you have rights to access. Do not distribute our platform assets commercially. Maintain your account security."}, + heading: "Usage Policy", content: [{ text: "Only download content you have rights to access." }, { text: "Do not distribute our platform assets commercially." }, { text: "Maintain your account security." }]}, ]} />