diff --git a/components/dashboard/src/Login.tsx b/components/dashboard/src/Login.tsx index d03ae2ad12317b..f51c370024d73e 100644 --- a/components/dashboard/src/Login.tsx +++ b/components/dashboard/src/Login.tsx @@ -26,8 +26,6 @@ import { ProductLogo } from "./components/ProductLogo"; import { useIsDataOps } from "./data/featureflag-query"; import { LoadingState } from "@podkit/loading/LoadingState"; import { isGitpodIo } from "./utils"; -import { trackEvent } from "./Analytics"; -import { useToast } from "./components/toasts/Toasts"; import onaWordmark from "./images/ona-wordmark.svg"; import onaApplication from "./images/ona-application.webp"; @@ -351,26 +349,6 @@ const LoginContent = ({ }; const RightProductDescriptionPanel = () => { - const [email, setEmail] = useState(""); - const [isSubmitted, setIsSubmitted] = useState(false); - const { toast } = useToast(); - - const handleEmailSubmit = (e: React.FormEvent) => { - e.preventDefault(); - if (!email.trim()) return; - - trackEvent("waitlist_joined", { email: email, feature: "Ona" }); - - setIsSubmitted(true); - - toast( -
-
You're on the waitlist
-
We'll reach out to you soon.
-
, - ); - }; - return (
@@ -389,8 +367,9 @@ const RightProductDescriptionPanel = () => {
-

- Ona - parallel SWE agents in the cloud, sandboxed for high-autonomy.{" "} +

+ Ona - parallel SWE agents in the cloud, sandboxed for high-autonomy.
+
{" "} { > Start for free {" "} - and get $100 credits. Gitpod Classic sunsets Oct 15 |{" "} + and get $100 credits.
+
+ Gitpod Classic sunsets Oct 15 |{" "} {

- {!isSubmitted ? ( -
-
- setEmail(e.target.value)} - placeholder="Enter your work email" - className="flex-1 px-4 py-2.5 rounded-lg bg-white/10 backdrop-blur-sm border border-white/20 text-white placeholder-white/60 focus:outline-none focus:ring-2 focus:ring-white/30 text-sm" - required - /> - -
-

- By submitting this, you agree to our{" "} - - privacy policy - -

-
- ) : ( - - Learn more - - - )} + + Try Ona +