/** * The airport sign component, used on the landing page. * Looks like a physical airport sign with a screen. * @returns The airport sign component * @component */ export default function AirportSign() { return (
{/* Left Pole */}
{/* Right Pole */}
{/* Display Board */}
{/* Metallic Frame */}
{/* Inner Frame */}
{/* Screen Background with Effects */}
{/* Scan lines */}
{/* Screen noise */}
{/* Display Board Text */}
ATP INTERNECTIONAL AIRPORT {/* Text glow effect */}
ATP INTERNECTIONAL AIRPORT
{/* Screen reflection overlay */}
{/* Vignette effect */}
{/* Under Construction Extension */}
UNDER CONSTRUCTION
); }