@@ -30,7 +30,7 @@ export const metadata: Metadata = {
3030} ;
3131
3232export default function TermsPage ( ) {
33- const lastUpdated = "June 23rd , 2025" ;
33+ const lastUpdated = "December 22nd , 2025" ;
3434
3535 return (
3636 < >
@@ -117,13 +117,17 @@ export default function TermsPage() {
117117 Terms. If you disagree with any part of these terms, then you may
118118 not access the Service.
119119 </ p >
120- < div className = "my-4 rounded border border-accent bg-accent/50 p-4" >
121- < p className = "text-sm" >
122- < strong className = "text-primary" > Quick Summary:</ strong > These
123- terms cover how you can use our service, your responsibilities,
124- our responsibilities, and what happens if things go wrong.
125- </ p >
126- </ div >
120+ < p className = "mb-4" >
121+ Our{ " " }
122+ < a className = "text-primary hover:text-primary/80" href = "/dpa" >
123+ Data Processing Agreement
124+ </ a > { " " }
125+ and{ " " }
126+ < a className = "text-primary hover:text-primary/80" href = "/privacy" >
127+ Privacy Policy
128+ </ a > { " " }
129+ are part of these terms and explain how we handle your data.
130+ </ p >
127131 </ section >
128132
129133 < section className = "mb-8" >
@@ -166,7 +170,8 @@ export default function TermsPage() {
166170 < li > Keep your account information up to date</ li >
167171 < li > Maintain the security of your password</ li >
168172 < li >
169- Accept responsibility for all activities under your account
173+ Accept responsibility for all activities under your account,
174+ including actions by team members you've given access to
170175 </ li >
171176 < li > Notify us immediately of any unauthorized use</ li >
172177 </ ul >
@@ -245,6 +250,15 @@ export default function TermsPage() {
245250 < li > We don't sell your data to third parties</ li >
246251 < li > We comply with GDPR, CCPA, and other privacy regulations</ li >
247252 </ ul >
253+ < p className = "mb-4" >
254+ You agree not to use the service to send sensitive information
255+ where unauthorized disclosure could cause material, severe, or
256+ catastrophic harm. This includes credit card information,
257+ government issued identification numbers, financial account
258+ information, and personally identifiable information that could be
259+ used to directly identify, contact, or precisely locate an
260+ individual.
261+ </ p >
248262 </ section >
249263
250264 < section className = "mb-8" >
@@ -306,6 +320,13 @@ export default function TermsPage() {
306320 < li > You cannot copy, modify, or distribute our Service</ li >
307321 < li > Our trademarks and logos are our property</ li >
308322 </ ul >
323+ < p className = "mb-4" >
324+ You may provide us with feedback, suggestions, and ideas about the
325+ service. You agree that we own all rights to use and incorporate
326+ the feedback you provide in any way, including in future
327+ enhancements and modifications to the service, without payment or
328+ attribution to you.
329+ </ p >
309330 </ section >
310331
311332 < section className = "mb-8" >
@@ -406,7 +427,7 @@ export default function TermsPage() {
406427 If you have questions about these Terms of Service, please contact
407428 us:
408429 </ p >
409- < div className = "rounded-lg bg-slate-100 p-4 dark:bg-slate-800 " >
430+ < div className = "rounded bg-accent p-4" >
410431 < ul className = "mb-0 space-y-2" >
411432 < li >
412433 < strong > Email:
</ strong > [email protected] @@ -430,10 +451,25 @@ export default function TermsPage() {
430451 </ section >
431452
432453 < section className = "mb-8" >
433- < h2 className = "mb-4 font-bold text-2xl" > 15 . Entire Agreement</ h2 >
454+ < h2 className = "mb-4 font-bold text-2xl" > 13 . Entire Agreement</ h2 >
434455 < p className = "mb-4" >
435- These Terms, together with our Privacy Policy, constitute the
436- entire agreement between you and Databuddy regarding the Service.
456+ These Terms, together with our{ " " }
457+ < a className = "text-primary hover:text-primary/80" href = "/privacy" >
458+ Privacy Policy
459+ </ a >
460+ ,{ " " }
461+ < a
462+ className = "text-primary hover:text-primary/80"
463+ href = "/data-policy"
464+ >
465+ Data Policy
466+ </ a >
467+ , and{ " " }
468+ < a className = "text-primary hover:text-primary/80" href = "/dpa" >
469+ Data Processing Agreement
470+ </ a >
471+ , constitute the entire agreement between you and Databuddy
472+ regarding the Service.
437473 </ p >
438474 </ section >
439475
0 commit comments