refactor: update payments

This commit is contained in:
Mauricio Siu 2024-10-17 21:52:24 -06:00
parent fe19cdb5e4
commit 988357fb55
2 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,5 @@
import { Link } from "@/i18n/routing";
import { useTranslations } from "next-intl";
import { Footer } from "./Footer";
import { Header } from "./Header";
export function SlimLayout() {
const t = useTranslations("404");
@ -16,7 +14,7 @@ export function SlimLayout() {
<Link href="/" className="text-primary">
{t("action")}
</Link>
</p>
p </p>
</div>
</main>
</>

View File

@ -177,14 +177,14 @@ export function Pricing() {
<Plan
featured
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."
href="/register"
features={[
"1 free server included (user-provided)",
"2 free server included (user-provided)",
"All self-hosted features without hosting the UI",
"Dokploy infrastructure managed by us",
"$3.99 per additional server (user-provided)",
"$3.50 per additional server (user-provided)",
]}
/>
{/* <Plan