import { AI_HELP } from "../../telemetry/constants"; import Container from "../../ui/atoms/container"; import ThemedPicture from "../../ui/atoms/themed-picture"; import { AuthContainer } from "../../ui/molecules/auth-container"; import { ReactComponent as ContextSVG } from "../../../public/assets/ai-help/context.svg"; import { ReactComponent as HistorySVG } from "../../../public/assets/ai-help/history.svg"; import { ReactComponent as GPT4SVG } from "../../../public/assets/ai-help/gpt-4.svg"; import screenshotDark from "../../../public/assets/ai-help/ai-help_dark.png"; import screenshotLight from "../../../public/assets/ai-help/ai-help_light.png"; import "./landing.scss"; export function AIHelpLanding() { return (

Utilize AI Help to boost your productivity

Receive MDN-sourced answers complete with consulted links

New Additions

History

Save your history to revisit your chats at anytime

Enhanced Context

Ask queries about browser compatibility data

GPT-4o-Powered

Unlock GPT-4o's full potential with our paid subscriptions

Boost Your Productivity with AI-Assisted Help on MDN

); } function Login({ placement }: { placement: "top" | "bottom" }) { return ( ); }