Retarget deployment from Plesk to Dokploy (Docker Compose)

This commit is contained in:
Leon Serfaty
2026-06-07 18:30:53 -04:00
parent f033f00379
commit 8138827657
16 changed files with 1001 additions and 170 deletions
+7 -2
View File
@@ -25,6 +25,7 @@ export function SiteFooter() {
["How it works", "/#how-it-works"],
["Features", "/#features"],
["Pricing", "/pricing"],
["FAQ", "/faq"],
]}
/>
<FooterCol
@@ -38,8 +39,12 @@ export function SiteFooter() {
<FooterCol
title="Legal"
links={[
["Terms", "/terms"],
["Privacy", "/privacy"],
["Terms of Service", "/terms"],
["Privacy Policy", "/privacy"],
["Cookie Policy", "/cookies"],
["Acceptable Use", "/acceptable-use"],
["Refund Policy", "/refunds"],
["Subprocessors", "/subprocessors"],
]}
/>
</div>
+1
View File
@@ -17,6 +17,7 @@ export function SiteHeader() {
<Link href="/#how-it-works" className="transition-colors hover:text-foreground">How it works</Link>
<Link href="/#features" className="transition-colors hover:text-foreground">Features</Link>
<Link href="/pricing" className="transition-colors hover:text-foreground">Pricing</Link>
<Link href="/faq" className="transition-colors hover:text-foreground">FAQ</Link>
</nav>
<div className="flex items-center gap-2">