mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update payments
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
import { Link } from "@/i18n/routing";
|
import { Link } from "@/i18n/routing";
|
||||||
import { useTranslations } from "next-intl";
|
import { useTranslations } from "next-intl";
|
||||||
import { Footer } from "./Footer";
|
|
||||||
import { Header } from "./Header";
|
|
||||||
|
|
||||||
export function SlimLayout() {
|
export function SlimLayout() {
|
||||||
const t = useTranslations("404");
|
const t = useTranslations("404");
|
||||||
@@ -16,7 +14,7 @@ export function SlimLayout() {
|
|||||||
<Link href="/" className="text-primary">
|
<Link href="/" className="text-primary">
|
||||||
{t("action")}
|
{t("action")}
|
||||||
</Link>
|
</Link>
|
||||||
</p>
|
p </p>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</>
|
</>
|
||||||
|
|||||||
@@ -177,14 +177,14 @@ export function Pricing() {
|
|||||||
<Plan
|
<Plan
|
||||||
featured
|
featured
|
||||||
name="General"
|
name="General"
|
||||||
price={!monthly ? "$6.99" : "$5.49"}
|
price={!monthly ? "$5.99" : "$4.49"}
|
||||||
description="Ideal for indie hackers, freelancers, agencies, and businesses looking for a managed solution."
|
description="Ideal for indie hackers, freelancers, agencies, and businesses looking for a managed solution."
|
||||||
href="/register"
|
href="/register"
|
||||||
features={[
|
features={[
|
||||||
"1 free server included (user-provided)",
|
"2 free server included (user-provided)",
|
||||||
"All self-hosted features without hosting the UI",
|
"All self-hosted features without hosting the UI",
|
||||||
"Dokploy infrastructure managed by us",
|
"Dokploy infrastructure managed by us",
|
||||||
"$3.99 per additional server (user-provided)",
|
"$3.50 per additional server (user-provided)",
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
{/* <Plan
|
{/* <Plan
|
||||||
|
|||||||
Reference in New Issue
Block a user