Retarget deployment from Plesk to Dokploy (Docker Compose)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user