Skip to content

Commit 347c25f

Browse files
Legal Hardening: Upgrade About, Privacy, Terms, and Disclaimer for AdSense 2026
- Implemented Dark Mode support for all legal pages - Updated all domain references to wtkpro.site - Standardized contact email to hello@wtkpro.site - Added mandatory language for Google Consent Mode v2 and DMCA compliance
1 parent dd54a31 commit 347c25f

4 files changed

Lines changed: 131 additions & 98 deletions

File tree

app/about/page.tsx

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,30 @@ export const metadata = {
99

1010
export default function AboutPage() {
1111
return (
12-
<div className="py-16 px-4 sm:px-6 lg:px-8 bg-white">
12+
<div className="py-16 px-4 sm:px-6 lg:px-8 bg-white dark:bg-slate-950 transition-colors duration-300 min-h-screen">
1313
<div className="max-w-4xl mx-auto">
1414
{/* Header Section */}
1515
<div className="text-center mb-16">
16-
<span className="inline-block px-4 py-1.5 bg-blue-50 text-blue-600 text-sm font-bold rounded-full mb-4 border border-blue-100">
16+
<span className="inline-block px-4 py-1.5 bg-blue-50 dark:bg-blue-900/30 text-blue-600 dark:text-blue-400 text-sm font-bold rounded-full mb-4 border border-blue-100 dark:border-slate-800">
1717
Our Story
1818
</span>
19-
<h1 className="text-5xl font-extrabold text-gray-900 mb-6 tracking-tight">
20-
Empowering US Developers with Enterprise-Grade Tools
19+
<h1 className="text-5xl font-extrabold text-gray-900 dark:text-white mb-6 tracking-tight">
20+
Empowering US Developers with <span className="text-blue-600 dark:text-blue-400">Enterprise-Grade</span> Tools
2121
</h1>
22-
<p className="text-xl text-gray-600 leading-relaxed">
23-
WebToolkit Pro is a professional suite of high-performance utilities designed for modern web developers. Based in the United States, we focus on providing secure, efficient, and privacy-first tools for the global developer community.
22+
<p className="text-xl text-gray-600 dark:text-slate-400 leading-relaxed">
23+
WebToolkit Pro (wtkpro.site) is a professional suite of high-performance utilities designed for modern web developers. Based in the United States, we focus on providing secure, efficient, and privacy-first tools for the global developer community.
2424
</p>
2525
</div>
2626

2727
{/* Mission Section */}
28-
<div className="prose prose-lg max-w-none mb-20 bg-blue-50/50 p-10 rounded-3xl border border-blue-100">
29-
<h2 className="text-3xl font-bold text-gray-900 mb-6 flex items-center gap-3">
30-
<Sparkles className="text-blue-600 w-8 h-8" /> Our Mission
28+
<div className="prose prose-lg max-w-none mb-20 bg-blue-50/50 dark:bg-slate-900/50 p-10 rounded-3xl border border-blue-100 dark:border-slate-800">
29+
<h2 className="text-3xl font-bold text-gray-900 dark:text-white mb-6 flex items-center gap-3">
30+
<Sparkles className="text-blue-600 dark:text-blue-400 w-8 h-8" /> Our Mission
3131
</h2>
32-
<p className="text-gray-700 leading-relaxed text-lg mb-6">
32+
<p className="text-gray-700 dark:text-slate-300 leading-relaxed text-lg mb-6">
3333
WebToolkit Pro was born out of a simple frustration: the internet is full of online tools, but most are cluttered with intrusive ads, require mandatory registration, or process your sensitive data on remote servers.
3434
</p>
35-
<p className="text-gray-700 leading-relaxed text-lg">
35+
<p className="text-gray-700 dark:text-slate-300 leading-relaxed text-lg">
3636
We set out to build a platform that is <strong>clean, fast, and 100% private</strong>. By leveraging modern browser technologies, we ensure that your data stays exactly where it belongs: on your device.
3737
</p>
3838
</div>
@@ -61,12 +61,12 @@ export default function AboutPage() {
6161
desc: 'No fluff. Just the essential tools you need for modern web development, API testing, and design.'
6262
},
6363
].map((item) => (
64-
<div key={item.title} className="group bg-white rounded-2xl border border-gray-100 p-8 hover:shadow-xl hover:border-blue-100 transition-all duration-300">
65-
<div className="w-12 h-12 bg-blue-100 rounded-xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300">
66-
<item.icon className="w-6 h-6 text-blue-600" />
64+
<div key={item.title} className="group bg-white dark:bg-slate-900 rounded-2xl border border-gray-100 dark:border-slate-800 p-8 hover:shadow-xl dark:hover:shadow-blue-900/10 hover:border-blue-100 dark:hover:border-blue-900 transition-all duration-300">
65+
<div className="w-12 h-12 bg-blue-100 dark:bg-blue-900/30 rounded-xl flex items-center justify-center mb-6 group-hover:scale-110 transition-transform duration-300">
66+
<item.icon className="w-6 h-6 text-blue-600 dark:text-blue-400" />
6767
</div>
68-
<h3 className="text-xl font-bold text-gray-900 mb-3">{item.title}</h3>
69-
<p className="text-gray-500 leading-relaxed">{item.desc}</p>
68+
<h3 className="text-xl font-bold text-gray-900 dark:text-white mb-3 group-hover:text-blue-600 dark:group-hover:text-blue-400 transition-colors">{item.title}</h3>
69+
<p className="text-gray-500 dark:text-slate-400 leading-relaxed">{item.desc}</p>
7070
</div>
7171
))}
7272
</div>
@@ -89,15 +89,11 @@ export default function AboutPage() {
8989

9090
{/* CTA */}
9191
<div className="text-center py-10">
92-
<h2 className="text-2xl font-bold text-gray-900 mb-6">Want to see our tools in action?</h2>
92+
<h2 className="text-2xl font-bold text-gray-900 dark:text-white mb-6">Want to see our tools in action?</h2>
9393
<Link href="/tools" className="inline-flex items-center gap-2 bg-blue-600 text-white px-10 py-4 rounded-xl font-bold text-lg hover:bg-blue-700 hover:shadow-2xl hover:-translate-y-1 transition-all duration-300">
9494
Get Started for Free →
9595
</Link>
9696
</div>
97-
98-
<div className="mt-16 py-10 flex justify-center">
99-
{/* AdSense slot */}
100-
</div>
10197
</div>
10298
</div>
10399
)

app/disclaimer/page.tsx

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -2,54 +2,55 @@ import React from 'react'
22

33
export const metadata = {
44
title: 'Disclaimer & DMCA - WebToolkit Pro',
5-
description: 'Legal disclaimer and DMCA policy for WebToolkit Pro. Learn about our content usage and copyright policies.',
5+
description: 'Legal disclaimer and DMCA policy for WebToolkit Pro (wtkpro.site). Learn about our content usage and copyright policies.',
66
}
77

88
export default function DisclaimerPage() {
99
return (
10-
<div className="py-16 px-4 sm:px-6 lg:px-8">
10+
<div className="py-16 px-4 sm:px-6 lg:px-8 bg-white dark:bg-slate-950 transition-colors duration-300 min-h-screen">
1111
<div className="max-w-4xl mx-auto">
12-
<h1 className="text-4xl font-extrabold text-gray-900 mb-4">Disclaimer & DMCA</h1>
13-
<p className="text-sm text-gray-400 mb-12">Last updated: May 4, 2026</p>
12+
<h1 className="text-4xl font-extrabold text-gray-900 dark:text-white mb-4">Disclaimer & DMCA</h1>
13+
<p className="text-sm text-gray-400 dark:text-slate-500 mb-12">Last updated: May 6, 2026</p>
1414

15-
<div className="prose prose-gray max-w-none space-y-10">
15+
<div className="prose prose-gray dark:prose-invert max-w-none space-y-10">
1616
<section>
17-
<h2 className="text-2xl font-bold text-gray-900">1. General Disclaimer</h2>
18-
<p className="text-gray-600 leading-relaxed">
19-
The information provided by WebToolkit Pro is for general informational purposes only. All tools and information on the site are provided in good faith, however we make no representation or warranty of any kind, express or implied, regarding the accuracy, adequacy, validity, reliability, availability, or completeness of any information or tool on the site.
17+
<h2 className="text-2xl font-bold text-gray-900 dark:text-white mb-4">1. General Disclaimer</h2>
18+
<p className="text-gray-600 dark:text-slate-400 leading-relaxed">
19+
The information provided by WebToolkit Pro (wtkpro.site) is for general informational purposes only. All tools and information on the site are provided in good faith, however we make no representation or warranty of any kind, express or implied, regarding the accuracy, adequacy, validity, reliability, availability, or completeness of any information or tool on the site.
2020
</p>
2121
</section>
2222

2323
<section>
24-
<h2 className="text-2xl font-bold text-gray-900">2. External Links Disclaimer</h2>
25-
<p className="text-gray-600 leading-relaxed">
26-
The site may contain links to other websites or content belonging to or originating from third parties. Such external links are not investigated, monitored, or checked for accuracy by us. We do not warrant, endorse, guarantee, or assume responsibility for the accuracy or reliability of any information offered by third-party websites.
24+
<h2 className="text-2xl font-bold text-gray-900 dark:text-white mb-4">2. Professional Disclaimer</h2>
25+
<p className="text-gray-600 dark:text-slate-400 leading-relaxed">
26+
The tools on WebToolkit Pro are intended for developers and technical professionals. They should not be used as a substitute for professional advice in critical systems without independent verification. Use of our tools is strictly at your own risk.
2727
</p>
2828
</section>
2929

3030
<section>
31-
<h2 className="text-2xl font-bold text-gray-900">3. Errors and Omissions Disclaimer</h2>
32-
<p className="text-gray-600 leading-relaxed">
33-
While we have made every attempt to ensure that the information contained in this site has been obtained from reliable sources, WebToolkit Pro is not responsible for any errors or omissions, or for the results obtained from the use of this information.
31+
<h2 className="text-2xl font-bold text-gray-900 dark:text-white mb-4">3. External Links Disclaimer</h2>
32+
<p className="text-gray-600 dark:text-slate-400 leading-relaxed">
33+
The site may contain links to other websites or content belonging to or originating from third parties. We do not warrant, endorse, guarantee, or assume responsibility for the accuracy or reliability of any information offered by third-party websites linked through the site.
3434
</p>
3535
</section>
3636

3737
<section>
38-
<h2 className="text-2xl font-bold text-gray-900">4. DMCA Policy</h2>
39-
<p className="text-gray-600 leading-relaxed">
40-
WebToolkit Pro respects the intellectual property rights of others. In accordance with the Digital Millennium Copyright Act ("DMCA"), we will respond promptly to notices of alleged infringement that are reported to us.
38+
<h2 className="text-2xl font-bold text-gray-900 dark:text-white mb-4">4. DMCA Copyright Notice</h2>
39+
<p className="text-gray-600 dark:text-slate-400 leading-relaxed">
40+
WebToolkit Pro respects the intellectual property rights of others. In accordance with the Digital Millennium Copyright Act ("DMCA"), we will respond promptly to notices of alleged infringement.
4141
</p>
42-
<p className="text-gray-600 leading-relaxed mt-4">
43-
If you believe that your copyrighted work has been copied in a way that constitutes copyright infringement and is accessible on this site, please notify our copyright agent with the following information:
42+
<p className="text-gray-600 dark:text-slate-400 leading-relaxed mt-4">
43+
If you believe that your copyrighted work has been infringed, please notify our copyright agent at: <strong>hello@wtkpro.site</strong>
4444
</p>
45-
<ul className="list-disc pl-6 text-gray-600 space-y-2 mt-2">
46-
<li>A physical or electronic signature of a person authorized to act on behalf of the owner of an exclusive right that is allegedly infringed.</li>
47-
<li>Identification of the copyrighted work claimed to have been infringed.</li>
48-
<li>Identification of the material that is claimed to be infringing.</li>
49-
<li>Information reasonably sufficient to permit us to contact you, such as an address, telephone number, and email address.</li>
50-
</ul>
51-
<p className="text-gray-600 leading-relaxed mt-4">
52-
Please send DMCA notices to: <strong>contact@webtoolkitpro.com</strong>
45+
<p className="text-gray-600 dark:text-slate-400 leading-relaxed mt-4">
46+
Your notice must include a detailed description of the copyrighted work and the location on our site where the alleged infringement occurs.
47+
</p>
48+
</section>
49+
50+
<section>
51+
<h2 className="text-2xl font-bold text-gray-900 dark:text-white mb-4">5. AdSense & Third-Party Content</h2>
52+
<p className="text-gray-600 dark:text-slate-400 leading-relaxed">
53+
wtkpro.site displays third-party advertisements via Google AdSense. We do not personally endorse the products or services advertised. Any interactions with advertisers are solely between you and the third party.
5354
</p>
5455
</section>
5556
</div>

0 commit comments

Comments
 (0)