"use client" import { motion } from "motion/react" import { Sparkles } from "lucide-react" const fadeIn = { initial: { opacity: 0, y: 20 }, animate: { opacity: 1, y: 0 }, transition: { duration: 0.4 }, } export default function GenAI() { return (

Generative AI is coming soon

Experience artificial intelligence without the bloat and cost.

If you prefer not to see this service, you will be able to hide it from Settings when it launches.

) }