import Image from "next/image"; import SignoutButton from "@/app/components/signout-button"; import Link from "next/link"; export default function Home() { return (
弹幕测试

Get started by editing  app/page.tsx

By{" "} Vercel Logo
Next.js Logo

Docs{" "} ->

Find in-depth information about Next.js features and API.

Learn{" "} ->

Learn about Next.js in an interactive course with quizzes!

Templates{" "} ->

Explore starter templates for Next.js.

Deploy{" "} ->

Instantly deploy your Next.js site to a shareable URL with Vercel.

); }