1- import { supportEmail } from "@/lib/client/constants" ;
1+ import { supportEmail } from "../../old/lib/client/constants" ;
2+ import { LovePage } from "web/components/love-page" ;
23
34export default function TermsPage ( ) {
45 return (
5- < main className = "max-w-4xl mx-auto p-8 text-gray-800 dark:text-white" >
6+ < LovePage
7+ trackPageView = { 'terms' }
8+ className = "max-w-4xl mx-auto p-8 text-gray-800 dark:text-white"
9+ >
610 < h1 className = "text-3xl font-semibold text-center mb-6" > Terms & Conditions </ h1 >
711
812 < p className = "text-center text-gray-500 dark:text-white mb-12" >
@@ -11,8 +15,8 @@ export default function TermsPage() {
1115
1216 < section className = "space-y-6 text-base leading-relaxed" >
1317 < p >
14- Welcome to < span className = "font-semibold" > Compass</ span > , a platform designed for
15- rational thinkers to connect, collaborate, and build meaningful interactions.
18+ Welcome to < span className = "font-semibold" > Compass</ span > , a platform to connect, collaborate, and build
19+ meaningful interactions.
1620 By accessing or using our service, you agree to the following Terms and Conditions.
1721 </ p >
1822
@@ -30,15 +34,12 @@ export default function TermsPage() {
3034
3135 < h2 className = "text-xl font-semibold" > 3. Intellectual Property & Licensing </ h2 >
3236 < p >
33- a. < strong > Ownership and License.</ strong > Compass is developed and
34- maintained as a < strong > free and open-source project</ strong > . Unless
35- otherwise stated, all source code, designs, and related materials
36- (“Project Materials”) are licensed under the{ " " }
37- < strong > MIT License</ strong > or another permissive open-source license
38- determined by the community. Subject to the applicable license terms, you
39- are granted a worldwide, royalty-free, non-exclusive, irrevocable license
40- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
41- copies of the Project Materials.
37+ a. < strong > Ownership and License.</ strong > Compass is developed and maintained as a free and open-source
38+ project. Unless otherwise stated, all source code, designs, and related materials (“Project Materials”) are
39+ licensed under the AGPL-3.0 License. Certain components may be licensed under permissive open-source licenses,
40+ as explicitly indicated. Subject to the applicable license terms, you are granted a worldwide, royalty-free,
41+ non-exclusive, irrevocable license to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
42+ copies of the Project Materials in accordance with the terms of the applicable license.
4243 </ p >
4344 < p >
4445 b. < strong > Community Governance.</ strong > Compass operates under a{ " " }
@@ -56,15 +57,15 @@ export default function TermsPage() {
5657 represent and warrant that you have the right to grant such a license and
5758 that your Contributions do not infringe on the rights of any third party.
5859 </ p >
60+ { /*<p>*/ }
61+ { /* d. <strong>Trademarks and Branding.</strong> The name “Compass,” logos,*/ }
62+ { /* and associated marks (“Marks”) are the exclusive property of the Compass*/ }
63+ { /* community or its designated steward. Use of the Marks is only permitted as*/ }
64+ { /* authorized in writing by the Compass governance body to avoid confusion*/ }
65+ { /* or misuse.*/ }
66+ { /*</p>*/ }
5967 < p >
60- d. < strong > Trademarks and Branding.</ strong > The name “Compass,” logos,
61- and associated marks (“Marks”) are the exclusive property of the Compass
62- community or its designated steward. Use of the Marks is only permitted as
63- authorized in writing by the Compass governance body to avoid confusion
64- or misuse.
65- </ p >
66- < p >
67- e. < strong > No Proprietary Restrictions.</ strong > Compass shall remain{ " " }
68+ d. < strong > No Proprietary Restrictions.</ strong > Compass shall remain{ " " }
6869 < strong > free of advertising, proprietary lock-ins, and data monetization</ strong > { " " }
6970 unless explicitly approved by the community in accordance with its
7071 governance process. Users and contributors must not introduce such
@@ -83,10 +84,10 @@ export default function TermsPage() {
8384 constitutes acceptance of the new Terms.
8485 </ p >
8586
86- < p className = "text-gray-600 italic mt-8" >
87+ < p className = "italic mt-8" >
8788 For questions regarding these Terms, please contact us at { supportEmail } .
8889 </ p >
8990 </ section >
90- </ main >
91+ </ LovePage >
9192 ) ;
9293}
0 commit comments