import { Header } from "@/components/layout/header" import { auth } from "@/lib/auth" import { Shield, Mail, Clock } from "lucide-react" import { ActionButton } from "@/components/home/action-button" import { FeatureCard } from "@/components/home/feature-card" export const runtime = "edge" export default async function Home() { const session = await auth() return (

MoeMail

萌萌哒临时邮箱服务

} title="隐私保护" description="保护您的真实邮箱地址" /> } title="即时收件" description="实时接收邮件通知" /> } title="自动过期" description="到期自动失效" />
) }