Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-10 06:17:01 +00:00

View File

@@ -160,9 +160,9 @@ export default function LandingPage() {
subtitle="Last updated: January 2025"
sections={[
{
heading: "Acceptance of Terms", content: [{ text: "By accessing the TuneList platform, you agree to these terms of service and our community guidelines." }]},
heading: "Acceptance of Terms", content: [{ type: "paragraph", text: "By accessing the TuneList platform, you agree to these terms of service and our community guidelines." }]},
{
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." }]},
heading: "Usage Policy", content: [{ type: "paragraph", text: "Only download content you have rights to access." }, { type: "paragraph", text: "Do not distribute our platform assets commercially." }, { type: "paragraph", text: "Maintain your account security." }]},
]}
/>
</div>