diff --git a/app/(auth)/cloud/page.tsx b/app/(auth)/cloud/page.tsx index a4c9350..0d32575 100644 --- a/app/(auth)/cloud/page.tsx +++ b/app/(auth)/cloud/page.tsx @@ -1,10 +1,7 @@ -import { PricingCard } from "@/components/auth/pricing-card" import { Card, CardContent, CardTitle } from "@/components/ui/card" import { ColoredText } from "@/components/ui/colored-text" import config from "@/lib/config" -import { PLANS } from "@/lib/stripe" import { Mail } from "lucide-react" -import Link from "next/link" import { redirect } from "next/navigation" export default async function ChoosePlanPage() { @@ -17,39 +14,12 @@ export default async function ChoosePlanPage() { TaxHacker Cloud Edition -

Choose your plan

+

Cloud plans are not available yet

- {config.auth.disableSignup ? ( -
- Creating new account is disabled for now. Please use the self-hosted version. -
- ) : ( -
-
- {Object.values(PLANS) - .filter((plan) => plan.isAvailable) - .map((plan) => ( - - ))} -
- -
- By signing up, you agree to our{" "} - - Terms of Service - - ,{" "} - - Privacy Policy - - , and{" "} - - AI Usage Disclosure - -
-
- )} +
+ Cloud plans are not available yet. Please use the self-hosted version or reach out for questions. +
diff --git a/app/landing/landing.tsx b/app/landing/landing.tsx index 5bdab11..dc75738 100644 --- a/app/landing/landing.tsx +++ b/app/landing/landing.tsx @@ -1,4 +1,3 @@ -import { NewsletterForm } from "@/app/landing/newsletter" import { ColoredText } from "@/components/ui/colored-text" import config from "@/lib/config" import Image from "next/image" @@ -22,20 +21,12 @@ export default function LandingPage() {
TaxHacker -
- - Log In - - - Sign Up - -
+ + Log In + @@ -392,12 +383,13 @@ export default function LandingPage() { Automatic updates and new features - - Early Access: from €35/year 💎 - + Temporarily unavailable + @@ -520,8 +512,28 @@ export default function LandingPage() { - {/* Newsletter Signup */} - + {/* Stay Tuned / GitHub CTA */} +
+
+

Stay Tuned

+

+ We're working hard on making TaxHacker useful for everyone. Star and watch our GitHub repo to get + notified about new features and releases. +

+
+ +
+
+