"use server"; import Link from "next/link"; export default async function Home() { const currentDate = new Date().toLocaleString("tr-TR", { timeZone: "Europe/Istanbul" }); return (

Welcome to EVYOS

Enterprise Management System

Server Time: {currentDate}

Go to Sign In

© {new Date().getFullYear()} EVYOS. All rights reserved.

); }