Compare commits

2 Commits
Author SHA1 Message Date
Krystie b16671ccee Add copyright disclaimer + Terms link to footer 2026-08-13 03:38:49 -07:00
Krystie 8998c585d0 fix: correct test count to verified 1770+ tests, replace SDK methods stat with API endpoints
- Update about page Jest test stat from 775+ to verified 1770+ (confirmed via jest run)
- Replace misleading "39 SDK Methods" with "260+ API Endpoints"
- These numbers are now accurate as of the 77 test suites / 1770 tests run
2026-08-13 02:51:07 -07:00
2 changed files with 14 additions and 4 deletions
+3 -3
View File
@@ -117,7 +117,7 @@ export default function AboutPage() {
{ name: "Express", role: "REST API + WebSocket", icon: "⚡" },
{ name: "MCP", role: "AI Protocol Layer", icon: "🤖" },
{ name: "Stripe", role: "Payment Processing", icon: "💳" },
{ name: "Jest", role: "Testing (775+ tests)", icon: "✅" },
{ name: "Jest", role: "Testing (1770+ tests)", icon: "✅" },
].map((tech) => (
<div
key={tech.name}
@@ -141,8 +141,8 @@ export default function AboutPage() {
<div className="grid grid-cols-2 md:grid-cols-4 gap-8">
{[
{ value: "92+", label: "App Templates" },
{ value: "775+", label: "Test Cases" },
{ value: "39", label: "SDK Methods" },
{ value: "1770+", label: "Test Cases" },
{ value: "260+", label: "API Endpoints" },
{ value: "5", label: "Languages" },
].map((stat) => (
<div key={stat.label} className="text-center">
+11 -1
View File
@@ -39,7 +39,7 @@ export default function Footer() {
{ label: 'Contact', href: 'mailto:support@dashcaddy.net' },
{ label: 'Docs', href: '/docs' },
{ label: 'Privacy Policy', href: '#' },
{ label: 'Terms of Service', href: '#' },
{ label: 'Terms of Service', href: '/legal/terms' },
],
},
];
@@ -125,6 +125,16 @@ export default function Footer() {
</p>
</div>
{/* Copyright Disclaimer */}
<div className="border-t border-surface-700/50 pt-8 mb-8">
<p className="text-xs text-surface-500 text-center max-w-3xl mx-auto leading-relaxed">
DashCaddy provides deployment and management tools only. Users are solely responsible for
complying with all applicable copyright and intellectual property laws. Always stream and
access content that you own or have legal rights to. DashCaddy does not condone or support
piracy of any kind.
</p>
</div>
{/* Copyright with samiahmed7777 logo */}
<div className="border-t border-surface-700/50 pt-8">
<div className="flex flex-col sm:flex-row items-center justify-center gap-3">