import Link from "next/link"; import { Trophy, ArrowRight, CalendarDays } from "lucide-react"; import { Button } from "@/components/ui/button"; import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@/components/ui/card"; import { YaltopiaFooter } from "@/components/layout/YaltopiaFooter"; export default function HomePage() { return (

Yaltopia · FIFA

Tournament OS

Retro-grade fixtures, standings, and squad tools — built for team managers who want the hype without the clutter.

Team Manager Sign in to view leagues, cups, your match calendar, and submit issues.

New manager?{" "} Create account

Match calendar inside the manager portal
); }