import { Icon } from "@iconify/react"; import { FloatingLabel } from "@/components/floating-label"; import { FakeRelativeWindow } from "./client-windows"; import Image from "next/image" import Link from "next/link"; export const FakeWindow = ({ windowText, children }: { windowText: string children: React.ReactNode }) => (
{windowText}
{children}
) export const HomeWindows = () => (
{/*
Left 4 Dead

Join my Left 4 Dead 2 server!

*/} Nola Bounce Coral Coral 1 Coral Cupcake
);