function Gallery() { const tiles = [ { img: "https://images.unsplash.com/photo-1481627834876-b7833e8f5570?w=800&q=80", label: "ΣΗΜΕΙΏΣΕΙΣ", span: "tall" }, { img: "https://images.unsplash.com/photo-1503676260728-1c00da094a0b?w=800&q=80", label: "ΑΣΚΉΣΕΙΣ", span: "wide" }, { img: "https://images.unsplash.com/photo-1517502884422-41eaead166d4?w=800&q=80", label: "QUIZ" }, { img: "https://images.unsplash.com/photo-1488998427799-e3362cec87c3?w=800&q=80", label: "ΠΡΌΟΔΟΣ", span: "wide" }, { img: "https://images.unsplash.com/photo-1606326608606-aa0b62935f2b?w=800&q=80", label: "ΟΡΓΆΝΩΣΗ" }, { img: "https://images.unsplash.com/photo-1495465798138-718f86d1a4bc?w=800&q=80", label: "ΨΥΧΟΛΟΓΊΑ", span: "tall" }, ]; return ( ); } window.Gallery = Gallery;